From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild | 22 ++++++++++++++++++++++ dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild | 29 +++++++++++++++++++++++++++++ dev-perl/IPC-Run/Manifest | 2 ++ dev-perl/IPC-Run/metadata.xml | 15 +++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild create mode 100644 dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild create mode 100644 dev-perl/IPC-Run/Manifest create mode 100644 dev-perl/IPC-Run/metadata.xml (limited to 'dev-perl/IPC-Run') diff --git a/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild b/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild new file mode 100644 index 000000000000..33ced8be6c42 --- /dev/null +++ b/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=TODDR +MODULE_VERSION=0.92 +inherit perl-module + +DESCRIPTION="system() and background procs w/ piping, redirs, ptys" + +SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-linux" +IUSE="test" + +RDEPEND=">=dev-perl/IO-Tty-1.08" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do diff --git a/dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild b/dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild new file mode 100644 index 000000000000..e966fd082f68 --- /dev/null +++ b/dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=TODDR +MODULE_VERSION=0.94 +inherit perl-module + +DESCRIPTION="system() and background procs w/ piping, redirs, ptys" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" +IUSE="test" + +RDEPEND=" + >=dev-perl/IO-Tty-1.80.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + >=virtual/perl-Test-Simple-0.470.0 + ) +" + +SRC_TEST="do parallel" diff --git a/dev-perl/IPC-Run/Manifest b/dev-perl/IPC-Run/Manifest new file mode 100644 index 000000000000..d1822618fe08 --- /dev/null +++ b/dev-perl/IPC-Run/Manifest @@ -0,0 +1,2 @@ +DIST IPC-Run-0.92.tar.gz 121532 SHA256 e186b46ddf1577d24f11eec1ba42285963c3f71ec7ecb1ce51d6e88c729d46d2 SHA512 b24d7352d93ffd77b1fce3e052de1ebe2f85732063871c10eb0ddd4fd0f312ce97e16fb530d174ce026e157b295d8d6e2db7868d14624f47e891402619557fc2 WHIRLPOOL 4fcc3e48698b1a536b78920096e8d4d4546a3cd2e15f46b90723cffa593c38b0a5db25c10e216d26ee4927a043017a6d737fdce36abdc7558e881fc23dc6e4b3 +DIST IPC-Run-0.94.tar.gz 121394 SHA256 2eb336c91a2b7ea61f98e5b2282d91020d39a484f16041e2365ffd30f8a5605b SHA512 c42fb5e0a5085698bec3f970ba642c00ad947629bd30c1485ebd28e8e24db4273fa6439e0abeddbc602be66e4ebfcaaa7e8d3982ac8b82c3c6a8a431c170f721 WHIRLPOOL 3a89f0d4615dd155e001057ac22d82903e0a6110679e198168b425589df33fd36797e1e1be6c69c0609e2147ff5fcb60e272ad9f71def00c5bbab55098d1aaaf diff --git a/dev-perl/IPC-Run/metadata.xml b/dev-perl/IPC-Run/metadata.xml new file mode 100644 index 000000000000..02ff1de6dae0 --- /dev/null +++ b/dev-perl/IPC-Run/metadata.xml @@ -0,0 +1,15 @@ + + + + perl + + IPC-Run + IPC::Run + IPC::Run::Debug + IPC::Run::IO + IPC::Run::Timer + IPC::Run::Win32Helper + IPC::Run::Win32IO + IPC::Run::Win32Pump + + -- cgit v1.2.3-65-gdbad