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/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild | 24 ++++++++++++++++++++++ dev-perl/Exporter-Tiny/Manifest | 1 + dev-perl/Exporter-Tiny/metadata.xml | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild create mode 100644 dev-perl/Exporter-Tiny/Manifest create mode 100644 dev-perl/Exporter-Tiny/metadata.xml (limited to 'dev-perl/Exporter-Tiny') diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild b/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild new file mode 100644 index 000000000000..54168c316c14 --- /dev/null +++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=TOBYINK +MODULE_VERSION=0.042 +inherit perl-module + +DESCRIPTION="An exporter with the features of Sub::Exporter but only core dependencies" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86" +IUSE="test" + +RDEPEND=" +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + test? ( + >=virtual/perl-Test-Simple-0.470.0 + ) +" diff --git a/dev-perl/Exporter-Tiny/Manifest b/dev-perl/Exporter-Tiny/Manifest new file mode 100644 index 000000000000..a6d9a162039a --- /dev/null +++ b/dev-perl/Exporter-Tiny/Manifest @@ -0,0 +1 @@ +DIST Exporter-Tiny-0.042.tar.gz 32173 SHA256 8f1622c5ebbfbcd519ead81df7917e48cb16cc527b1c46737b0459c3908a023f SHA512 b69b722842b4a907fa434a1a798df6f983bae74d7b82e925a1db684cb166f2ef02a72cce176173af035321dc27ad35b49e1fb1ee57c0e2ca6596d84da140c06f WHIRLPOOL 9b43e4b2ca3d0ce6dfc4333914e340e10da032fab8535fb208bf2a4e79e7d4e26b46b09cbf178bdf31eba3584169316fe44ec6ce5c14405d4648d91e60a46f61 diff --git a/dev-perl/Exporter-Tiny/metadata.xml b/dev-perl/Exporter-Tiny/metadata.xml new file mode 100644 index 000000000000..36ee0f08c67c --- /dev/null +++ b/dev-perl/Exporter-Tiny/metadata.xml @@ -0,0 +1,5 @@ + + + + perl + -- cgit v1.2.3-65-gdbad