diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-22 20:28:30 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-22 20:28:30 +0000 |
commit | 16410158358ab15a1d18e756d31f08507b932ec2 (patch) | |
tree | f2f452918249a17bc48205ab1e1ff2c89841438c /dev-perl/text-template | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-16410158358ab15a1d18e756d31f08507b932ec2.tar.gz gentoo-2-16410158358ab15a1d18e756d31f08507b932ec2.tar.bz2 gentoo-2-16410158358ab15a1d18e756d31f08507b932ec2.zip |
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'dev-perl/text-template')
-rw-r--r-- | dev-perl/text-template/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/text-template/text-template-1.460.0-r1.ebuild (renamed from dev-perl/text-template/text-template-1.460.0.ebuild) | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-perl/text-template/ChangeLog b/dev-perl/text-template/ChangeLog index 7ce794e94d9d..e4aa739f5ad4 100644 --- a/dev-perl/text-template/ChangeLog +++ b/dev-perl/text-template/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/text-template -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.30 2013/12/27 17:35:20 zlogene Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.31 2014/08/22 20:28:30 axs Exp $ + +*text-template-1.460.0-r1 (22 Aug 2014) + + 22 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +text-template-1.460.0-r1.ebuild, -text-template-1.460.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 27 Dec 2013; Mikle Kolyada <zlogene@gentoo.org> text-template-1.460.0.ebuild: alpha stable wrt bug #495556 diff --git a/dev-perl/text-template/text-template-1.460.0.ebuild b/dev-perl/text-template/text-template-1.460.0-r1.ebuild index d3c33f465da2..e572a37afa61 100644 --- a/dev-perl/text-template/text-template-1.460.0.ebuild +++ b/dev-perl/text-template/text-template-1.460.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/text-template/text-template-1.460.0.ebuild,v 1.6 2013/12/27 17:35:20 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/text-template-1.460.0-r1.ebuild,v 1.1 2014/08/22 20:28:30 axs Exp $ -EAPI=4 +EAPI=5 MY_PN=Text-Template MODULE_AUTHOR=MJD |