diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-02-05 16:27:06 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-02-05 16:27:06 +0000 |
commit | a19254d2bd89b10deb4db6a8d5c1eb65a26ae119 (patch) | |
tree | c74e72c88f58dee7da1e18401537d0e2eb1d322c /app-admin/longrun/files | |
parent | Version bumped. (diff) | |
download | gentoo-2-a19254d2bd89b10deb4db6a8d5c1eb65a26ae119.tar.gz gentoo-2-a19254d2bd89b10deb4db6a8d5c1eb65a26ae119.tar.bz2 gentoo-2-a19254d2bd89b10deb4db6a8d5c1eb65a26ae119.zip |
Updated to the latest Debian patch set, now installs Swedish and Japanese translations, added a patch that uses user set CFLAGS to compile longrun and removed old revision.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-admin/longrun/files')
-rw-r--r-- | app-admin/longrun/files/0.9-makefile_cflags.patch | 14 | ||||
-rw-r--r-- | app-admin/longrun/files/digest-longrun-0.9-r1 | 2 | ||||
-rw-r--r-- | app-admin/longrun/files/digest-longrun-0.9-r3 | 6 |
3 files changed, 20 insertions, 2 deletions
diff --git a/app-admin/longrun/files/0.9-makefile_cflags.patch b/app-admin/longrun/files/0.9-makefile_cflags.patch new file mode 100644 index 000000000000..0109d451ad59 --- /dev/null +++ b/app-admin/longrun/files/0.9-makefile_cflags.patch @@ -0,0 +1,14 @@ +Common subdirectories: longrun.old/debian and longrun/debian +diff -u longrun.old/Makefile longrun/Makefile +--- longrun.old/Makefile 2005-08-12 22:36:14.186390784 +0300 ++++ longrun/Makefile 2005-08-12 22:37:36.157929216 +0300 +@@ -3,7 +3,7 @@ + all: longrun README stamp-po + + longrun: longrun.c +- gcc -DLOCALEDIR=\"$(LOCALEDIR)\" -g -O2 -W -Wall -o longrun longrun.c ++ gcc -DLOCALEDIR=\"$(LOCALEDIR)\" $(CFLAGS) -W -Wall -o longrun longrun.c + + README: longrun.1 + groff -Tascii -man longrun.1 | col -bx > README +Common subdirectories: longrun.old/po and longrun/po diff --git a/app-admin/longrun/files/digest-longrun-0.9-r1 b/app-admin/longrun/files/digest-longrun-0.9-r1 deleted file mode 100644 index c35c174dd531..000000000000 --- a/app-admin/longrun/files/digest-longrun-0.9-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 046a0e3f783d1d50b11a24b309bd40b1 longrun-0.9.tar.bz2 11539 -MD5 0b33b5933792746f5aae4c31983edcdf longrun-0.9-debian-gcc-3.diff.gz 9858 diff --git a/app-admin/longrun/files/digest-longrun-0.9-r3 b/app-admin/longrun/files/digest-longrun-0.9-r3 new file mode 100644 index 000000000000..3fd39c1cdd57 --- /dev/null +++ b/app-admin/longrun/files/digest-longrun-0.9-r3 @@ -0,0 +1,6 @@ +MD5 046a0e3f783d1d50b11a24b309bd40b1 longrun-0.9.tar.bz2 11539 +RMD160 340fde69f8a719cea1ace07b6051f8f45ee13729 longrun-0.9.tar.bz2 11539 +SHA256 85d2bb0694ded7d727c3f819b12432a78b7c3d9723580d17d7a9e3a21d969f7b longrun-0.9.tar.bz2 11539 +MD5 7e132ce07af516fad764af9f7813ac0a longrun_0.9-19.diff.gz 14697 +RMD160 9c3e19de444c814af4fa90d1cd760abc36b0b91a longrun_0.9-19.diff.gz 14697 +SHA256 4f9d133c8739ac2bbf0ec53d1356a42064b9b06b3559a93af538c809f851fc14 longrun_0.9-19.diff.gz 14697 |