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/Pod-POM | |
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/Pod-POM')
-rw-r--r-- | dev-perl/Pod-POM/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Pod-POM/Pod-POM-0.280.0-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/Pod-POM/Pod-POM-0.290.0.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/Pod-POM/metadata.xml | 31 |
4 files changed, 83 insertions, 0 deletions
diff --git a/dev-perl/Pod-POM/Manifest b/dev-perl/Pod-POM/Manifest new file mode 100644 index 000000000000..1c40625d5452 --- /dev/null +++ b/dev-perl/Pod-POM/Manifest @@ -0,0 +1,2 @@ +DIST Pod-POM-0.28.tar.gz 76105 SHA256 381686661dc02d880e8c64425dcf8ced18e1cb98223d4288f00e3d21e4c4641e SHA512 d154509505eadb019994fa52d8013ead0eea8f1304330923a2093980478ad113c72fd0da0a26829ab752234d884d2bda16cbc7ddc17975852e3a86dd496b177f WHIRLPOOL 7bcef31086fec7104596045f13c5e64a15305c3201ad976a8c5cffe91e968705b89e12bcda4a318f4f83edbc502bb073f34467547e11db758de8cbda130f2cc2 +DIST Pod-POM-0.29.tar.gz 74337 SHA256 5f7632b04d911ae37136709d6554f9cfccba8b86d308a7708b3068536e9873d5 SHA512 7847507d1fb5589c8f48b080862c25264d08de60ae46d6bf23ba9daf0ecedf983c7beb223c64403add88db5ac72056c2d8b7aaf87aec54438d6730d77b8c7741 WHIRLPOOL 978dd276c422f87d46cbba4a60ee9b2bbb0cc2d650aad91004b0e9dddd3ba4bf292bee17df56cdd6ce85f8e443344120ad37407a9e960b02a74feab6321d3a38 diff --git a/dev-perl/Pod-POM/Pod-POM-0.280.0-r1.ebuild b/dev-perl/Pod-POM/Pod-POM-0.280.0-r1.ebuild new file mode 100644 index 000000000000..9c61548cfd09 --- /dev/null +++ b/dev-perl/Pod-POM/Pod-POM-0.280.0-r1.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=ANDREWF +MODULE_VERSION=0.28 +inherit perl-module + +DESCRIPTION="POD Object Model" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-parent" +DEPEND=" + test? ( + dev-perl/Test-Differences + >=dev-perl/yaml-0.67 + dev-perl/File-Slurp + )" + +SRC_TEST=do diff --git a/dev-perl/Pod-POM/Pod-POM-0.290.0.ebuild b/dev-perl/Pod-POM/Pod-POM-0.290.0.ebuild new file mode 100644 index 000000000000..5b9bfef1dff0 --- /dev/null +++ b/dev-perl/Pod-POM/Pod-POM-0.290.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=ANDREWF +MODULE_VERSION=0.29 +inherit perl-module + +DESCRIPTION="POD Object Model" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-parent" +DEPEND=" + test? ( + dev-perl/Test-Differences + >=dev-perl/yaml-0.67 + dev-perl/File-Slurp + )" + +SRC_TEST=do diff --git a/dev-perl/Pod-POM/metadata.xml b/dev-perl/Pod-POM/metadata.xml new file mode 100644 index 000000000000..d2a6faf41379 --- /dev/null +++ b/dev-perl/Pod-POM/metadata.xml @@ -0,0 +1,31 @@ +<?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">Pod-POM</remote-id> + <remote-id type="cpan-module">Pod::POM</remote-id> + <remote-id type="cpan-module">Pod::POM::Constants</remote-id> + <remote-id type="cpan-module">Pod::POM::Node</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::Begin</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::Code</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::Content</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::For</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::Head1</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::Head2</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::Head3</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::Head4</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::Item</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::Over</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::Pod</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::Sequence</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::Text</remote-id> + <remote-id type="cpan-module">Pod::POM::Node::Verbatim</remote-id> + <remote-id type="cpan-module">Pod::POM::Nodes</remote-id> + <remote-id type="cpan-module">Pod::POM::Test</remote-id> + <remote-id type="cpan-module">Pod::POM::View</remote-id> + <remote-id type="cpan-module">Pod::POM::View::HTML</remote-id> + <remote-id type="cpan-module">Pod::POM::View::Pod</remote-id> + <remote-id type="cpan-module">Pod::POM::View::Text</remote-id> + </upstream> +</pkgmetadata> |