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/PAR | |
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/PAR')
-rw-r--r-- | dev-perl/PAR/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/PAR/PAR-1.5.0-r1.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/PAR/PAR-1.7.0-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/PAR/metadata.xml | 12 |
4 files changed, 62 insertions, 0 deletions
diff --git a/dev-perl/PAR/Manifest b/dev-perl/PAR/Manifest new file mode 100644 index 000000000000..2255b3cdb40c --- /dev/null +++ b/dev-perl/PAR/Manifest @@ -0,0 +1,2 @@ +DIST PAR-1.005.tar.gz 88293 SHA256 c5e2aeb0380c132de251c3f4eb2fad3953967b94b2869f800956aaceab5c484f SHA512 875dd2da927082f865fe3097c68be064ade37e702e1eec44c948e20ec54029dc27be71662d3209c8eee135d2708bab19647ee0d00c1a24fa7e448224f38726b2 WHIRLPOOL 3fbb2e6ca11cc780753c6fcd0d67ac063ff19d08969db0627f3c69ce44bd2e41a1d1b33579e0285e446499c90ca2cf06d89e785e4d3b2c57576b3d0f50de6824 +DIST PAR-1.007.tar.gz 89784 SHA256 92ddc469fc6fc5477087ddb03ef04673f10efbd7eed84db8db452f8c5bd08661 SHA512 8d5aa4b3425ce12f64116c5409227afdf975545654d5f87c854d78d2c9f850795dde8cea9fe7caec98c527dd1004eeb7bda0aaeb5ebba71bd94d9d6c449cdff2 WHIRLPOOL 98769afcfb3d572346b56db863b9ba9db8b8f2a3a797a4017266715e0adef9ad93145421e8155eab9ac6db77078c8dd6f665024f6cd67aee92c4f622fa740c70 diff --git a/dev-perl/PAR/PAR-1.5.0-r1.ebuild b/dev-perl/PAR/PAR-1.5.0-r1.ebuild new file mode 100644 index 000000000000..3195945801ea --- /dev/null +++ b/dev-perl/PAR/PAR-1.5.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=RSCHUPP +MODULE_VERSION=1.005 +inherit perl-module + +DESCRIPTION="Perl Archive Toolkit" + +SLOT="0" +KEYWORDS="amd64 x86 ~x86-solaris" +IUSE="" + +DEPEND="virtual/perl-AutoLoader + >=virtual/perl-IO-Compress-1.30 + >=dev-perl/Archive-Zip-1.00 + >=dev-perl/PAR-Dist-0.32" +RDEPEND="${DEPEND}" + +SRC_TEST=do diff --git a/dev-perl/PAR/PAR-1.7.0-r1.ebuild b/dev-perl/PAR/PAR-1.7.0-r1.ebuild new file mode 100644 index 000000000000..98cc420d0037 --- /dev/null +++ b/dev-perl/PAR/PAR-1.7.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=RSCHUPP +MODULE_VERSION=1.007 +inherit perl-module + +DESCRIPTION="Perl Archive Toolkit" + +SLOT="0" +KEYWORDS="amd64 x86 ~x86-solaris" +IUSE="" + +DEPEND=" + virtual/perl-AutoLoader + >=virtual/perl-IO-Compress-1.30 + >=dev-perl/Archive-Zip-1.00 + >=dev-perl/PAR-Dist-0.32 +" +RDEPEND="${DEPEND}" + +SRC_TEST=do diff --git a/dev-perl/PAR/metadata.xml b/dev-perl/PAR/metadata.xml new file mode 100644 index 000000000000..922c0e2a0132 --- /dev/null +++ b/dev-perl/PAR/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">PAR</remote-id> + <remote-id type="cpan-module">PAR</remote-id> + <remote-id type="cpan-module">PAR::Heavy</remote-id> + <remote-id type="cpan-module">PAR::SetupProgname</remote-id> + <remote-id type="cpan-module">PAR::SetupTemp</remote-id> + </upstream> +</pkgmetadata> |