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/Roman/Manifest | 2 ++ dev-perl/Roman/Roman-1.230.0-r1.ebuild | 24 ++++++++++++++++++++++++ dev-perl/Roman/Roman-1.240.0.ebuild | 24 ++++++++++++++++++++++++ dev-perl/Roman/metadata.xml | 17 +++++++++++++++++ 4 files changed, 67 insertions(+) create mode 100644 dev-perl/Roman/Manifest create mode 100644 dev-perl/Roman/Roman-1.230.0-r1.ebuild create mode 100644 dev-perl/Roman/Roman-1.240.0.ebuild create mode 100644 dev-perl/Roman/metadata.xml (limited to 'dev-perl/Roman') diff --git a/dev-perl/Roman/Manifest b/dev-perl/Roman/Manifest new file mode 100644 index 000000000000..ca021d1a0d74 --- /dev/null +++ b/dev-perl/Roman/Manifest @@ -0,0 +1,2 @@ +DIST Roman-1.23.zip 7346 SHA256 8cf08358eae8d4f888ca41f09d28ffbace46e5f0f6c85b7206ef552135db7843 SHA512 20a2a9f3961317438b9f761bdcf16c582f57e5efe9b6c869b6170f19615f300e467f3ab555861c83e8c7930ae024381a46da64cd80002a26cae1f2d315759f74 WHIRLPOOL 6b4ae11706099de4a0aa56fa50e5e09176d1b0966e50a3f862563cc6cd3226121333a9d4d1c0bcb5bd0c15afaefae9303d8511061f7784d1d37d2d6c6a5ecd82 +DIST Roman-1.24.tar.gz 4470 SHA256 3080375bf5f96cb15310d1870a75472dc1fd2371273c6a546b81401b6f674a28 SHA512 82df0d817f55ad6a8fd467e92c97e27c07bd6cb04f0accb65468d6594d3e3ea545383f1c3763215d8c984cc31c808fe979c7d6c74dab1609ec822a9f256709e0 WHIRLPOOL 12beea32a3ee784bd4dd6acdc9b020838f13e5fc9d6c46873e77f7297ff15bffe7a6d6b5ef2523a0e3b64a5a56ad7439629fa307492c9a2cebcdd6765b636f15 diff --git a/dev-perl/Roman/Roman-1.230.0-r1.ebuild b/dev-perl/Roman/Roman-1.230.0-r1.ebuild new file mode 100644 index 000000000000..d0138b40327a --- /dev/null +++ b/dev-perl/Roman/Roman-1.230.0-r1.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=CHORNY +MODULE_VERSION=1.23 +MODULE_A_EXT=zip + +inherit perl-module + +DESCRIPTION="Perl module for conversion between Roman and Arabic numerals" + +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~mips ~s390 x86 ~amd64-linux ~x86-linux" +IUSE="test" + +DEPEND="test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do parallel" diff --git a/dev-perl/Roman/Roman-1.240.0.ebuild b/dev-perl/Roman/Roman-1.240.0.ebuild new file mode 100644 index 000000000000..3a5e0daca80e --- /dev/null +++ b/dev-perl/Roman/Roman-1.240.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=CHORNY +MODULE_VERSION=1.24 +MODULE_A_EXT=tar.gz + +inherit perl-module + +DESCRIPTION="Perl module for conversion between Roman and Arabic numerals" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~s390 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +DEPEND="test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do parallel" diff --git a/dev-perl/Roman/metadata.xml b/dev-perl/Roman/metadata.xml new file mode 100644 index 000000000000..504268bd76a6 --- /dev/null +++ b/dev-perl/Roman/metadata.xml @@ -0,0 +1,17 @@ + + + + perl + + zlogene@gentoo.org + Mikle Kolyada + + + pinkbyte@gentoo.org + Sergey Popov + + + Roman + Roman + + -- cgit v1.2.3-65-gdbad