diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-20 21:30:38 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-20 21:30:38 +0000 |
commit | e90ced96eab2d4904a464a95e6bdc88e2dcbf6a1 (patch) | |
tree | 0838c9e319343a22dd13dce9ee16d134a7e74839 | |
parent | Keyword ~ppc ~ppc64, bug #508282 (diff) | |
download | gentoo-2-e90ced96eab2d4904a464a95e6bdc88e2dcbf6a1.tar.gz gentoo-2-e90ced96eab2d4904a464a95e6bdc88e2dcbf6a1.tar.bz2 gentoo-2-e90ced96eab2d4904a464a95e6bdc88e2dcbf6a1.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)
-rw-r--r-- | dev-perl/DBD-Pg/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild (renamed from dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild) | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-perl/DBD-Pg/ChangeLog b/dev-perl/DBD-Pg/ChangeLog index 87287433ff86..f9d23d2945db 100644 --- a/dev-perl/DBD-Pg/ChangeLog +++ b/dev-perl/DBD-Pg/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/DBD-Pg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.134 2014/06/13 19:08:35 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.135 2014/08/20 21:30:38 axs Exp $ + +*DBD-Pg-2.19.3-r1 (20 Aug 2014) + + 20 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +DBD-Pg-2.19.3-r1.ebuild, -DBD-Pg-2.19.3.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 *DBD-Pg-3.3.0 (13 Jun 2014) diff --git a/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild b/dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild index 31a7116af032..1e323a75a227 100644 --- a/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild +++ b/dev-perl/DBD-Pg/DBD-Pg-2.19.3-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/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.10 2012/12/27 08:42:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3-r1.ebuild,v 1.1 2014/08/20 21:30:38 axs Exp $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=TURNSTEP MODULE_VERSION=2.19.3 |