diff options
author | 2008-09-15 18:59:51 +0000 | |
---|---|---|
committer | 2008-09-15 18:59:51 +0000 | |
commit | ef1881f64778538491065716305a3e4efecb9e56 (patch) | |
tree | fb289e67fd56e60c78f8b9b1965a526926469950 /dev-perl/JSON | |
parent | Cleanup (diff) | |
download | gentoo-2-ef1881f64778538491065716305a3e4efecb9e56.tar.gz gentoo-2-ef1881f64778538491065716305a3e4efecb9e56.tar.bz2 gentoo-2-ef1881f64778538491065716305a3e4efecb9e56.zip |
Cleanup
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-1.14.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.04.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.07.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.09.ebuild | 16 |
5 files changed, 5 insertions, 65 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index 310ddba5375d..5aa91d0170e6 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/JSON # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.5 2008/09/07 10:21:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.6 2008/09/15 18:59:51 tove Exp $ + + 15 Sep 2008; Torsten Veller <tove@gentoo.org> -JSON-1.14.ebuild, + -JSON-2.04.ebuild, -JSON-2.07.ebuild, -JSON-2.09.ebuild: + Cleanup *JSON-2.12 (07 Sep 2008) diff --git a/dev-perl/JSON/JSON-1.14.ebuild b/dev-perl/JSON/JSON-1.14.ebuild deleted file mode 100644 index a3acc6e7414d..000000000000 --- a/dev-perl/JSON/JSON-1.14.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-1.14.ebuild,v 1.1 2007/11/11 13:40:22 hd_brummy Exp $ - -inherit perl-module - -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" -SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~makamaka/" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~sparc ~x86" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/JSON/JSON-2.04.ebuild b/dev-perl/JSON/JSON-2.04.ebuild deleted file mode 100644 index d514e24b7c93..000000000000 --- a/dev-perl/JSON/JSON-2.04.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.04.ebuild,v 1.1 2008/02/03 14:47:03 hd_brummy Exp $ - -inherit perl-module - -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" -SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~makamaka/" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~sparc ~x86" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/JSON/JSON-2.07.ebuild b/dev-perl/JSON/JSON-2.07.ebuild deleted file mode 100644 index d141d862dde8..000000000000 --- a/dev-perl/JSON/JSON-2.07.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.07.ebuild,v 1.1 2008/03/24 14:17:44 hd_brummy Exp $ - -inherit perl-module - -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" -SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~makamaka/" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~sparc ~x86" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/JSON/JSON-2.09.ebuild b/dev-perl/JSON/JSON-2.09.ebuild deleted file mode 100644 index 04e7f5378c34..000000000000 --- a/dev-perl/JSON/JSON-2.09.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.09.ebuild,v 1.1 2008/04/24 16:43:24 yuval Exp $ - -inherit perl-module - -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" -SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~makamaka/" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~sparc ~x86" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" |