summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-13 16:22:49 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-15 21:55:31 +0200
commit42b3a059e19257d04b606344e2d426c1fa1f61e7 (patch)
tree8f089bc0ae62a82ddc506e519ae38c9dab6a6eb0 /dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.310.0.ebuild
parentdev-perl/string-crc32: Gone, moved to dev-perl/String-CRC32 (diff)
downloadgentoo-42b3a059e19257d04b606344e2d426c1fa1f61e7.tar.gz
gentoo-42b3a059e19257d04b606344e2d426c1fa1f61e7.tar.bz2
gentoo-42b3a059e19257d04b606344e2d426c1fa1f61e7.zip
dev-perl/Term-ReadLine-Gnu: Bump to version 1.310.0
- EAPI6 - Added "examples" Upstream: - No longer fails during readline function discovery - Support for utf8 stream handling on input Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.310.0.ebuild')
-rw-r--r--dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.310.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.310.0.ebuild b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.310.0.ebuild
new file mode 100644
index 000000000000..da392f81508a
--- /dev/null
+++ b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.310.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=HAYASHI
+DIST_VERSION=1.31
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="GNU Readline XS library wrapper"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=sys-libs/readline-6.2:0="
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"