diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 15:03:38 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 15:03:38 +0000 |
commit | 0346835e304ddbcc8255a1a0acb4dda44fbb3d6f (patch) | |
tree | 524d28babc4fdfd1a88494ca5f0212717e115ba7 /dev-perl | |
parent | bumped EAPI to 5 to help with dev-lang/perl upgrade (diff) | |
download | gentoo-2-0346835e304ddbcc8255a1a0acb4dda44fbb3d6f.tar.gz gentoo-2-0346835e304ddbcc8255a1a0acb4dda44fbb3d6f.tar.bz2 gentoo-2-0346835e304ddbcc8255a1a0acb4dda44fbb3d6f.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)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Class-Base/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Class-Base/Class-Base-0.50.0-r1.ebuild (renamed from dev-perl/Class-Base/Class-Base-0.50.0.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-perl/Class-Base/ChangeLog b/dev-perl/Class-Base/ChangeLog index 56220078fb0a..9185743c6f4e 100644 --- a/dev-perl/Class-Base/ChangeLog +++ b/dev-perl/Class-Base/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Class-Base -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Base/ChangeLog,v 1.11 2012/11/18 11:09:42 robbat2 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Base/ChangeLog,v 1.12 2014/08/26 15:03:38 axs Exp $ + +*Class-Base-0.50.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +Class-Base-0.50.0-r1.ebuild, -Class-Base-0.50.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. diff --git a/dev-perl/Class-Base/Class-Base-0.50.0.ebuild b/dev-perl/Class-Base/Class-Base-0.50.0-r1.ebuild index 44ff7e1163ee..e6bfa2bdaa24 100644 --- a/dev-perl/Class-Base/Class-Base-0.50.0.ebuild +++ b/dev-perl/Class-Base/Class-Base-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/Class-Base/Class-Base-0.50.0.ebuild,v 1.2 2012/09/01 11:17:06 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Base/Class-Base-0.50.0-r1.ebuild,v 1.1 2014/08/26 15:03:38 axs Exp $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=SZABGAB MODULE_VERSION=0.05 |