diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-29 18:36:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-29 18:36:48 +0000 |
commit | 8b03ee0e1f188e85ab9517c84d6cdcc9775b6579 (patch) | |
tree | f17286205aadfdd8e05fae641aad25b33c14de9c /dev-perl/JSON | |
parent | A yacc provider is needed at buildtime, bug #376907 by Samuli Suominen. (diff) | |
download | historical-8b03ee0e1f188e85ab9517c84d6cdcc9775b6579.tar.gz historical-8b03ee0e1f188e85ab9517c84d6cdcc9775b6579.tar.bz2 historical-8b03ee0e1f188e85ab9517c84d6cdcc9775b6579.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha47/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.510.0.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index c4e59f0373c5..3ec5aa18b3c7 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/JSON # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.34 2011/05/23 11:53:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.35 2011/07/29 18:31:38 tove Exp $ + + 29 Jul 2011; Torsten Veller <tove@gentoo.org> -JSON-2.510.0.ebuild: + Cleanup *JSON-2.530.0 (23 May 2011) diff --git a/dev-perl/JSON/JSON-2.510.0.ebuild b/dev-perl/JSON/JSON-2.510.0.ebuild deleted file mode 100644 index 37e5ceef20e1..000000000000 --- a/dev-perl/JSON/JSON-2.510.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.510.0.ebuild,v 1.2 2011/04/24 15:44:55 grobian Exp $ - -EAPI=3 - -MODULE_AUTHOR=MAKAMAKA -MODULE_VERSION=2.51 -inherit perl-module - -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" -IUSE="" - -SRC_TEST="do" |