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/DateTime-Set/DateTime-Set-0.320.0.ebuild | 23 +++++++++++++++++++ dev-perl/DateTime-Set/DateTime-Set-0.340.0.ebuild | 28 +++++++++++++++++++++++ dev-perl/DateTime-Set/Manifest | 2 ++ dev-perl/DateTime-Set/metadata.xml | 12 ++++++++++ 4 files changed, 65 insertions(+) create mode 100644 dev-perl/DateTime-Set/DateTime-Set-0.320.0.ebuild create mode 100644 dev-perl/DateTime-Set/DateTime-Set-0.340.0.ebuild create mode 100644 dev-perl/DateTime-Set/Manifest create mode 100644 dev-perl/DateTime-Set/metadata.xml (limited to 'dev-perl/DateTime-Set') diff --git a/dev-perl/DateTime-Set/DateTime-Set-0.320.0.ebuild b/dev-perl/DateTime-Set/DateTime-Set-0.320.0.ebuild new file mode 100644 index 000000000000..75d0cf0b2f5c --- /dev/null +++ b/dev-perl/DateTime-Set/DateTime-Set-0.320.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=FGLOCK +MODULE_VERSION=0.32 +inherit perl-module + +DESCRIPTION="Datetime sets and set math" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-perl/DateTime-0.12 + >=dev-perl/Set-Infinite-0.59 + dev-perl/Params-Validate" +DEPEND="${RDEPEND} + dev-perl/Module-Build" + +SRC_TEST=do diff --git a/dev-perl/DateTime-Set/DateTime-Set-0.340.0.ebuild b/dev-perl/DateTime-Set/DateTime-Set-0.340.0.ebuild new file mode 100644 index 000000000000..0de0397f8125 --- /dev/null +++ b/dev-perl/DateTime-Set/DateTime-Set-0.340.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=FGLOCK +MODULE_VERSION=0.3400 +inherit perl-module + +DESCRIPTION="Datetime sets and set math" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/DateTime-0.120.0 + >=dev-perl/Set-Infinite-0.590.0 + dev-perl/Params-Validate +" +DEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( virtual/perl-Test-Simple ) +" +# meta.yml is incorrect, it needs P-V and M-B + +SRC_TEST=do diff --git a/dev-perl/DateTime-Set/Manifest b/dev-perl/DateTime-Set/Manifest new file mode 100644 index 000000000000..57f4a6c31fb4 --- /dev/null +++ b/dev-perl/DateTime-Set/Manifest @@ -0,0 +1,2 @@ +DIST DateTime-Set-0.32.tar.gz 45003 SHA256 7496541d69f7667f6e2789f3c95aa265c6fb658102525f01bfea8f3d0cea0500 SHA512 ae152f06b012762c471688821e2fd40f8245417329fc7061180134bdaa33b1e043c04497f2d1a837dccb324c28b4fc39daad792cee500727dc2df1333fa97656 WHIRLPOOL 98f7b207b70ebe648f90e0c15b8a38b2ee84350f0134ea95dd78c6f2ffc6ec6c575bf006e451e7cc58fcacab90d6404c88f9d57826427ff67b2f9913588a77fe +DIST DateTime-Set-0.3400.tar.gz 44951 SHA256 abff0431185a11824a2edda8b8934bc3d52d8a8612b24469e1c8c8f9533247ac SHA512 6bb8f1bdcfeb572c348563cdba96150c9d9b8fb837270a5a75860d7cc81fa548e0d88d14a294360064521b466739ebb3f98c7b6fdf99fd816aa2aa32bcea234a WHIRLPOOL 8f751414c464c41ef8a84b157fb23dc47340ff942dbc609b67587e964316b86152979da778202ff72162856ffabeac4b9e307d29d1d16c37137a1261adfc02a3 diff --git a/dev-perl/DateTime-Set/metadata.xml b/dev-perl/DateTime-Set/metadata.xml new file mode 100644 index 000000000000..1cd758244d34 --- /dev/null +++ b/dev-perl/DateTime-Set/metadata.xml @@ -0,0 +1,12 @@ + + + + perl + + DateTime-Set + DateTime::Set + DateTime::Span + DateTime::SpanSet + Set::Infinite::_recurrence + + -- cgit v1.2.3-18-g5258