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/Event-ExecFlow | |
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/Event-ExecFlow')
-rw-r--r-- | dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Event-ExecFlow/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Event-ExecFlow/metadata.xml | 20 |
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r1.ebuild b/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r1.ebuild new file mode 100644 index 000000000000..b0798fc5a0a2 --- /dev/null +++ b/dev-perl/Event-ExecFlow/Event-ExecFlow-0.640.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=JRED +MODULE_VERSION=0.64 +inherit perl-module + +DESCRIPTION="High level API for event-based execution flow control" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc ppc64 sparc x86" +IUSE="" + +RDEPEND="dev-perl/AnyEvent + dev-perl/libintl-perl" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Event-ExecFlow/Manifest b/dev-perl/Event-ExecFlow/Manifest new file mode 100644 index 000000000000..6dc580453c39 --- /dev/null +++ b/dev-perl/Event-ExecFlow/Manifest @@ -0,0 +1 @@ +DIST Event-ExecFlow-0.64.tar.gz 15336 SHA256 c4e9f4e764216efa5e2b9efe90a6582b81cb8aed4c138b4bad747ed3bd16b7bf SHA512 dab795481e3f85ecde70e330eda10c8d09eb310d3325945364eebc1d70521f094b1f6afc311aff4b662cbefd96e0170bfb72f284296654088b747a139bfe7b5d WHIRLPOOL 78a9af634348801cbffa433c33dba67b1367fd9e7e3b95133a2361a55ce05bb74833c32e7ef7b1e7da697ac4c0f9149d79f7a4542d5912e184ba7c5740efbd31 diff --git a/dev-perl/Event-ExecFlow/metadata.xml b/dev-perl/Event-ExecFlow/metadata.xml new file mode 100644 index 000000000000..84182f80b090 --- /dev/null +++ b/dev-perl/Event-ExecFlow/metadata.xml @@ -0,0 +1,20 @@ +<?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">Event-ExecFlow</remote-id> + <remote-id type="cpan-module">AnyEvent::Impl::Event::CondVar</remote-id> + <remote-id type="cpan-module">AnyEvent::Impl::Event::Glib</remote-id> + <remote-id type="cpan-module">Event::ExecFlow</remote-id> + <remote-id type="cpan-module">Event::ExecFlow::Callbacks</remote-id> + <remote-id type="cpan-module">Event::ExecFlow::Frontend</remote-id> + <remote-id type="cpan-module">Event::ExecFlow::Frontend::Term</remote-id> + <remote-id type="cpan-module">Event::ExecFlow::Job</remote-id> + <remote-id type="cpan-module">Event::ExecFlow::Job::Code</remote-id> + <remote-id type="cpan-module">Event::ExecFlow::Job::Command</remote-id> + <remote-id type="cpan-module">Event::ExecFlow::Job::Group</remote-id> + <remote-id type="cpan-module">Event::ExecFlow::Scheduler</remote-id> + <remote-id type="cpan-module">Event::ExecFlow::Scheduler::SimpleMax</remote-id> + </upstream> +</pkgmetadata> |