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/Archive-Any/Archive-Any-0.94.100.ebuild | 33 ++++++++++++++++++++++++ dev-perl/Archive-Any/Manifest | 1 + dev-perl/Archive-Any/metadata.xml | 12 +++++++++ 3 files changed, 46 insertions(+) create mode 100644 dev-perl/Archive-Any/Archive-Any-0.94.100.ebuild create mode 100644 dev-perl/Archive-Any/Manifest create mode 100644 dev-perl/Archive-Any/metadata.xml (limited to 'dev-perl/Archive-Any') diff --git a/dev-perl/Archive-Any/Archive-Any-0.94.100.ebuild b/dev-perl/Archive-Any/Archive-Any-0.94.100.ebuild new file mode 100644 index 000000000000..00e88ec149a0 --- /dev/null +++ b/dev-perl/Archive-Any/Archive-Any-0.94.100.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=OALDERS +MODULE_VERSION=0.0941 +inherit perl-module + +DESCRIPTION="Single interface to deal with file archives" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Archive-Tar + dev-perl/Archive-Zip + dev-perl/Module-Find + dev-perl/MIME-Types + dev-perl/File-MMagic + virtual/perl-File-Spec +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.360.100 + test? ( + virtual/perl-Test-Simple + dev-perl/Test-Warn + ) +" + +SRC_TEST="do parallel" diff --git a/dev-perl/Archive-Any/Manifest b/dev-perl/Archive-Any/Manifest new file mode 100644 index 000000000000..636f4b678649 --- /dev/null +++ b/dev-perl/Archive-Any/Manifest @@ -0,0 +1 @@ +DIST Archive-Any-0.0941.tar.gz 78703 SHA256 2f2172cf8ffb4f9338093c15025eeefeb634dba8d09a1ebbe5839ace1c74fdb7 SHA512 13fa297792e367560c12d8d22aef8214dbba2a9e0c8cc2b9b01d6e5c21a07f49d45024c930891bf921e53fa9c4443ad14db5ce1ab46bb7825e37fd4881b07ba4 WHIRLPOOL 42bed5592f9305c7778d1fb2be57337553d3fee3f2a0ccb2ae59a92e14f407c4a6e57a2be39f1d9b3248b28af4e49d1cbf74028fd2cbc12f97509eb791e36dd7 diff --git a/dev-perl/Archive-Any/metadata.xml b/dev-perl/Archive-Any/metadata.xml new file mode 100644 index 000000000000..49accddc28df --- /dev/null +++ b/dev-perl/Archive-Any/metadata.xml @@ -0,0 +1,12 @@ + + + + perl + + Archive-Any + Archive::Any + Archive::Any::Plugin + Archive::Any::Plugin::Tar + Archive::Any::Plugin::Zip + + -- cgit v1.2.3-65-gdbad