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 --- .../Business-ISMN/Business-ISMN-1.110.0-r1.ebuild | 33 ++++++++++++++++++++++ .../Business-ISMN/Business-ISMN-1.130.0.ebuild | 33 ++++++++++++++++++++++ dev-perl/Business-ISMN/Manifest | 2 ++ dev-perl/Business-ISMN/metadata.xml | 10 +++++++ 4 files changed, 78 insertions(+) create mode 100644 dev-perl/Business-ISMN/Business-ISMN-1.110.0-r1.ebuild create mode 100644 dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild create mode 100644 dev-perl/Business-ISMN/Manifest create mode 100644 dev-perl/Business-ISMN/metadata.xml (limited to 'dev-perl/Business-ISMN') diff --git a/dev-perl/Business-ISMN/Business-ISMN-1.110.0-r1.ebuild b/dev-perl/Business-ISMN/Business-ISMN-1.110.0-r1.ebuild new file mode 100644 index 000000000000..cad919d5ff34 --- /dev/null +++ b/dev-perl/Business-ISMN/Business-ISMN-1.110.0-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=BDFOY +MODULE_VERSION=1.11 +inherit perl-module + +DESCRIPTION="International Standard Music Numbers" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/Tie-Cycle + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST=do + +src_install() { + perl-module_src_install + rm -rf "${ED}"/usr/share/man || die +} diff --git a/dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild b/dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild new file mode 100644 index 000000000000..00ce548c9d8d --- /dev/null +++ b/dev-perl/Business-ISMN/Business-ISMN-1.130.0.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=BDFOY +MODULE_VERSION=1.13 +inherit perl-module + +DESCRIPTION="International Standard Music Numbers" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/Tie-Cycle + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST=do + +src_install() { + perl-module_src_install + rm -rf "${ED}"/usr/share/man || die +} diff --git a/dev-perl/Business-ISMN/Manifest b/dev-perl/Business-ISMN/Manifest new file mode 100644 index 000000000000..664ab9509150 --- /dev/null +++ b/dev-perl/Business-ISMN/Manifest @@ -0,0 +1,2 @@ +DIST Business-ISMN-1.11.tar.gz 9053 SHA256 76d5240a5672c7a8b1ba9e9ea8238a5c8882139911acbb67b7059b5ee3da342d SHA512 e5bbaf048b06ee133a95443227fe2bf0e49abbb2164330105f7ccd4360503ca97848e4ff6b663064ceb36a34d4e5f7b47209f0153e5fa6e88d8ae8a0c90bd41a WHIRLPOOL f780112fddb09ece0bd784e29cf23fca31ee135f582eabe0bbc3192efdf554bfa610d94c8d222b2eac766c0615b2ca8806e4f1f1707d9f6c6624c9bec4bae1a3 +DIST Business-ISMN-1.13.tar.gz 9703 SHA256 89b598dcde116732f8621b18660fec9a6989b1ad5bf96599b98fbcaecad9a132 SHA512 bad9fdfe16a6b62c823019af4162e0cb2f97dbda8cc5cad01ff3a6e80d22e5fa1d260ef410ad1393d03fc750f7976f06932ac948390cdeb995cc458e1d3cd984 WHIRLPOOL fe1bf9401fa4b973388028451d5cd06df8ac3ccc8887b6ef714b4a1f4e9c0e38a2c65ba8a5a500b55b59ffaa37067ad97e5724e47778a3642138cd6085c7cf55 diff --git a/dev-perl/Business-ISMN/metadata.xml b/dev-perl/Business-ISMN/metadata.xml new file mode 100644 index 000000000000..3d758b849626 --- /dev/null +++ b/dev-perl/Business-ISMN/metadata.xml @@ -0,0 +1,10 @@ + + + + perl + + Business-ISMN + Business::ISBM::Data + Business::ISMN + + -- cgit v1.2.3-65-gdbad