diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 18:08:13 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 18:08:13 +0000 |
commit | 9f9899f90b24f158c393878252c1941eb3dc7767 (patch) | |
tree | 7a6d016d177721f444dbb4ce913e3a7a6869e3b4 | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-9f9899f90b24f158c393878252c1941eb3dc7767.tar.gz gentoo-2-9f9899f90b24f158c393878252c1941eb3dc7767.tar.bz2 gentoo-2-9f9899f90b24f158c393878252c1941eb3dc7767.zip |
bumped EAPI to 5 to help with dev-lang/perl upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
-rw-r--r-- | dev-perl/OOTools/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/OOTools/OOTools-2.300.0-r1.ebuild (renamed from dev-perl/OOTools/OOTools-2.300.0.ebuild) | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-perl/OOTools/ChangeLog b/dev-perl/OOTools/ChangeLog index b51a10d06801..93507a14d4d0 100644 --- a/dev-perl/OOTools/ChangeLog +++ b/dev-perl/OOTools/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/OOTools -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/OOTools/ChangeLog,v 1.6 2012/06/18 04:28:07 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/OOTools/ChangeLog,v 1.7 2014/08/26 18:08:13 axs Exp $ + +*OOTools-2.300.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +OOTools-2.300.0-r1.ebuild, -OOTools-2.300.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 18 Jun 2012; Torsten Veller <tove@gentoo.org> OOTools-2.300.0.ebuild: Fix pod encoding (#421667). Add test dependencies @@ -27,4 +33,3 @@ +metadata.xml: Initial commit, package or dep for one that cannot be generated correctly by g-cpan and was asked for by a user in a bug. - diff --git a/dev-perl/OOTools/OOTools-2.300.0.ebuild b/dev-perl/OOTools/OOTools-2.300.0-r1.ebuild index 3d07ab0ae0b2..9fb5899e5f1a 100644 --- a/dev-perl/OOTools/OOTools-2.300.0.ebuild +++ b/dev-perl/OOTools/OOTools-2.300.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/OOTools/OOTools-2.300.0.ebuild,v 1.2 2012/06/18 04:28:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/OOTools/OOTools-2.300.0-r1.ebuild,v 1.1 2014/08/26 18:08:13 axs Exp $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=SKNPP MODULE_VERSION=2.3 |