From a03e5cd22f233f993f5c352866a3c4cfd2932742 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Sun, 28 Aug 2011 14:00:21 +0000 Subject: Change version scheme (Portage version: 2.2.0_alpha51/cvs/Linux x86_64) --- dev-perl/Test-MockTime/ChangeLog | 9 +++++++-- .../Test-MockTime/Test-MockTime-0.120.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 dev-perl/Test-MockTime/Test-MockTime-0.120.0.ebuild 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 +Test-MockTime-0.120.0.ebuild: + Change version scheme 10 Jun 2009; Torsten Veller 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 -- cgit v1.2.3-65-gdbad