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/PadWalker/Manifest | 2 ++ dev-perl/PadWalker/PadWalker-1.960.0-r1.ebuild | 17 +++++++++++++++++ dev-perl/PadWalker/PadWalker-2.100.0.ebuild | 19 +++++++++++++++++++ dev-perl/PadWalker/metadata.xml | 9 +++++++++ 4 files changed, 47 insertions(+) create mode 100644 dev-perl/PadWalker/Manifest create mode 100644 dev-perl/PadWalker/PadWalker-1.960.0-r1.ebuild create mode 100644 dev-perl/PadWalker/PadWalker-2.100.0.ebuild create mode 100644 dev-perl/PadWalker/metadata.xml (limited to 'dev-perl/PadWalker') diff --git a/dev-perl/PadWalker/Manifest b/dev-perl/PadWalker/Manifest new file mode 100644 index 000000000000..288fe764b7c9 --- /dev/null +++ b/dev-perl/PadWalker/Manifest @@ -0,0 +1,2 @@ +DIST PadWalker-1.96.tar.gz 15272 SHA256 df250e242f2a1009a8e9fe393b5c8b9ff4817efb345117fd6ada6a3da8380ca0 SHA512 b3fc68a457f90846c98811b0e012bcdadaac9df9077bbe3b361d82ad61d314702b735fc43551ec0d8fd566cdd0f4bae9bbc2f0af2be7f921889953b26e4150e2 WHIRLPOOL ff038f0d80e5a306e93de1154ab4fef58bc72935edcbcf27495b99156c66eb933197d4493c9bead7210d705d56e6bcb00d71974c640f59e3ca1be54761860499 +DIST PadWalker-2.1.tar.gz 16096 SHA256 fd5bed56543c46ea27a04a690c0504c72192235516fd9fa9af6fd6e220555a6e SHA512 632100ef9f13def71aa496737d6a49977d311cae749a1b4827f2b965ae797357fbb5ab756ead0927f200ba8a8a62a9b6fcce3a49f3cc0c4e196855d8427502d3 WHIRLPOOL dcd7ea28fdef4f96d94c13ed2e00b6c6e878a580ef9a4f322d7649fc720f795ebc932be4b2ad51602ba270588c208b800de5db4c9cb30fa4f815225c1d7c149f diff --git a/dev-perl/PadWalker/PadWalker-1.960.0-r1.ebuild b/dev-perl/PadWalker/PadWalker-1.960.0-r1.ebuild new file mode 100644 index 000000000000..b837b2241d95 --- /dev/null +++ b/dev-perl/PadWalker/PadWalker-1.960.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=ROBIN +MODULE_VERSION=1.96 +inherit perl-module + +DESCRIPTION="play with other peoples' lexical variables" + +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/PadWalker/PadWalker-2.100.0.ebuild b/dev-perl/PadWalker/PadWalker-2.100.0.ebuild new file mode 100644 index 000000000000..6b5087b488c9 --- /dev/null +++ b/dev-perl/PadWalker/PadWalker-2.100.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=ROBIN +MODULE_VERSION=2.1 +inherit perl-module + +DESCRIPTION="play with other peoples' lexical variables" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +DEPEND="virtual/perl-ExtUtils-MakeMaker" + +SRC_TEST="do parallel" diff --git a/dev-perl/PadWalker/metadata.xml b/dev-perl/PadWalker/metadata.xml new file mode 100644 index 000000000000..48b618fb4f94 --- /dev/null +++ b/dev-perl/PadWalker/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + PadWalker + PadWalker + + -- cgit v1.2.3-65-gdbad