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/Object-Realize-Later | |
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/Object-Realize-Later')
4 files changed, 64 insertions, 0 deletions
diff --git a/dev-perl/Object-Realize-Later/Manifest b/dev-perl/Object-Realize-Later/Manifest new file mode 100644 index 000000000000..4e33ceab6bb7 --- /dev/null +++ b/dev-perl/Object-Realize-Later/Manifest @@ -0,0 +1,2 @@ +DIST Object-Realize-Later-0.18.tar.gz 10549 SHA256 79a23870cd6545af9905edfa710069c17792700c0313d632db27e8923e4f0422 SHA512 0ed7fdcc72293258563d7e023baa7d3d964b1c0325a2f5a8c52779cffdb497d617f27b81bf5075db4c847bb598ae7af62598bfd3f5d0c4257ccf0916d05e04a5 WHIRLPOOL a8b0606bdb13d2acc113917dbf82fce4867e4c98e96007189d42c9ea819011580ee3716d4f03ef02fefbb1232a0481ea8cf1e98180d8fae37d0921504bb335f5 +DIST Object-Realize-Later-0.19.tar.gz 11013 SHA256 7f3de6b6ac5a236636d00dd867012481e1c4878e7e68d136e565ce50b2c2404d SHA512 4e4d57e17600ab553b8c209aac815e64d3b7164d38afd27db2676da774ee95910a00eea09688d49a53734c07c60922901c2bcec46dc6aada9a3b76f3392b0ffd WHIRLPOOL a678a48a101e5eafc4c96122a8b48e108bf3ab5b1b5f3c172b00b1a61bd0705b9e9980baada863661b0c925a8f860a37ce47e45b5d9478b340dcb5beaeac372c diff --git a/dev-perl/Object-Realize-Later/Object-Realize-Later-0.180.0-r1.ebuild b/dev-perl/Object-Realize-Later/Object-Realize-Later-0.180.0-r1.ebuild new file mode 100644 index 000000000000..ccac06e8ed7e --- /dev/null +++ b/dev-perl/Object-Realize-Later/Object-Realize-Later-0.180.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=MARKOV +MODULE_VERSION=0.18 +inherit perl-module + +DESCRIPTION="Delay construction of real data until used" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + test? ( + >=dev-perl/Test-Pod-1.0.0 + ) +" + +SRC_TEST=do diff --git a/dev-perl/Object-Realize-Later/Object-Realize-Later-0.190.0.ebuild b/dev-perl/Object-Realize-Later/Object-Realize-Later-0.190.0.ebuild new file mode 100644 index 000000000000..f36d921bf670 --- /dev/null +++ b/dev-perl/Object-Realize-Later/Object-Realize-Later-0.190.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MARKOV +MODULE_VERSION=0.19 +inherit perl-module + +DESCRIPTION="Delayed creation of objects" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/Test-Pod-1.0.0 + ) +" + +SRC_TEST=do diff --git a/dev-perl/Object-Realize-Later/metadata.xml b/dev-perl/Object-Realize-Later/metadata.xml new file mode 100644 index 000000000000..2278d7e459c8 --- /dev/null +++ b/dev-perl/Object-Realize-Later/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">Object-Realize-Later</remote-id> + <remote-id type="cpan-module">Object::Realize::Later</remote-id> + </upstream> +</pkgmetadata> |