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/POE-Component-IKC | |
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/POE-Component-IKC')
-rw-r--r-- | dev-perl/POE-Component-IKC/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/POE-Component-IKC/POE-Component-IKC-0.230.300.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/POE-Component-IKC/POE-Component-IKC-0.230.500.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/POE-Component-IKC/metadata.xml | 22 |
4 files changed, 68 insertions, 0 deletions
diff --git a/dev-perl/POE-Component-IKC/Manifest b/dev-perl/POE-Component-IKC/Manifest new file mode 100644 index 000000000000..fe41d93c0eed --- /dev/null +++ b/dev-perl/POE-Component-IKC/Manifest @@ -0,0 +1,2 @@ +DIST POE-Component-IKC-0.2303.tar.gz 69229 SHA256 c5371db5f544ce97a8bbccd5ed8e0ee91b513b1c2471851f83f30061fecb8d7a SHA512 b92e4a472dfdd4f8c30d40ef1fd2d091e5d5de08fba8d8b6d93c6461898b1830e141175453133a85d314c83e063c77ba03e79419f9e4f4ec582c9fa1ede1349c WHIRLPOOL 3d75ec8edd934719cb307c02254ac3657f87b8f3a70f6f4b012b86c51b083e3188afec2272ab581831fdecb92784ca7574ecd91e7309ecb68194c4057bdbcdce +DIST POE-Component-IKC-0.2305.tar.gz 69875 SHA256 5410204034e05f6340558a13963d3853dd4ea61d972e423edaa5c5f9d921d4e5 SHA512 b538ad4aa1ee62354951dfab42884ce09269e0e1e95fcf42fbb05ca6db160254b47843a11273da37c5821dd544a388d37114121bc1116bc048a2e85f91d16b8e WHIRLPOOL b47d3a4a6d215889722ace1b0a7b1e2dca7b77b610e0e49736d7b990053f3b673d1fcb63cbefcf3a404653430a97b44ea5781e1c1c4fd8f87989a6e210ea2669 diff --git a/dev-perl/POE-Component-IKC/POE-Component-IKC-0.230.300.ebuild b/dev-perl/POE-Component-IKC/POE-Component-IKC-0.230.300.ebuild new file mode 100644 index 000000000000..65ac55eaadac --- /dev/null +++ b/dev-perl/POE-Component-IKC/POE-Component-IKC-0.230.300.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=GWYN +MODULE_VERSION=0.2303 +inherit perl-module + +DESCRIPTION="POE Inter-Kernel Communication" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-perl/POE-API-Peek-1.34 + dev-perl/POE + dev-perl/Devel-Size +" +DEPEND="${RDEPEND}" diff --git a/dev-perl/POE-Component-IKC/POE-Component-IKC-0.230.500.ebuild b/dev-perl/POE-Component-IKC/POE-Component-IKC-0.230.500.ebuild new file mode 100644 index 000000000000..a619b20018b9 --- /dev/null +++ b/dev-perl/POE-Component-IKC/POE-Component-IKC-0.230.500.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=GWYN +MODULE_VERSION=0.2305 +inherit perl-module + +DESCRIPTION="POE Inter-Kernel Communication" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-perl/POE-API-Peek-1.34 + dev-perl/POE + dev-perl/Devel-Size +" +DEPEND="${RDEPEND}" diff --git a/dev-perl/POE-Component-IKC/metadata.xml b/dev-perl/POE-Component-IKC/metadata.xml new file mode 100644 index 000000000000..49214624963a --- /dev/null +++ b/dev-perl/POE-Component-IKC/metadata.xml @@ -0,0 +1,22 @@ +<?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-Component-IKC</remote-id> + <remote-id type="cpan-module">POE::Component::IKC</remote-id> + <remote-id type="cpan-module">POE::Component::IKC::Channel</remote-id> + <remote-id type="cpan-module">POE::Component::IKC::Client</remote-id> + <remote-id type="cpan-module">POE::Component::IKC::ClientLite</remote-id> + <remote-id type="cpan-module">POE::Component::IKC::Freezer</remote-id> + <remote-id type="cpan-module">POE::Component::IKC::LocalKernel</remote-id> + <remote-id type="cpan-module">POE::Component::IKC::Protocol</remote-id> + <remote-id type="cpan-module">POE::Component::IKC::Proxy</remote-id> + <remote-id type="cpan-module">POE::Component::IKC::Responder</remote-id> + <remote-id type="cpan-module">POE::Component::IKC::Responder::Object</remote-id> + <remote-id type="cpan-module">POE::Component::IKC::Responder::Thunk</remote-id> + <remote-id type="cpan-module">POE::Component::IKC::Server</remote-id> + <remote-id type="cpan-module">POE::Component::IKC::Specifier</remote-id> + <remote-id type="cpan-module">POE::Component::IKC::Timing</remote-id> + </upstream> +</pkgmetadata> |