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/boolean | |
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/boolean')
-rw-r--r-- | dev-perl/boolean/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/boolean/boolean-0.420.0.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/boolean/boolean-0.450.0.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/boolean/metadata.xml | 9 |
4 files changed, 61 insertions, 0 deletions
diff --git a/dev-perl/boolean/Manifest b/dev-perl/boolean/Manifest new file mode 100644 index 000000000000..db652b207ded --- /dev/null +++ b/dev-perl/boolean/Manifest @@ -0,0 +1,2 @@ +DIST boolean-0.42.tar.gz 14640 SHA256 8b0595090a78d1235f74b18d01b4e1e8fa375e08f291eba732d55e8cbdb37e5c SHA512 dbfe7c6a96bf253d68c3e8ca8a5df5f3da82e54ca7d43f39192e72ee59a26b527fe81316374b7c1bbf491262c528994c198ff6feddc7dcafac84c8907fcdcb92 WHIRLPOOL 42346b8054f78b05afc56b3efc511163b244ebd7a1653dc874a4a4b03d81e92ea0bfba94490c32e42f31d12ea72ec37ec5f2b459459dea2e615ce60a954efa19 +DIST boolean-0.45.tar.gz 14641 SHA256 f2fa412c8042bb1e97675cdac8dfb9696e5c4036bd439401031a5afe1b7d19a2 SHA512 1acc26a5015f067e701fa52cbc80fb1fe84f2b4246690a96fc1efb608fb9c40cf0998f9932a485e659e3ea03a7c05d82d779fb029ed70a0a468f7bf3573f260e WHIRLPOOL eb56cc406bf61caa44cd05bce4e8a2cb6273606972a946feace651e161789cb8545ee257c1831ddb3c4d5df371d244a7c3589371f906f76796d7d0e2a616396b diff --git a/dev-perl/boolean/boolean-0.420.0.ebuild b/dev-perl/boolean/boolean-0.420.0.ebuild new file mode 100644 index 000000000000..09bff9f16378 --- /dev/null +++ b/dev-perl/boolean/boolean-0.420.0.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=INGY +MODULE_VERSION=0.42 +inherit perl-module + +DESCRIPTION="Boolean support for Perl" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/JSON + ) +" + +SRC_TEST=do diff --git a/dev-perl/boolean/boolean-0.450.0.ebuild b/dev-perl/boolean/boolean-0.450.0.ebuild new file mode 100644 index 000000000000..ece392d785bf --- /dev/null +++ b/dev-perl/boolean/boolean-0.450.0.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=INGY +MODULE_VERSION=0.45 +inherit perl-module + +DESCRIPTION="Boolean support for Perl" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/JSON + ) +" + +SRC_TEST=do diff --git a/dev-perl/boolean/metadata.xml b/dev-perl/boolean/metadata.xml new file mode 100644 index 000000000000..fdfa660b3d79 --- /dev/null +++ b/dev-perl/boolean/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">boolean</remote-id> + <remote-id type="cpan-module">boolean</remote-id> + </upstream> +</pkgmetadata> |