summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-28 00:27:59 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-28 00:35:05 +0200
commit30ebbc810d6d5f61300c61c349f57b9518f403ab (patch)
treeb218a37b9cec6fee0382d1394ccc1334b91aa306 /dev-perl/Test-MockTime
parentdev-perl/Test-MockRandom: EAPI=8 bump (diff)
downloadgentoo-30ebbc810d6d5f61300c61c349f57b9518f403ab.tar.gz
gentoo-30ebbc810d6d5f61300c61c349f57b9518f403ab.tar.bz2
gentoo-30ebbc810d6d5f61300c61c349f57b9518f403ab.zip
dev-perl/Test-MockTime: Version bump 0.17
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Test-MockTime')
-rw-r--r--dev-perl/Test-MockTime/Manifest1
-rw-r--r--dev-perl/Test-MockTime/Test-MockTime-0.170.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Test-MockTime/Manifest b/dev-perl/Test-MockTime/Manifest
index fa162abc3b49..9bffd3746aec 100644
--- a/dev-perl/Test-MockTime/Manifest
+++ b/dev-perl/Test-MockTime/Manifest
@@ -1 +1,2 @@
DIST Test-MockTime-0.16.tar.gz 5804 BLAKE2B b6db2a275e57f494ff5908df9cfffc30b577096b5eb21c3f4a1064754fbfcbf7d082c968826aa5be66babc533256d81af20fbe1ef27df4106a7581984da70fb8 SHA512 158026f9b1590131b51a004c0b8ecc7e190d0bd90da13ae56f645909e30ce6830deae1821874d71a1ad4d0dee84cd9e2b50aeacf7ef1d9cd465332823da0f927
+DIST Test-MockTime-0.17.tar.gz 5885 BLAKE2B 6a27d6731554f934802c7cca561f4bd7bcf960b1007df4562dfc807a62961d965daa94c11d218ac2b557ed4bb6b1a8e0503630002cb7a32f2045c99939ed9299 SHA512 ad73be430e3a483a61209bacf4bfa170d6eec6597d3c0efcf5de167f9c129fbf656581dcdceeba88bd98e530371db2542894ded793f9d46e4155c612e2b7cac5
diff --git a/dev-perl/Test-MockTime/Test-MockTime-0.170.0.ebuild b/dev-perl/Test-MockTime/Test-MockTime-0.170.0.ebuild
new file mode 100644
index 000000000000..443cb1c5f100
--- /dev/null
+++ b/dev-perl/Test-MockTime/Test-MockTime-0.170.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DDICK
+DIST_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="Replaces actual time with simulated time"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ virtual/perl-Time-Piece
+ virtual/perl-Time-Local
+ virtual/perl-Test-Simple
+"
+BDEPEND="${RDEPEND}"
+
+PERL_RM_FILES=( "t/pod.t" )