diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-22 20:22:51 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-22 20:22:51 +0000 |
commit | d0f2cd55613ccef4679306d2927d1e9a7c609c6a (patch) | |
tree | c0311d156040cd2cf19f8dc509f433b16842261d /dev-perl/Test-MockModule | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-d0f2cd55613ccef4679306d2927d1e9a7c609c6a.tar.gz gentoo-2-d0f2cd55613ccef4679306d2927d1e9a7c609c6a.tar.bz2 gentoo-2-d0f2cd55613ccef4679306d2927d1e9a7c609c6a.zip |
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'dev-perl/Test-MockModule')
-rw-r--r-- | dev-perl/Test-MockModule/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/Test-MockModule/Test-MockModule-0.50.0-r1.ebuild (renamed from dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild) | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-perl/Test-MockModule/ChangeLog b/dev-perl/Test-MockModule/ChangeLog index 64588cb61b17..1d49c9d9b01b 100644 --- a/dev-perl/Test-MockModule/ChangeLog +++ b/dev-perl/Test-MockModule/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Test-MockModule -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockModule/ChangeLog,v 1.6 2012/11/23 13:24:36 blueness Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockModule/ChangeLog,v 1.7 2014/08/22 20:22:51 axs Exp $ + +*Test-MockModule-0.50.0-r1 (22 Aug 2014) + + 22 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +Test-MockModule-0.50.0-r1.ebuild, -Test-MockModule-0.50.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 23 Nov 2012; Anthony G. Basile <blueness@gentoo.org> Test-MockModule-0.50.0.ebuild: diff --git a/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild b/dev-perl/Test-MockModule/Test-MockModule-0.50.0-r1.ebuild index b27ade75e1de..a3b5c46d6e50 100644 --- a/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild +++ b/dev-perl/Test-MockModule/Test-MockModule-0.50.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild,v 1.6 2012/11/23 13:24:36 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockModule/Test-MockModule-0.50.0-r1.ebuild,v 1.1 2014/08/22 20:22:51 axs Exp $ -EAPI=4 +EAPI=5 MODULE_VERSION=0.05 MODULE_AUTHOR="SIMONFLK" |