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/Config-Any | |
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/Config-Any')
-rw-r--r-- | dev-perl/Config-Any/Config-Any-0.240.0-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/Config-Any/Config-Any-0.260.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/Config-Any/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Config-Any/metadata.xml | 16 |
4 files changed, 76 insertions, 0 deletions
diff --git a/dev-perl/Config-Any/Config-Any-0.240.0-r1.ebuild b/dev-perl/Config-Any/Config-Any-0.240.0-r1.ebuild new file mode 100644 index 000000000000..47d9f16a7a86 --- /dev/null +++ b/dev-perl/Config-Any/Config-Any-0.240.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=BRICAS +MODULE_VERSION=0.24 +inherit perl-module + +DESCRIPTION="Support several config file formats" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix" +IUSE="test" + +RDEPEND=">=dev-perl/Module-Pluggable-3.9 + !<dev-perl/config-general-2.47 + !<dev-perl/Config-General-2.47 +" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST=do diff --git a/dev-perl/Config-Any/Config-Any-0.260.0.ebuild b/dev-perl/Config-Any/Config-Any-0.260.0.ebuild new file mode 100644 index 000000000000..97440bf45016 --- /dev/null +++ b/dev-perl/Config-Any/Config-Any-0.260.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=BRICAS +MODULE_VERSION=0.26 +inherit perl-module + +DESCRIPTION="Load configuration from different file formats, transparently" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix" +IUSE="test" + +RDEPEND=" + >=dev-perl/Module-Pluggable-3.10.0 + !<dev-perl/config-general-2.47 + !<dev-perl/Config-General-2.47 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST=do diff --git a/dev-perl/Config-Any/Manifest b/dev-perl/Config-Any/Manifest new file mode 100644 index 000000000000..a7d1e410633f --- /dev/null +++ b/dev-perl/Config-Any/Manifest @@ -0,0 +1,2 @@ +DIST Config-Any-0.24.tar.gz 35024 SHA256 710f8fc8f9414205cb58399bfbb4d9aaf7883f8ce046cee22913f6818795c61a SHA512 7eee9ea2794d87aada9a46668ac9c947b34c7107f53a3da9de21a3ebebc63b8718e3f8cea1009697909047d376de0e8fcd137d6d3dd66cb719bf7e48a50cd093 WHIRLPOOL 09a88c044427cd3bc919b944fac41f115440d240d616e7f6a194e66810ec7130dbcc55aa87664eaf4322cf1272b3348cf71ea8a287ff4723c5ea1eccf3888ab4 +DIST Config-Any-0.26.tar.gz 35193 SHA256 f9ae12d5c1f084385dd9d55dd25c09a6f69f1a76c938d4d06ea3c6d85710a594 SHA512 15bac8e71340b181dd195ae211add730d8be01fcd7bbf4a7d3ed10b7fd2d7f207501a88a6ed03999d7207672249c4045defc931b7e9eb56e00166fdf7daccfda WHIRLPOOL 1534dfea6d6774be38d61ef683482081cac84c94c51bf8c31a0260d12d2829bc8194fa5edd2ced61c6665e1661ef77e4aa9700c8d980128992722060ba538e53 diff --git a/dev-perl/Config-Any/metadata.xml b/dev-perl/Config-Any/metadata.xml new file mode 100644 index 000000000000..92f739790d6e --- /dev/null +++ b/dev-perl/Config-Any/metadata.xml @@ -0,0 +1,16 @@ +<?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">Config-Any</remote-id> + <remote-id type="cpan-module">Config::Any</remote-id> + <remote-id type="cpan-module">Config::Any::Base</remote-id> + <remote-id type="cpan-module">Config::Any::General</remote-id> + <remote-id type="cpan-module">Config::Any::INI</remote-id> + <remote-id type="cpan-module">Config::Any::JSON</remote-id> + <remote-id type="cpan-module">Config::Any::Perl</remote-id> + <remote-id type="cpan-module">Config::Any::XML</remote-id> + <remote-id type="cpan-module">Config::Any::YAML</remote-id> + </upstream> +</pkgmetadata> |