summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 14:15:06 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 14:15:06 +0000
commite4a4d22bd118fc01060a2db253946989cf602709 (patch)
treeb518522ba951129e53d88e312c800f6e23655cdc /dev-perl/Test-MockTime
parentAdd ~x86-fbsd, bug #379449 (diff)
downloadhistorical-e4a4d22bd118fc01060a2db253946989cf602709.tar.gz
historical-e4a4d22bd118fc01060a2db253946989cf602709.tar.bz2
historical-e4a4d22bd118fc01060a2db253946989cf602709.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Test-MockTime')
-rw-r--r--dev-perl/Test-MockTime/ChangeLog9
-rw-r--r--dev-perl/Test-MockTime/Test-MockTime-0.120.0.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Test-MockTime/ChangeLog b/dev-perl/Test-MockTime/ChangeLog
index 505e2a974039..7f7954aeee35 100644
--- a/dev-perl/Test-MockTime/ChangeLog
+++ b/dev-perl/Test-MockTime/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Test-MockTime
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockTime/ChangeLog,v 1.2 2009/06/10 12:55:06 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockTime/ChangeLog,v 1.3 2011/08/28 14:00:21 tove Exp $
+
+*Test-MockTime-0.120.0 (28 Aug 2011)
+
+ 28 Aug 2011; Torsten Veller <tove@gentoo.org> +Test-MockTime-0.120.0.ebuild:
+ Change version scheme
10 Jun 2009; Torsten Veller <tove@gentoo.org> Test-MockTime-0.12.ebuild:
Add ~amd64 (#273456)
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