summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-05-09 14:00:50 +0300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-05-09 14:02:34 +0300
commitf9f7c6089574d1d349069e9830955ffe53472b3d (patch)
tree467cb0451e1f15a2b5a22ae10165b7d23927943e /sci-libs/linux-gpib/files
parentsci-libs/linux-gpib: Version bump (diff)
downloadgentoo-f9f7c6089574d1d349069e9830955ffe53472b3d.tar.gz
gentoo-f9f7c6089574d1d349069e9830955ffe53472b3d.tar.bz2
gentoo-f9f7c6089574d1d349069e9830955ffe53472b3d.zip
sci-libs/linux-gpib: Remove old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-libs/linux-gpib/files')
-rw-r--r--sci-libs/linux-gpib/files/linux-gpib-3.2.16-perl.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/sci-libs/linux-gpib/files/linux-gpib-3.2.16-perl.patch b/sci-libs/linux-gpib/files/linux-gpib-3.2.16-perl.patch
deleted file mode 100644
index 16f2f15b0ad7..000000000000
--- a/sci-libs/linux-gpib/files/linux-gpib-3.2.16-perl.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -ruN linux-gpib-3.2.16.orig/language/Makefile.am linux-gpib-3.2.16/language/Makefile.am
---- linux-gpib-3.2.16.orig/language/Makefile.am 2009-09-16 19:26:53.000000000 +0200
-+++ linux-gpib-3.2.16/language/Makefile.am 2011-08-14 03:32:53.000000000 +0200
-@@ -67,4 +67,4 @@
- $(RM) perl/Makefile
-
- perl/Makefile:
-- -(cd perl && $(PERL) Makefile.PL)
-+ -(cd perl && $(PERL) Makefile.PL PREFIX=$(EPREFIX)/usr INSTALLDIRS=vendor INSTALLMAN3DIR='none' DESTDIR="$(DESTDIR)" )