diff options
author | 2014-08-26 15:28:21 +0000 | |
---|---|---|
committer | 2014-08-26 15:28:21 +0000 | |
commit | 2bcff900939fcf7423efa3603513e7c0904b4afb (patch) | |
tree | cb534cf69df4cb92bbd48e832defe10a3c55cdeb /dev-perl/Math-Base36 | |
parent | bumped EAPI to 5 to help with dev-lang/perl upgrade (diff) | |
download | gentoo-2-2bcff900939fcf7423efa3603513e7c0904b4afb.tar.gz gentoo-2-2bcff900939fcf7423efa3603513e7c0904b4afb.tar.bz2 gentoo-2-2bcff900939fcf7423efa3603513e7c0904b4afb.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/Math-Base36')
-rw-r--r-- | dev-perl/Math-Base36/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Math-Base36/Math-Base36-0.120.0-r1.ebuild (renamed from dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-perl/Math-Base36/ChangeLog b/dev-perl/Math-Base36/ChangeLog index 7b98a7dfc25b..0e1887a17164 100644 --- a/dev-perl/Math-Base36/ChangeLog +++ b/dev-perl/Math-Base36/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Math-Base36 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/ChangeLog,v 1.11 2013/09/06 04:52:26 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/ChangeLog,v 1.12 2014/08/26 15:28:21 axs Exp $ + +*Math-Base36-0.120.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +Math-Base36-0.120.0-r1.ebuild, -Math-Base36-0.120.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 06 Sep 2013; Patrick Lauer <patrick@gentoo.org> Math-Base36-0.120.0.ebuild: Add missing test dep diff --git a/dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild b/dev-perl/Math-Base36/Math-Base36-0.120.0-r1.ebuild index fc9fc4b17574..584b5879af1c 100644 --- a/dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild +++ b/dev-perl/Math-Base36/Math-Base36-0.120.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 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/Math-Base36/Math-Base36-0.120.0.ebuild,v 1.2 2013/09/06 04:52:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/Math-Base36-0.120.0-r1.ebuild,v 1.1 2014/08/26 15:28:21 axs Exp $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=BRICAS MODULE_VERSION=0.12 |