From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" <robbat2@gentoo.org> Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- dev-perl/POE-Test-Loops/Manifest | 1 + .../POE-Test-Loops-1.353.0-r1.ebuild | 17 +++++++++++++++ dev-perl/POE-Test-Loops/metadata.xml | 25 ++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 dev-perl/POE-Test-Loops/Manifest create mode 100644 dev-perl/POE-Test-Loops/POE-Test-Loops-1.353.0-r1.ebuild create mode 100644 dev-perl/POE-Test-Loops/metadata.xml (limited to 'dev-perl/POE-Test-Loops') diff --git a/dev-perl/POE-Test-Loops/Manifest b/dev-perl/POE-Test-Loops/Manifest new file mode 100644 index 000000000000..28588821f5cb --- /dev/null +++ b/dev-perl/POE-Test-Loops/Manifest @@ -0,0 +1 @@ +DIST POE-Test-Loops-1.353.tar.gz 70248 SHA256 9f4d0c2431393889dba7fd9a66c8ab412b17a38d95c939e309cbf7d5cfead4a9 SHA512 516973b21ebb86c47c25ee69f1335788b9245852501d665d3a9a9c0f775ad2dd26a24a80794414dfdb853846e904a18d3f7c390cd39a6edb7bcbd5a930faebe3 WHIRLPOOL d73030037d00449fdb2ecc0f34594619516f731ef6b52604818d9f5c0f5112e027e0e609beaa3f700c44a742ea0d95c7e27020f690976837a3ea9ffdc7879aac diff --git a/dev-perl/POE-Test-Loops/POE-Test-Loops-1.353.0-r1.ebuild b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.353.0-r1.ebuild new file mode 100644 index 000000000000..8513842b3f50 --- /dev/null +++ b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.353.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=RCAPUTO +MODULE_VERSION=1.353 +inherit perl-module + +DESCRIPTION="Reusable tests for POE::Loop authors" + +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/POE-Test-Loops/metadata.xml b/dev-perl/POE-Test-Loops/metadata.xml new file mode 100644 index 000000000000..7f269c93081f --- /dev/null +++ b/dev-perl/POE-Test-Loops/metadata.xml @@ -0,0 +1,25 @@ +<?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">POE-Test-Loops</remote-id> + <remote-id type="cpan-module">DynamicStates</remote-id> + <remote-id type="cpan-module">FibClient</remote-id> + <remote-id type="cpan-module">FibServer</remote-id> + <remote-id type="cpan-module">MappedObject</remote-id> + <remote-id type="cpan-module">MappedPackage</remote-id> + <remote-id type="cpan-module">MockDriver</remote-id> + <remote-id type="cpan-module">My::LineFilter</remote-id> + <remote-id type="cpan-module">MyObject</remote-id> + <remote-id type="cpan-module">Operator</remote-id> + <remote-id type="cpan-module">POE::Kernel</remote-id> + <remote-id type="cpan-module">POE::MySession</remote-id> + <remote-id type="cpan-module">POE::Test::DondeEstan</remote-id> + <remote-id type="cpan-module">POE::Test::Loops</remote-id> + <remote-id type="cpan-module">PoeTestWorker</remote-id> + <remote-id type="cpan-module">Switch</remote-id> + <remote-id type="cpan-module">UnmappedObject</remote-id> + <remote-id type="cpan-module">UnmappedPackage</remote-id> + </upstream> +</pkgmetadata> -- cgit v1.2.3-65-gdbad