summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 14:00:21 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 14:00:21 +0000
commita03e5cd22f233f993f5c352866a3c4cfd2932742 (patch)
treedd4bb9e5a5c04dd9b329a8b5696a5f391eb31960 /dev-perl/Test-MockTime/Test-MockTime-0.120.0.ebuild
parentChange version scheme (diff)
downloadgentoo-2-a03e5cd22f233f993f5c352866a3c4cfd2932742.tar.gz
gentoo-2-a03e5cd22f233f993f5c352866a3c4cfd2932742.tar.bz2
gentoo-2-a03e5cd22f233f993f5c352866a3c4cfd2932742.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-MockTime/Test-MockTime-0.120.0.ebuild')
-rw-r--r--dev-perl/Test-MockTime/Test-MockTime-0.120.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Test-MockTime/Test-MockTime-0.120.0.ebuild b/dev-perl/Test-MockTime/Test-MockTime-0.120.0.ebuild
new file mode 100644
index 000000000000..d50220fec782
--- /dev/null
+++ b/dev-perl/Test-MockTime/Test-MockTime-0.120.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockTime/Test-MockTime-0.120.0.ebuild,v 1.1 2011/08/28 14:00:21 tove Exp $
+
+EAPI=4
+
+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