diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2003-11-05 15:26:10 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2003-11-05 15:26:10 +0000 |
commit | df62c201213ae797dfcc721d1bbb4fa566a29154 (patch) | |
tree | 6944da4cfd1a9532ab0914b326048661543c6b4b /net-misc/pxes | |
parent | Adding cdr USE flag per bug #32794. (diff) | |
download | gentoo-2-df62c201213ae797dfcc721d1bbb4fa566a29154.tar.gz gentoo-2-df62c201213ae797dfcc721d1bbb4fa566a29154.tar.bz2 gentoo-2-df62c201213ae797dfcc721d1bbb4fa566a29154.zip |
Removing stale patch from files directory.
Diffstat (limited to 'net-misc/pxes')
-rw-r--r-- | net-misc/pxes/Manifest | 1 | ||||
-rw-r--r-- | net-misc/pxes/files/pxes-0.6-gentoo.patch | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/net-misc/pxes/Manifest b/net-misc/pxes/Manifest index 86f6460e2511..6e72e2840c3d 100644 --- a/net-misc/pxes/Manifest +++ b/net-misc/pxes/Manifest @@ -2,5 +2,4 @@ MD5 68223a47eb1a9c0628d02b3c83de742f pxes-0.6-r4.ebuild 1545 MD5 e52c4dfc0e909bb771a86b9bed2e9ab7 ChangeLog 1069 MD5 31f33377b38003e6c6e51369a83fafcc metadata.xml 644 MD5 1708574c57ea3dbb43faa2a5abe17a5d files/digest-pxes-0.6-r4 206 -MD5 17631579c17eec2824433cdbc8028c07 files/pxes-0.6-gentoo.patch 1068 MD5 f3afb0ef2357d69147125eeb6cda6c43 files/makedevices.sh 1626 diff --git a/net-misc/pxes/files/pxes-0.6-gentoo.patch b/net-misc/pxes/files/pxes-0.6-gentoo.patch deleted file mode 100644 index a397cd0cb0e1..000000000000 --- a/net-misc/pxes/files/pxes-0.6-gentoo.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -urN pxesconfig-0.6/Makefile.PL pxesconfig-0.6-gentoo/Makefile.PL ---- pxesconfig-0.6/Makefile.PL 2003-07-19 00:49:43.000000000 -0400 -+++ pxesconfig-0.6-gentoo/Makefile.PL 2003-08-01 10:59:30.000000000 -0400 -@@ -130,7 +130,7 @@ - - install :: - \$(PERL) -MExtUtils::Install \\ -- -e "install({'Pxesconfig' => '\$(LIB)/Pxesconfig'},'\$(VERBINST)',0);" -+ -e "install({'Pxesconfig' => '\$(INSTALLARCHLIB)/Pxesconfig'},'\$(VERBINST)',0);" - - checkpxesconfig: - \@if grep '^[ ]*use lib "\."' pxesconfig >/dev/null ; \\ -diff -urN pxesconfig-0.6/Pxesconfig/PxesconfigGUI.pm pxesconfig-0.6-gentoo/Pxesconfig/PxesconfigGUI.pm ---- pxesconfig-0.6/Pxesconfig/PxesconfigGUI.pm 2003-07-19 00:49:44.000000000 -0400 -+++ pxesconfig-0.6-gentoo/Pxesconfig/PxesconfigGUI.pm 2003-08-01 11:00:03.000000000 -0400 -@@ -55,7 +55,7 @@ - - # FIXME - # /opt prefix -- $Glade::PerlRun::pixmaps_directory = "/opt/share/pixmaps/pxesconfig"; -+ $Glade::PerlRun::pixmaps_directory = "/usr/share/pixmaps/pxesconfig"; - #warn "pixmaps: $Glade::PerlRun::pixmaps_directory"; - } # End of sub BEGIN - |