diff options
author | 2015-01-06 21:21:50 +0000 | |
---|---|---|
committer | 2015-01-06 21:21:50 +0000 | |
commit | 025165a291fa48a6d6ab52082491b36c4745f44b (patch) | |
tree | 96f6dc0d5e64915d3632a93fb9fe99de959d592d /dev-php/PEAR-Services_JSON | |
parent | Stable for HPPA (bug #534106). (diff) | |
download | gentoo-2-025165a291fa48a6d6ab52082491b36c4745f44b.tar.gz gentoo-2-025165a291fa48a6d6ab52082491b36c4745f44b.tar.bz2 gentoo-2-025165a291fa48a6d6ab52082491b36c4745f44b.zip |
EAPI bump; drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php/PEAR-Services_JSON')
-rw-r--r-- | dev-php/PEAR-Services_JSON/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Services_JSON/PEAR-Services_JSON-1.0.2.ebuild | 11 | ||||
-rw-r--r-- | dev-php/PEAR-Services_JSON/PEAR-Services_JSON-1.0.3.ebuild | 6 |
3 files changed, 10 insertions, 16 deletions
diff --git a/dev-php/PEAR-Services_JSON/ChangeLog b/dev-php/PEAR-Services_JSON/ChangeLog index 6b386a6418d4..57abf2d8e402 100644 --- a/dev-php/PEAR-Services_JSON/ChangeLog +++ b/dev-php/PEAR-Services_JSON/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Services_JSON -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_JSON/ChangeLog,v 1.2 2011/04/23 15:17:00 olemarkus Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_JSON/ChangeLog,v 1.3 2015/01/06 21:21:50 grknight Exp $ + + 06 Jan 2015; Brian Evans <grknight@gentoo.org> + -PEAR-Services_JSON-1.0.2.ebuild, PEAR-Services_JSON-1.0.3.ebuild: + EAPI bump; drop old *PEAR-Services_JSON-1.0.3 (23 Apr 2011) @@ -12,4 +16,3 @@ 23 Mar 2010; Steve Dibb <beandog@gentoo.org> +PEAR-Services_JSON-1.0.2.ebuild, +metadata.xml: Initial commit - diff --git a/dev-php/PEAR-Services_JSON/PEAR-Services_JSON-1.0.2.ebuild b/dev-php/PEAR-Services_JSON/PEAR-Services_JSON-1.0.2.ebuild deleted file mode 100644 index 89e72f4a8005..000000000000 --- a/dev-php/PEAR-Services_JSON/PEAR-Services_JSON-1.0.2.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_JSON/PEAR-Services_JSON-1.0.2.ebuild,v 1.1 2010/03/23 16:55:28 beandog Exp $ - -inherit php-pear-r1 - -IUSE="" -DESCRIPTION="PHP implementaion of json_encode/decode" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" diff --git a/dev-php/PEAR-Services_JSON/PEAR-Services_JSON-1.0.3.ebuild b/dev-php/PEAR-Services_JSON/PEAR-Services_JSON-1.0.3.ebuild index a6b9bf2df003..07b1a44685eb 100644 --- a/dev-php/PEAR-Services_JSON/PEAR-Services_JSON-1.0.3.ebuild +++ b/dev-php/PEAR-Services_JSON/PEAR-Services_JSON-1.0.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_JSON/PEAR-Services_JSON-1.0.3.ebuild,v 1.1 2011/04/23 15:17:00 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_JSON/PEAR-Services_JSON-1.0.3.ebuild,v 1.2 2015/01/06 21:21:50 grknight Exp $ + +EAPI=5 inherit php-pear-r1 |