summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-03-06 17:01:16 +1300
committerKent Fredric <kentnl@gentoo.org>2018-03-06 17:01:16 +1300
commit3574627619c50f8f1ace16136abc536d4bd1b080 (patch)
tree71be01bf67dfe8fc6ed85706a29b8e72665e9190 /dev-perl/Test-MockTime/Test-MockTime-0.160.0.ebuild
parentdev-perl/Test-MockModule: Bump to version 0.130.0 (diff)
downloadgentoo-3574627619c50f8f1ace16136abc536d4bd1b080.tar.gz
gentoo-3574627619c50f8f1ace16136abc536d4bd1b080.tar.bz2
gentoo-3574627619c50f8f1ace16136abc536d4bd1b080.zip
dev-perl/Test-MockTime: Bump to version 0.160.0
- EAPI6 Upstream: - Fix tests for compat after 2020 Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Test-MockTime/Test-MockTime-0.160.0.ebuild')
-rw-r--r--dev-perl/Test-MockTime/Test-MockTime-0.160.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Test-MockTime/Test-MockTime-0.160.0.ebuild b/dev-perl/Test-MockTime/Test-MockTime-0.160.0.ebuild
new file mode 100644
index 000000000000..11ab65aa68a9
--- /dev/null
+++ b/dev-perl/Test-MockTime/Test-MockTime-0.160.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DDICK
+DIST_VERSION=0.16
+inherit perl-module
+
+DESCRIPTION="Replaces actual time with simulated time"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-Time-Piece
+ virtual/perl-Time-Local
+ virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}"
+
+PERL_RM_FILES=( "t/pod.t" )