diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Data-Compare | |
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/Data-Compare')
-rw-r--r-- | dev-perl/Data-Compare/Data-Compare-1.220.0-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/Data-Compare/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Data-Compare/metadata.xml | 10 |
4 files changed, 67 insertions, 0 deletions
diff --git a/dev-perl/Data-Compare/Data-Compare-1.220.0-r1.ebuild b/dev-perl/Data-Compare/Data-Compare-1.220.0-r1.ebuild new file mode 100644 index 000000000000..e8ac54558f71 --- /dev/null +++ b/dev-perl/Data-Compare/Data-Compare-1.220.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DCANTRELL +MODULE_VERSION=1.22 +inherit perl-module + +DESCRIPTION="compare perl data structures" + +SLOT="0" +KEYWORDS="amd64 hppa ~ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" + +RDEPEND="dev-perl/File-Find-Rule + dev-perl/Scalar-Properties" +DEPEND="${RDEPEND} + test? ( + dev-perl/Clone + dev-perl/Test-Pod + )" + +SRC_TEST="do" diff --git a/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild b/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild new file mode 100644 index 000000000000..7df01ad90f10 --- /dev/null +++ b/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DCANTRELL +MODULE_VERSION=1.25 +inherit perl-module + +DESCRIPTION="Compare perl data structures" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" + +RDEPEND=" + >=dev-perl/File-Find-Rule-0.100.0 + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Clone + dev-perl/Scalar-Properties + dev-perl/Test-Pod + ) +" + +SRC_TEST="do" diff --git a/dev-perl/Data-Compare/Manifest b/dev-perl/Data-Compare/Manifest new file mode 100644 index 000000000000..274994504ed3 --- /dev/null +++ b/dev-perl/Data-Compare/Manifest @@ -0,0 +1,2 @@ +DIST Data-Compare-1.22.tar.gz 23483 SHA256 ce8f2c7cd8e7aad8bfa381824f43c0d2ae0ed8a21450817bbeb1d971b5c2e8af SHA512 ce106d573312b8e048afca4014dcf177c4afe2ba08c4022d6fe12e2fde5eb7a053d5e3f53bb5b23e1bb2887bd16c124e6ba0382775cedc0f0553893306cb7f89 WHIRLPOOL 59501d177b53b4397b25e166e5d6bb6ea61c76831b85d9f6cddea1ec0a960cf2230eab5c467eb66bfd765116593cac612b8534d7ea2bcdd29243fca88e6b6cb1 +DIST Data-Compare-1.25.tar.gz 26249 SHA256 1d4b36db545fa9fbacd8c012618f6a7846238ee12ab627a2764cfaf45ad4ea73 SHA512 6db1235672030aa1afe52de1de9fac1f8a2af9eed99a3143d6c5b30669908125f584638fe06b8b33208f6d7fb734ccec7381c9411408a3f4fde1998707f748c9 WHIRLPOOL 3619367a59703afa776284094851fe25cafe3a37036df09c480a66577ed61aaac5c3aba5cc70b5086dea5e76db5917e26d3265ca857a264ce270c064b4c0fa32 diff --git a/dev-perl/Data-Compare/metadata.xml b/dev-perl/Data-Compare/metadata.xml new file mode 100644 index 000000000000..118ee75d1057 --- /dev/null +++ b/dev-perl/Data-Compare/metadata.xml @@ -0,0 +1,10 @@ +<?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">Data-Compare</remote-id> + <remote-id type="cpan-module">Data::Compare</remote-id> + <remote-id type="cpan-module">Data::Compare::Plugins::Scalar::Properties</remote-id> + </upstream> +</pkgmetadata> |