diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-21 17:52:17 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-21 17:52:17 +0000 |
commit | df519b69d9e88e795cb87f1aea82f8fa79a4df54 (patch) | |
tree | c6e381aa238b5b11febc224b0bbcef9172b99fa8 /dev-perl/JSON | |
parent | Revision bump adds group socketsentry, bug #508296. (diff) | |
download | gentoo-2-df519b69d9e88e795cb87f1aea82f8fa79a4df54.tar.gz gentoo-2-df519b69d9e88e795cb87f1aea82f8fa79a4df54.tar.bz2 gentoo-2-df519b69d9e88e795cb87f1aea82f8fa79a4df54.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/JSON')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.590.0-r1.ebuild (renamed from dev-perl/JSON/JSON-2.590.0.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index 7fa03e0810c2..f0a6ecbd1346 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/JSON # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.60 2014/03/24 15:04:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.61 2014/08/21 17:52:17 axs Exp $ + +*JSON-2.590.0-r1 (21 Aug 2014) + + 21 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +JSON-2.590.0-r1.ebuild, -JSON-2.590.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 24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> JSON-2.590.0.ebuild: Stable for ppc, wrt bug #492180 diff --git a/dev-perl/JSON/JSON-2.590.0.ebuild b/dev-perl/JSON/JSON-2.590.0-r1.ebuild index ddb3d3fc62b3..b6c9a97cca85 100644 --- a/dev-perl/JSON/JSON-2.590.0.ebuild +++ b/dev-perl/JSON/JSON-2.590.0-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.590.0.ebuild,v 1.10 2014/03/24 15:04:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.590.0-r1.ebuild,v 1.1 2014/08/21 17:52:17 axs Exp $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=MAKAMAKA MODULE_VERSION=2.59 |