diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 18:31:13 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 18:31:13 +0000 |
commit | 9809dd472fb5a1fd253681e6fa3bf3c87e5fc6fc (patch) | |
tree | f07d65a33c6f434b08bc433b2ef3bcd7e9636870 /dev-perl/maybe | |
parent | bumped EAPI to 5 to help with dev-lang/perl upgrade (diff) | |
download | gentoo-2-9809dd472fb5a1fd253681e6fa3bf3c87e5fc6fc.tar.gz gentoo-2-9809dd472fb5a1fd253681e6fa3bf3c87e5fc6fc.tar.bz2 gentoo-2-9809dd472fb5a1fd253681e6fa3bf3c87e5fc6fc.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/maybe')
-rw-r--r-- | dev-perl/maybe/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/maybe/maybe-0.20.200-r1.ebuild (renamed from dev-perl/maybe/maybe-0.20.200.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-perl/maybe/ChangeLog b/dev-perl/maybe/ChangeLog index d74d0b444eeb..0f8a0758b5af 100644 --- a/dev-perl/maybe/ChangeLog +++ b/dev-perl/maybe/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/maybe -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/maybe/ChangeLog,v 1.8 2012/11/18 11:26:35 robbat2 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/maybe/ChangeLog,v 1.9 2014/08/26 18:31:13 axs Exp $ + +*maybe-0.20.200-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +maybe-0.20.200-r1.ebuild, -maybe-0.20.200.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/maybe/maybe-0.20.200.ebuild b/dev-perl/maybe/maybe-0.20.200-r1.ebuild index c2ba5a284ad6..60a5df3cfb38 100644 --- a/dev-perl/maybe/maybe-0.20.200.ebuild +++ b/dev-perl/maybe/maybe-0.20.200-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 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/maybe/maybe-0.20.200.ebuild,v 1.1 2011/08/27 18:30:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/maybe/maybe-0.20.200-r1.ebuild,v 1.1 2014/08/26 18:31:13 axs Exp $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=DEXTER MODULE_VERSION=0.0202 |