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/Validate-Tiny | |
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/Validate-Tiny')
-rw-r--r-- | dev-perl/Validate-Tiny/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Validate-Tiny/Validate-Tiny-1.015.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Validate-Tiny/Validate-Tiny-1.551.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Validate-Tiny/metadata.xml | 12 |
4 files changed, 60 insertions, 0 deletions
diff --git a/dev-perl/Validate-Tiny/Manifest b/dev-perl/Validate-Tiny/Manifest new file mode 100644 index 000000000000..b2a8ce34b9d2 --- /dev/null +++ b/dev-perl/Validate-Tiny/Manifest @@ -0,0 +1,2 @@ +DIST Validate-Tiny-1.015.tar.gz 31737 SHA256 17893fdf741c5103f6b3d7d8e7783f903b2414772951c942271bd6a4ccb2202f SHA512 a777c554500fb11c1fb2c021a74917ecc3f3a3971edab6cbd081d53c945dd436531f2e51c5a397898be77e1ab4144172360935f14c8a36e6744a88b385ee1a6c WHIRLPOOL efeb6b40966622c1cec2549d384d0fcd88475acbc63c401ca0299c6af977d1e4f36d610544c2342db88ff5c36318098f109102faed11fc02f1ebc8188f28092a +DIST Validate-Tiny-1.551.tar.gz 25945 SHA256 8aed4b5ea896558a751a97aba58db9911ea4b11b609468aacf2c7c7fde53cd16 SHA512 541d48b13fe6fe55a30893e82daabad6119cabf93d0825ffcb6f32d629784a8ecc7b47e2b534bc3465c7441cc7640209860388b144e8c766b9bce1658d4cde6d WHIRLPOOL c6baf429f541c5cbec11c5af8cfea108c2f7c4920d5daf091cce6d13288ab8e337d26da950f13d3b83ff29f0d9fc64e044621c10d394a4fc510f48ec9ef2c797 diff --git a/dev-perl/Validate-Tiny/Validate-Tiny-1.015.ebuild b/dev-perl/Validate-Tiny/Validate-Tiny-1.015.ebuild new file mode 100644 index 000000000000..a68586674a19 --- /dev/null +++ b/dev-perl/Validate-Tiny/Validate-Tiny-1.015.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=5 + +MODULE_AUTHOR=MINIMAL +MODULE_VERSION=1.015 +inherit perl-module + +DESCRIPTION="Minimalistic data validation" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-perl/List-MoreUtils-0.330.0 + test? ( + virtual/perl-Test-Simple + )" + +SRC_TEST="do" diff --git a/dev-perl/Validate-Tiny/Validate-Tiny-1.551.ebuild b/dev-perl/Validate-Tiny/Validate-Tiny-1.551.ebuild new file mode 100644 index 000000000000..2ebf90d7363b --- /dev/null +++ b/dev-perl/Validate-Tiny/Validate-Tiny-1.551.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=5 + +MODULE_AUTHOR=MINIMAL +MODULE_VERSION=1.551 +inherit perl-module + +DESCRIPTION="Minimalistic data validation" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-perl/List-MoreUtils-0.330.0 + test? ( + virtual/perl-Test-Simple + )" + +SRC_TEST="do" diff --git a/dev-perl/Validate-Tiny/metadata.xml b/dev-perl/Validate-Tiny/metadata.xml new file mode 100644 index 000000000000..91d158fbb428 --- /dev/null +++ b/dev-perl/Validate-Tiny/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> + <maintainer> + <email>monsieurp@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="cpan">Validate-Tiny</remote-id> + <remote-id type="cpan-module">Validate::Tiny</remote-id> + </upstream> +</pkgmetadata> |