summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2003-11-05 15:26:10 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2003-11-05 15:26:10 +0000
commit12530c0cfc09461efd2957d5ee0b0991cf084de7 (patch)
treef30ec70f6b5328cd7e85d4825c5aba5f4ab2cd08 /net-misc
parentAdding cdr USE flag per bug #32794. (diff)
downloadhistorical-12530c0cfc09461efd2957d5ee0b0991cf084de7.tar.gz
historical-12530c0cfc09461efd2957d5ee0b0991cf084de7.tar.bz2
historical-12530c0cfc09461efd2957d5ee0b0991cf084de7.zip
Removing stale patch from files directory.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/pxes/Manifest1
-rw-r--r--net-misc/pxes/files/pxes-0.6-gentoo.patch24
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
-