summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2015-09-18 00:20:53 +0200
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2015-09-18 00:20:53 +0200
commit2aa4236c2621ecf63129a6096f895e7c648be982 (patch)
treedd413124855893105731a12a6de866a3304e9634 /dev-perl/Test-MockTime/Test-MockTime-0.150.0.ebuild
parentdev-perl/Test-Pod: Version bump (diff)
downloadgentoo-2aa4236c2621ecf63129a6096f895e7c648be982.tar.gz
gentoo-2aa4236c2621ecf63129a6096f895e7c648be982.tar.bz2
gentoo-2aa4236c2621ecf63129a6096f895e7c648be982.zip
dev-perl/Test-MockTime: Version bump; remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-perl/Test-MockTime/Test-MockTime-0.150.0.ebuild')
-rw-r--r--dev-perl/Test-MockTime/Test-MockTime-0.150.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Test-MockTime/Test-MockTime-0.150.0.ebuild b/dev-perl/Test-MockTime/Test-MockTime-0.150.0.ebuild
new file mode 100644
index 000000000000..5e52275adb2b
--- /dev/null
+++ b/dev-perl/Test-MockTime/Test-MockTime-0.150.0.ebuild
@@ -0,0 +1,25 @@
+# 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.15
+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
+ virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod )"
+
+SRC_TEST="do parallel"