summaryrefslogtreecommitdiff
path: root/dev-perl/Term-ReadLine-Perl/Term-ReadLine-Perl-1.30.300-r2.ebuild
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-03-14 19:52:22 +1300
committerKent Fredric <kentnl@gentoo.org>2018-03-14 19:52:40 +1300
commit5ea36aa664b25713e46e1c23ab10ed38b3535bb9 (patch)
tree1f529f21206b5bf5fe07451c5cc06dedb03f56f7 /dev-perl/Term-ReadLine-Perl/Term-ReadLine-Perl-1.30.300-r2.ebuild
parent60477a6ac8f084fdd402c0a625b60b39304106c7 (diff)
downloadgentoo-5ea36aa664b25713e46e1c23ab10ed38b3535bb9.tar.gz
gentoo-5ea36aa664b25713e46e1c23ab10ed38b3535bb9.tar.xz
dev-perl/Term-ReadLine-Perl: EAPI6 + tests
- EAPI6ify - Restore and fix tests re bug #492212 - Fix packaging to install packlist correctly Bug: https://bugs.gentoo.org/492212 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Term-ReadLine-Perl/Term-ReadLine-Perl-1.30.300-r2.ebuild')
-rw-r--r--dev-perl/Term-ReadLine-Perl/Term-ReadLine-Perl-1.30.300-r2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Term-ReadLine-Perl/Term-ReadLine-Perl-1.30.300-r2.ebuild b/dev-perl/Term-ReadLine-Perl/Term-ReadLine-Perl-1.30.300-r2.ebuild
new file mode 100644
index 00000000000..7d5b9646aa7
--- /dev/null
+++ b/dev-perl/Term-ReadLine-Perl/Term-ReadLine-Perl-1.30.300-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ILYAZ
+DIST_SECTION=modules
+DIST_VERSION=1.0303
+
+inherit perl-module
+
+DESCRIPTION="Quick implementation of readline utilities"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+PATCHES=(
+ "${FILESDIR}/${PN}-1.0303-nointeractive.patch"
+ "${FILESDIR}/${PN}-1.0303-packlistcollision.patch"
+)
+RDEPEND="dev-perl/TermReadKey"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"