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/Test-MockTime/Manifest | 2 ++ .../Test-MockTime/Test-MockTime-0.120.0-r1.ebuild | 22 ++++++++++++++++++++++ .../Test-MockTime/Test-MockTime-0.130.0.ebuild | 22 ++++++++++++++++++++++ dev-perl/Test-MockTime/metadata.xml | 9 +++++++++ 4 files changed, 55 insertions(+) create mode 100644 dev-perl/Test-MockTime/Manifest create mode 100644 dev-perl/Test-MockTime/Test-MockTime-0.120.0-r1.ebuild create mode 100644 dev-perl/Test-MockTime/Test-MockTime-0.130.0.ebuild create mode 100644 dev-perl/Test-MockTime/metadata.xml (limited to 'dev-perl/Test-MockTime') diff --git a/dev-perl/Test-MockTime/Manifest b/dev-perl/Test-MockTime/Manifest new file mode 100644 index 000000000000..2d6976062de9 --- /dev/null +++ b/dev-perl/Test-MockTime/Manifest @@ -0,0 +1,2 @@ +DIST Test-MockTime-0.12.tar.gz 4431 SHA256 496ecc96a9d22abfa367404b22088364f10965c2879b65605f0e3286354e9780 SHA512 f3f66fb7c0cd5a83218d92cd706c4f6eeaf7d93b89e3ba7dface799facf47070c727bf7da5805c9aba52fefb30b1290cc10957694386600ad7575f3cc33c86d3 WHIRLPOOL 23ae2334a46f437997065a9c3047047feed8ff6f81a95ba08ee31f21ae720a69e81de4835df90230585ee1585043d8add67b805bea0214b79b3a80261ffb9159 +DIST Test-MockTime-0.13.tar.gz 4892 SHA256 7c3b4c33d59844b7e9d67408d9f4bf7def76aacb2939f1b9b56aaa319eac387b SHA512 0918a1c75c14eca44e6d44674973bd93d01b536dfebae666d4aae6ccf280ca91c7d8347319573a86d00555c9efd9cf38bbab41512bd79122666fc10b1b0d121b WHIRLPOOL 0bae0e20da1323cf7c2b38637595738f5fb92c0a6665b86bfb99ee65aa9d131fd002ce54594b831f8739d2a7f60ea65561c92a38c66c24d2c995910f2374e069 diff --git a/dev-perl/Test-MockTime/Test-MockTime-0.120.0-r1.ebuild b/dev-perl/Test-MockTime/Test-MockTime-0.120.0-r1.ebuild new file mode 100644 index 000000000000..4dbca38d1d93 --- /dev/null +++ b/dev-perl/Test-MockTime/Test-MockTime-0.120.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DDICK +MODULE_VERSION=0.12 +inherit perl-module + +DESCRIPTION="Replaces actual time with simulated time" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-Time-Piece + virtual/perl-Time-Local" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST=do diff --git a/dev-perl/Test-MockTime/Test-MockTime-0.130.0.ebuild b/dev-perl/Test-MockTime/Test-MockTime-0.130.0.ebuild new file mode 100644 index 000000000000..21e3439505d0 --- /dev/null +++ b/dev-perl/Test-MockTime/Test-MockTime-0.130.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DDICK +MODULE_VERSION=0.13 +inherit perl-module + +DESCRIPTION="Replaces actual time with simulated time" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-Time-Piece + virtual/perl-Time-Local" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST=do diff --git a/dev-perl/Test-MockTime/metadata.xml b/dev-perl/Test-MockTime/metadata.xml new file mode 100644 index 000000000000..6ad93aa3d4b2 --- /dev/null +++ b/dev-perl/Test-MockTime/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + Test-MockTime + Test::MockTime + + -- cgit v1.2.3-65-gdbad