diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-09-25 10:30:32 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-09-25 10:30:32 +0000 |
commit | 4adf8065852cca19c6a81c85ad3271a19ecc13a7 (patch) | |
tree | 6dd2fcc2dadbf2332b5191d7c46f3875bb8d5b92 /app-emulation/libdsk | |
parent | ppc happy (diff) | |
download | historical-4adf8065852cca19c6a81c85ad3271a19ecc13a7.tar.gz historical-4adf8065852cca19c6a81c85ad3271a19ecc13a7.tar.bz2 historical-4adf8065852cca19c6a81c85ad3271a19ecc13a7.zip |
remove files/libdsk-1.1.4-destdirfix.patch - nolonger needed
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'app-emulation/libdsk')
-rw-r--r-- | app-emulation/libdsk/Manifest | 7 | ||||
-rw-r--r-- | app-emulation/libdsk/files/libdsk-1.1.4-destdirfix.patch | 11 |
2 files changed, 3 insertions, 15 deletions
diff --git a/app-emulation/libdsk/Manifest b/app-emulation/libdsk/Manifest index ca434f4382d2..1c9ade434e97 100644 --- a/app-emulation/libdsk/Manifest +++ b/app-emulation/libdsk/Manifest @@ -8,12 +8,11 @@ MD5 4f3ba1d81a3ad2d1701be496b631316f libdsk-1.1.5.ebuild 800 MD5 d1722ea6cbaf05e99cf8a745ca4a2ba5 libdsk-1.1.6.ebuild 801 MD5 ec130e196a8c6b8a6aa58f027e03678a files/digest-libdsk-1.1.0 64 MD5 c23119642b9add713a082cf56ad2ed29 files/digest-libdsk-1.1.6 64 -MD5 57f6d0ef6a15482c84932239633bcbee files/libdsk-1.1.4-destdirfix.patch 509 MD5 ff74a732def146b14fd58e696be16ae1 files/digest-libdsk-1.1.5 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) -iD8DBQFDNnvzmdTrptrqvGERAgM8AKCWgAm0kyOPwySreOGmXhAggGLSzgCcD+TK -9IFWsb184tequ8kjlhsTyrI= -=TPO4 +iD8DBQFDNnxfmdTrptrqvGERAqCKAJ9LlJ76aw/ck3TKb0S7bl5M6un1MACdGo3U +WabwvMtxVb5csMUHg7Uax/8= +=IfPJ -----END PGP SIGNATURE----- diff --git a/app-emulation/libdsk/files/libdsk-1.1.4-destdirfix.patch b/app-emulation/libdsk/files/libdsk-1.1.4-destdirfix.patch deleted file mode 100644 index 31449d256452..000000000000 --- a/app-emulation/libdsk/files/libdsk-1.1.4-destdirfix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Makefile.in.orig 2005-06-26 20:48:09.000000000 +1000 -+++ lib/Makefile.in 2005-06-26 20:48:50.000000000 +1000 -@@ -484,7 +484,7 @@ - - install-exec-local: - $(mkinstalldirs) $(libdir) -- if test x@LIBDSKJAR@ = x; then true; else $(INSTALL_DATA) @LIBDSKJAR@ $(libdir); fi -+ if test x@LIBDSKJAR@ = x; then true; else $(INSTALL_DATA) @LIBDSKJAR@ $(DESTDIR)/$(libdir); fi - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. |