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-Auto | |
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-Auto')
-rw-r--r-- | dev-perl/Config-Auto/Config-Auto-0.420.0-r1.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild | 29 | ||||
-rw-r--r-- | dev-perl/Config-Auto/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Config-Auto/metadata.xml | 9 |
4 files changed, 66 insertions, 0 deletions
diff --git a/dev-perl/Config-Auto/Config-Auto-0.420.0-r1.ebuild b/dev-perl/Config-Auto/Config-Auto-0.420.0-r1.ebuild new file mode 100644 index 000000000000..0a70112a5b03 --- /dev/null +++ b/dev-perl/Config-Auto/Config-Auto-0.420.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR="BINGOS" +MODULE_VERSION=0.42 +inherit perl-module + +DESCRIPTION="Magical config file parser" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-perl/Config-IniFiles + dev-perl/IO-String + virtual/perl-Text-ParseWords + virtual/perl-File-Spec + dev-perl/yaml +" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild b/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild new file mode 100644 index 000000000000..7344ca6b800d --- /dev/null +++ b/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=BINGOS +MODULE_VERSION=0.44 +inherit perl-module + +DESCRIPTION="Magical config file parser" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/Config-IniFiles + dev-perl/IO-String + virtual/perl-Text-ParseWords + virtual/perl-File-Spec + >=dev-perl/yaml-0.670.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" + +SRC_TEST="do" diff --git a/dev-perl/Config-Auto/Manifest b/dev-perl/Config-Auto/Manifest new file mode 100644 index 000000000000..081bd4c02177 --- /dev/null +++ b/dev-perl/Config-Auto/Manifest @@ -0,0 +1,2 @@ +DIST Config-Auto-0.42.tar.gz 16006 SHA256 d038da0eb8835c8d38a7c1bbe8b200545e5a91915407a10a17eef460a7fbac10 SHA512 1556e28e793d0fb8656d2566da3d7472716c536cc44a13d5bc54748f2dc184bc86a0fd6569f1e5fdd5536cf7cdc727a9fb9ebaa059dbffd44499ed3552682170 WHIRLPOOL ddf80ff29de55fc17544a9a51713ed9c8e27c30b7d5bc569f5df8c22343158520c003eff070c83e4d5400f9bfad226df9c6240c0b04b7c044053d78088ed9a86 +DIST Config-Auto-0.44.tar.gz 16668 SHA256 e960e04df995852aba275cf83ac6f947e44a4139de156858c01f0cec7f7ab53f SHA512 8102100c6c8fb0f644aecf429c265a3ed502497576cfbcbb011697a0eced072ae8e912eec99dc74796382a394036ade88df7b93d1a2882cd381ae789c71196f9 WHIRLPOOL 81f2758c3a193405ad554730d5b049062228cad0b99cd5c9ab6759d7e4a6a7a547ee41a2ec51139855ff1d45063cc4eb686e8e2899c7a4f85277f65c3f1e748a diff --git a/dev-perl/Config-Auto/metadata.xml b/dev-perl/Config-Auto/metadata.xml new file mode 100644 index 000000000000..99b9ec4dc903 --- /dev/null +++ b/dev-perl/Config-Auto/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">Config-Auto</remote-id> + <remote-id type="cpan-module">Config::Auto</remote-id> + </upstream> +</pkgmetadata> |