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-Types-Path-Tiny/Manifest | 2 ++ .../MooseX-Types-Path-Tiny-0.11.0.ebuild | 39 ++++++++++++++++++++++ .../MooseX-Types-Path-Tiny-0.2.0.ebuild | 34 +++++++++++++++++++ dev-perl/MooseX-Types-Path-Tiny/metadata.xml | 9 +++++ 4 files changed, 84 insertions(+) create mode 100644 dev-perl/MooseX-Types-Path-Tiny/Manifest create mode 100644 dev-perl/MooseX-Types-Path-Tiny/MooseX-Types-Path-Tiny-0.11.0.ebuild create mode 100644 dev-perl/MooseX-Types-Path-Tiny/MooseX-Types-Path-Tiny-0.2.0.ebuild create mode 100644 dev-perl/MooseX-Types-Path-Tiny/metadata.xml (limited to 'dev-perl/MooseX-Types-Path-Tiny') diff --git a/dev-perl/MooseX-Types-Path-Tiny/Manifest b/dev-perl/MooseX-Types-Path-Tiny/Manifest new file mode 100644 index 000000000000..454469086bc1 --- /dev/null +++ b/dev-perl/MooseX-Types-Path-Tiny/Manifest @@ -0,0 +1,2 @@ +DIST MooseX-Types-Path-Tiny-0.002.tar.gz 12703 SHA256 656939c6a2abcbbeab6a28dff4f488e31004c558f2b4daa72c3925a31a9454bb SHA512 371dcbf7a77187a242f9a020e5bfdb4e9919f05bc975f29bfefbda63653e293f206c9e285f4191a5f94c56ca35a9f9c46409d29db8d445f80cc9cadcea2387d9 WHIRLPOOL ba6a72e7c1c30d9b6091a51333b2572f4f62355ce80cee4bd27a60d362a79026ce42656f5e8666847af9606d5117d3f2078f1b6e02f3424310351a612beb8123 +DIST MooseX-Types-Path-Tiny-0.011.tar.gz 25140 SHA256 668ea48c99bc4a61cbdd87c39cfa0cb6c1e9c1b0c9f221a25a976bb4bccc6f00 SHA512 b18d674d0fbed5266591bd3cc221d8ebe996ff9214cc7d74e111bb3b570193e6373e7220023a79a71ff982b4d5b4829fc2a9f3dd9aef8b78a8d1457718f8a679 WHIRLPOOL 3b2c490c667066d48e7223230e1407e86d176e293cab59230b0fabdb900fa04e26d8c50d7944dcf55c974c588ac39f8d2a59bd19b973a205bd2097bc60de8b15 diff --git a/dev-perl/MooseX-Types-Path-Tiny/MooseX-Types-Path-Tiny-0.11.0.ebuild b/dev-perl/MooseX-Types-Path-Tiny/MooseX-Types-Path-Tiny-0.11.0.ebuild new file mode 100644 index 000000000000..4dcfdea0a87a --- /dev/null +++ b/dev-perl/MooseX-Types-Path-Tiny/MooseX-Types-Path-Tiny-0.11.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=ETHER +MODULE_VERSION=0.011 +inherit perl-module + +DESCRIPTION="Path::Tiny types and coercions for Moose" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/Path-Tiny + >=dev-perl/Moose-2.0.0 + dev-perl/MooseX-Types + dev-perl/MooseX-Types-Stringlike + virtual/perl-if + dev-perl/namespace-autoclean +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-Tiny-0.37.0 + test? ( + virtual/perl-ExtUtils-MakeMaker + virtual/perl-File-Spec + dev-perl/File-pushd + dev-perl/Test-Fatal + >=virtual/perl-File-Temp-0.180.0 + >=virtual/perl-Test-Simple-0.960.0 + ) +" + +SRC_TEST="do parallel" +mytargets="install" diff --git a/dev-perl/MooseX-Types-Path-Tiny/MooseX-Types-Path-Tiny-0.2.0.ebuild b/dev-perl/MooseX-Types-Path-Tiny/MooseX-Types-Path-Tiny-0.2.0.ebuild new file mode 100644 index 000000000000..fb907df21ac2 --- /dev/null +++ b/dev-perl/MooseX-Types-Path-Tiny/MooseX-Types-Path-Tiny-0.2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DAGOLDEN +MODULE_VERSION=0.002 +inherit perl-module + +DESCRIPTION="Path::Tiny types and coercions for Moose" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/Path-Tiny + >=dev-perl/Moose-2.0.0 + dev-perl/MooseX-Types + dev-perl/MooseX-Types-Stringlike +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + dev-perl/File-pushd + dev-perl/Test-Fatal + >=virtual/perl-File-Temp-0.180.0 + >=virtual/perl-Test-Simple-0.960.0 + ) +" + +SRC_TEST=do diff --git a/dev-perl/MooseX-Types-Path-Tiny/metadata.xml b/dev-perl/MooseX-Types-Path-Tiny/metadata.xml new file mode 100644 index 000000000000..603f8d3ffdf9 --- /dev/null +++ b/dev-perl/MooseX-Types-Path-Tiny/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + MooseX-Types-Path-Tiny + MooseX::Types::Path::Tiny + + -- cgit v1.2.3-65-gdbad