diff options
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.15.ebuild | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index 039af89834c5..e54e9125fce1 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/JSON # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.12 2009/10/17 11:14:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.13 2009/12/24 19:55:36 tove Exp $ + + 24 Dec 2009; Torsten Veller <tove@gentoo.org> -JSON-2.15.ebuild: + Cleanup *JSON-2.16 (17 Oct 2009) diff --git a/dev-perl/JSON/JSON-2.15.ebuild b/dev-perl/JSON/JSON-2.15.ebuild deleted file mode 100644 index eefc4e895d02..000000000000 --- a/dev-perl/JSON/JSON-2.15.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.15.ebuild,v 1.1 2009/06/02 16:57:31 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=MAKAMAKA -inherit perl-module - -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" - -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -SRC_TEST="do" |