diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-11 08:12:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-11 08:12:54 +0000 |
commit | e19d1127d82d1df8400f3a371a0afbf6d4e699f4 (patch) | |
tree | 9769a4c91edf7c177e381613fc59246b25313790 /dev-perl/Test-MockObject | |
parent | x86 stable per bug 355197 (diff) | |
download | gentoo-2-e19d1127d82d1df8400f3a371a0afbf6d4e699f4.tar.gz gentoo-2-e19d1127d82d1df8400f3a371a0afbf6d4e699f4.tar.bz2 gentoo-2-e19d1127d82d1df8400f3a371a0afbf6d4e699f4.zip |
Change version scheme
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-MockObject')
-rw-r--r-- | dev-perl/Test-MockObject/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Test-MockObject/Test-MockObject-1.90.0.ebuild (renamed from dev-perl/Test-MockObject/Test-MockObject-1.09.ebuild) | 5 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-perl/Test-MockObject/ChangeLog b/dev-perl/Test-MockObject/ChangeLog index 5efb3b8b4d29..4ccca8f04e24 100644 --- a/dev-perl/Test-MockObject/ChangeLog +++ b/dev-perl/Test-MockObject/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-MockObject -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockObject/ChangeLog,v 1.2 2010/02/03 11:14:24 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockObject/ChangeLog,v 1.3 2011/03/11 08:12:53 tove Exp $ + +*Test-MockObject-1.90.0 (11 Mar 2011) + + 11 Mar 2011; Torsten Veller <tove@gentoo.org> -Test-MockObject-1.09.ebuild, + +Test-MockObject-1.90.0.ebuild: + Change version scheme 03 Feb 2010; Torsten Veller <tove@gentoo.org> Test-MockObject-1.09.ebuild: Depend on Module-Build diff --git a/dev-perl/Test-MockObject/Test-MockObject-1.09.ebuild b/dev-perl/Test-MockObject/Test-MockObject-1.90.0.ebuild index f94efc5dd9b0..bda1fc7d1bfd 100644 --- a/dev-perl/Test-MockObject/Test-MockObject-1.09.ebuild +++ b/dev-perl/Test-MockObject/Test-MockObject-1.90.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockObject/Test-MockObject-1.09.ebuild,v 1.2 2010/02/03 11:14:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockObject/Test-MockObject-1.90.0.ebuild,v 1.1 2011/03/11 08:12:53 tove Exp $ EAPI=2 MODULE_AUTHOR=CHROMATIC +MODULE_VERSION=1.09 inherit perl-module DESCRIPTION="Perl extension for emulating troublesome interfaces" |