summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Term-ReadLine-Gnu
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Term-ReadLine-Gnu')
-rw-r--r--dev-perl/Term-ReadLine-Gnu/Manifest3
-rw-r--r--dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.200.0-r2.ebuild22
-rw-r--r--dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.220.0.ebuild22
-rw-r--r--dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.226.0.ebuild22
-rw-r--r--dev-perl/Term-ReadLine-Gnu/metadata.xml12
5 files changed, 81 insertions, 0 deletions
diff --git a/dev-perl/Term-ReadLine-Gnu/Manifest b/dev-perl/Term-ReadLine-Gnu/Manifest
new file mode 100644
index 000000000000..e6f900409c89
--- /dev/null
+++ b/dev-perl/Term-ReadLine-Gnu/Manifest
@@ -0,0 +1,3 @@
+DIST Term-ReadLine-Gnu-1.20.tar.gz 69077 SHA256 25da93084b57467cf24b85be557b07ade4af03776b8b2d5369d4d76b179edb01 SHA512 a3db13795959672b312937cb68a989d262fbf4c934d6e8924c2992457b8c1c0890a789275808bb50191cd4eb69c87b238f8423c58d62e1164eaa12c1f5941132 WHIRLPOOL ac8a405c0d6715dd19cba2dd393cc41db57f63ef84f5dc1c3e5699958ee33124d62d2fbc3de7bfdda3499447c231d0eee29ff6182b80859cfb2baeb7f1a67145
+DIST Term-ReadLine-Gnu-1.22.tar.gz 72917 SHA256 02dd4c4bf97a369b5dff8bb33e42cc9b91b2b856a40d86073e04a7fd9832de5d SHA512 36bdf094938288729f6000f3503915c6a373f194717aa40f37435e389f1205a25729684de89a567bd805eebcf1707efbebfb9bd9d761cbc902aba1c5f4609a61 WHIRLPOOL b5b451a942e4d9ad2aaf811b5004e00be6ab457e826dbb041668ca2e02830f69d0195b05e0c0794fb9994dd6a125c7a86ff6c16edaa5a71996e63cd34fef52e6
+DIST Term-ReadLine-Gnu-1.26.tar.gz 74783 SHA256 f8f075eef6056e0649cce355af2b8695ea1c793dc15d5834012c800297dc4de8 SHA512 80fe97f857b585d96b3a888d0a49d777a5b9865cc2101e43dd5916d09343d0964710c49d94b4533cce8a4a2b0770ebc4ce3c2e36fd0624b7d9ccf2318240dfed WHIRLPOOL f97532b902a6137af9f11709eb1abf606e32717ff36baf9ebab89a6121db4a38284558c3ff03b8a77c068250da7194ca5dc4ef4572e1ae442be89a30b0bb3490
diff --git a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.200.0-r2.ebuild b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.200.0-r2.ebuild
new file mode 100644
index 000000000000..c6421b6d9a42
--- /dev/null
+++ b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.200.0-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=HAYASHI
+MODULE_VERSION=1.20
+inherit perl-module
+
+DESCRIPTION="GNU Readline XS library wrapper"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc sparc x86"
+IUSE=""
+
+DEPEND=">=sys-libs/readline-6.2"
+RDEPEND="${DEPEND}"
+
+mymake=( PASTHRU_DEFINE="-Dxrealloc=_rl_realloc -Dxmalloc=_rl_malloc -Dxfree=_rl_free" )
+
+SRC_TEST="do parallel"
diff --git a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.220.0.ebuild b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.220.0.ebuild
new file mode 100644
index 000000000000..78d638336dcb
--- /dev/null
+++ b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.220.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=HAYASHI
+MODULE_VERSION=${PV:0:4}
+inherit perl-module
+
+DESCRIPTION="GNU Readline XS library wrapper"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=sys-libs/readline-6.2"
+RDEPEND="${DEPEND}"
+
+mymake=( PASTHRU_DEFINE="-Dxrealloc=_rl_realloc -Dxmalloc=_rl_malloc -Dxfree=_rl_free" )
+
+SRC_TEST="do parallel"
diff --git a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.226.0.ebuild b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.226.0.ebuild
new file mode 100644
index 000000000000..9ab59dbb6c9e
--- /dev/null
+++ b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.226.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=HAYASHI
+MODULE_VERSION=1.26
+inherit perl-module
+
+DESCRIPTION="GNU Readline XS library wrapper"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=sys-libs/readline-6.2:0="
+RDEPEND="${DEPEND}"
+
+mymake=( PASTHRU_DEFINE="-Dxrealloc=_rl_realloc -Dxmalloc=_rl_malloc -Dxfree=_rl_free" )
+
+SRC_TEST="do parallel"
diff --git a/dev-perl/Term-ReadLine-Gnu/metadata.xml b/dev-perl/Term-ReadLine-Gnu/metadata.xml
new file mode 100644
index 000000000000..5672a68a0aff
--- /dev/null
+++ b/dev-perl/Term-ReadLine-Gnu/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">Term-ReadLine-Gnu</remote-id>
+ <remote-id type="cpan-module">Term::ReadLine::Gnu</remote-id>
+ <remote-id type="cpan-module">Term::ReadLine::Gnu::AU</remote-id>
+ <remote-id type="cpan-module">Term::ReadLine::Gnu::Var</remote-id>
+ <remote-id type="cpan-module">Term::ReadLine::Gnu::XS</remote-id>
+ </upstream>
+</pkgmetadata>