diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 19:03:47 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 19:03:47 +0000 |
commit | 38843f655dcf554871f6bf25527cce1d50d45fc4 (patch) | |
tree | e7b47bb2b40b469cd76e59172b2e02737a8a0947 /dev-perl/Module-Install | |
parent | bumped EAPI to 5 to help with dev-lang/perl upgrade (diff) | |
download | gentoo-2-38843f655dcf554871f6bf25527cce1d50d45fc4.tar.gz gentoo-2-38843f655dcf554871f6bf25527cce1d50d45fc4.tar.bz2 gentoo-2-38843f655dcf554871f6bf25527cce1d50d45fc4.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/Module-Install')
-rw-r--r-- | dev-perl/Module-Install/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Module-Install/Module-Install-1.60.0-r1.ebuild (renamed from dev-perl/Module-Install/Module-Install-1.60.0.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-perl/Module-Install/ChangeLog b/dev-perl/Module-Install/ChangeLog index c9e69ffba802..46f7a4b10787 100644 --- a/dev-perl/Module-Install/ChangeLog +++ b/dev-perl/Module-Install/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Module-Install -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.26 2012/11/18 11:27:23 robbat2 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.27 2014/08/26 19:03:47 axs Exp $ + +*Module-Install-1.60.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +Module-Install-1.60.0-r1.ebuild, -Module-Install-1.60.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/Module-Install/Module-Install-1.60.0.ebuild b/dev-perl/Module-Install/Module-Install-1.60.0-r1.ebuild index b4801f03b0bb..a9ece58485bf 100644 --- a/dev-perl/Module-Install/Module-Install-1.60.0.ebuild +++ b/dev-perl/Module-Install/Module-Install-1.60.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/Module-Install/Module-Install-1.60.0.ebuild,v 1.9 2012/08/09 17:24:00 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/Module-Install-1.60.0-r1.ebuild,v 1.1 2014/08/26 19:03:47 axs Exp $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=ADAMK MODULE_VERSION=1.06 |