diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/UNIVERSAL-can | |
download | gentoo-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/UNIVERSAL-can')
-rw-r--r-- | dev-perl/UNIVERSAL-can/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-can/metadata.xml | 9 |
5 files changed, 84 insertions, 0 deletions
diff --git a/dev-perl/UNIVERSAL-can/Manifest b/dev-perl/UNIVERSAL-can/Manifest new file mode 100644 index 000000000000..1e02ae67a3bd --- /dev/null +++ b/dev-perl/UNIVERSAL-can/Manifest @@ -0,0 +1,3 @@ +DIST UNIVERSAL-can-1.20120726.tar.gz 14417 SHA256 2c2d4feb2ebca45632c64ab3ee0146f55a334fc30a77fdfed2692d071dbabf11 SHA512 af188c15e2f53d95bfb3db26f20d26aaa943496717ae5f5a0dc42cd8e292d7fcb2d61d1e4436cf9bdb0b476c407c6680b01bdba39c7eb580dd26f51cff025603 WHIRLPOOL d20d2fcba5eba87bef817637010797c4200f110bfedc4d898de6b44ba18361b0e1d1748767cb12cebd9d49b3b4ecbaf5864bd9898ed6b06d99d1fc5a5f022a83 +DIST UNIVERSAL-can-1.20140124.tar.gz 14556 SHA256 f91f08c7f1414058fc18f8a19367d54546f925e48f6e43028fe7db648cc116f4 SHA512 36b9d51d68f8cfa3eaf7ca7f2e19195dceb87925c666fc625f2818018cb7b22754f2cee7e7b56da3ee91e009d7187bd1c943bf0e0053860c51f7048ff8ff10be WHIRLPOOL 0797fe18a05eba0935b2b134c595a351de6fa6c20de81c5fc5c0b5a458f1512e95e52a656e30410ae847e97709a9de8993b93025ae33102041263439df32dfcc +DIST UNIVERSAL-can-1.20140328.tar.gz 14654 SHA256 522da9f274786fe2cba99bc77cc1c81d2161947903d7fad10bd62dfb7f11990f SHA512 6fb032b968fa87d95e6fa6897575c6374a2d43fe9d505e339e593bad398b444b9818c8214fe7ac67fa2cfa1013e5c6337c507c3ea6104c711e3ee3d5635f0bc0 WHIRLPOOL 89ee11a8ff9b11b4a08a9863d389c94ab9d13924372a123d0a3747b9e18680e3ae8f182ef708fba7d85e10dcd28982f0df18f07a0f69b1548efd69ecd068e288 diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260-r1.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260-r1.ebuild new file mode 100644 index 000000000000..9a3426172cb2 --- /dev/null +++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=CHROMATIC +MODULE_VERSION=1.20120726 +inherit perl-module + +DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function" + +SLOT="0" +KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix" +IUSE="test" + +RDEPEND="virtual/perl-Scalar-List-Utils" +DEPEND=" + test? ( + ${RDEPEND} + >=virtual/perl-Test-Simple-0.60 + )" + +SRC_TEST="do" diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild new file mode 100644 index 000000000000..1d29dd33e58b --- /dev/null +++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=CHROMATIC +MODULE_VERSION=1.20140124 +inherit perl-module + +DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function" + +SLOT="0" +KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix" +IUSE="test" + +RDEPEND="virtual/perl-Scalar-List-Utils" +DEPEND=" + test? ( + ${RDEPEND} + >=virtual/perl-Test-Simple-0.60 + )" + +SRC_TEST="do" diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild new file mode 100644 index 000000000000..8c3ecbb3403a --- /dev/null +++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=CHROMATIC +MODULE_VERSION=1.20140328 +inherit perl-module + +DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix" +IUSE="test" + +RDEPEND="virtual/perl-Scalar-List-Utils" +DEPEND=" + test? ( + ${RDEPEND} + >=virtual/perl-Test-Simple-0.60 + )" + +SRC_TEST="do" diff --git a/dev-perl/UNIVERSAL-can/metadata.xml b/dev-perl/UNIVERSAL-can/metadata.xml new file mode 100644 index 000000000000..153a7ac964bc --- /dev/null +++ b/dev-perl/UNIVERSAL-can/metadata.xml @@ -0,0 +1,9 @@ +<?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">UNIVERSAL-can</remote-id> + <remote-id type="cpan-module">UNIVERSAL::can</remote-id> + </upstream> +</pkgmetadata> |