diff options
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.14.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index c3d409b8d386..7291fa96c848 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.10 2009/06/02 16:57:31 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.11 2009/09/07 08:57:49 tove Exp $ + + 07 Sep 2009; Torsten Veller <tove@gentoo.org> -JSON-2.14.ebuild: + Cleanup *JSON-2.15 (02 Jun 2009) diff --git a/dev-perl/JSON/JSON-2.14.ebuild b/dev-perl/JSON/JSON-2.14.ebuild deleted file mode 100644 index c54a2a8d3406..000000000000 --- a/dev-perl/JSON/JSON-2.14.ebuild +++ /dev/null @@ -1,18 +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.14.ebuild,v 1.1 2009/02/25 20:43:57 tove Exp $ - -MODULE_AUTHOR=MAKAMAKA -inherit perl-module - -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" - -SRC_TEST="do" |