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
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
-rw-r--r--dev-perl/Test-MockTime/Manifest1
-rw-r--r--dev-perl/Test-MockTime/Test-MockTime-0.160.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Test-MockTime/Manifest b/dev-perl/Test-MockTime/Manifest
index 23548e628571..01b1d73f4a39 100644
--- a/dev-perl/Test-MockTime/Manifest
+++ b/dev-perl/Test-MockTime/Manifest
@@ -1 +1,2 @@
DIST Test-MockTime-0.15.tar.gz 5658 BLAKE2B 8f8ded72e882e9a4078a5f2189f3ce1f531d1377f7893ce11822a0a721f8f05c27defc62a96e342cea7d96cacdb1836288f16e4ee4ff322f0df167556211a1d9 SHA512 8a91eb39e7ff68d6ac1cbd149ee8acdbdc2bf6c99bcd71decc38fb2c71f5ed6bdb32336c4e07a922e7d8dd1b2d084306a232e008a0a8587720fff60a3ba325d0
+DIST Test-MockTime-0.16.tar.gz 5804 BLAKE2B b6db2a275e57f494ff5908df9cfffc30b577096b5eb21c3f4a1064754fbfcbf7d082c968826aa5be66babc533256d81af20fbe1ef27df4106a7581984da70fb8 SHA512 158026f9b1590131b51a004c0b8ecc7e190d0bd90da13ae56f645909e30ce6830deae1821874d71a1ad4d0dee84cd9e2b50aeacf7ef1d9cd465332823da0f927
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" )