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/MooseX-MultiInitArg/Manifest | 2 ++ .../MooseX-MultiInitArg-0.10.0.ebuild | 21 ++++++++++++++++ .../MooseX-MultiInitArg-0.20.0.ebuild | 29 ++++++++++++++++++++++ dev-perl/MooseX-MultiInitArg/metadata.xml | 11 ++++++++ 4 files changed, 63 insertions(+) create mode 100644 dev-perl/MooseX-MultiInitArg/Manifest create mode 100644 dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.10.0.ebuild create mode 100644 dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.20.0.ebuild create mode 100644 dev-perl/MooseX-MultiInitArg/metadata.xml (limited to 'dev-perl/MooseX-MultiInitArg') diff --git a/dev-perl/MooseX-MultiInitArg/Manifest b/dev-perl/MooseX-MultiInitArg/Manifest new file mode 100644 index 000000000000..53020351ec8d --- /dev/null +++ b/dev-perl/MooseX-MultiInitArg/Manifest @@ -0,0 +1,2 @@ +DIST MooseX-MultiInitArg-0.01.tar.gz 2980 SHA256 971689feac40201411d2cadafa246ceb38f70f6560863c60aee5c4025ea52ea1 SHA512 73629c7cf03c3bf6f634e12c8cf51b070c60e8c05e8ab8157e7e28b59f357fce3497210034bdfc19de1fe265c3d5c2bfc8e984d66055ccc4ff96b995f7791688 WHIRLPOOL 1e03ae55be90dcc61283a599c23598406ca7fc6af8b9c0bf20a73067b627d957554f082962cc5c070aea9f9e924ce6e6ab20690a08fa5ab0bc162406c7f8220f +DIST MooseX-MultiInitArg-0.02.tar.gz 10306 SHA256 9fb65d5a6343368288f6ac83d9f4fad40b1e2ab4811ac1279536c177be9c28f2 SHA512 73260d333e7ddfb0666f0f075d19887d74a310114616fc270ff2382a8a5e010a8294c776e4aa77ef8970f4499cb07f6da74696670fea30c208e2634e346b33bb WHIRLPOOL e99630b6a1a6af63ef78c0307182ec0d120956f1527943f92cbc8db0bdb3f486011b0a5a9ed9d5123f03f22e5551dd8406b6b59fa2d390c16ae3b250bc0551bf diff --git a/dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.10.0.ebuild b/dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.10.0.ebuild new file mode 100644 index 000000000000..ac195a292723 --- /dev/null +++ b/dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.10.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=FRODWITH +MODULE_VERSION=0.01 +inherit perl-module + +DESCRIPTION="Attributes with aliases for constructor arguments" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x64-macos" +IUSE="test" + +RDEPEND="dev-perl/Moose" +DEPEND="test? ( ${DEPEND} + dev-perl/Test-Pod )" + +SRC_TEST="do" diff --git a/dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.20.0.ebuild b/dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.20.0.ebuild new file mode 100644 index 000000000000..d675ba67b6f3 --- /dev/null +++ b/dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.20.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=FRODWITH +MODULE_VERSION=0.02 +inherit perl-module + +DESCRIPTION="Attributes with aliases for constructor arguments" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x64-macos" +IUSE="test" + +RDEPEND=" + dev-perl/Moose +" +DEPEND="${DEPEND} + >=dev-perl/Module-Build-Tiny-0.23.0 + test? ( + dev-perl/Test-Pod + virtual/perl-Test-Simple + ) +" + +SRC_TEST="do" +mytargets=install diff --git a/dev-perl/MooseX-MultiInitArg/metadata.xml b/dev-perl/MooseX-MultiInitArg/metadata.xml new file mode 100644 index 000000000000..ad2db452deb8 --- /dev/null +++ b/dev-perl/MooseX-MultiInitArg/metadata.xml @@ -0,0 +1,11 @@ + + + + perl + + MooseX-MultiInitArg + MooseX::MultiInitArg + MooseX::MultiInitArg::Attribute + MooseX::MultiInitArg::Trait + + -- cgit v1.2.3-65-gdbad