diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-20 08:08:27 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-20 08:08:27 +0000 |
commit | 1c7d3b784b1e114701d622fbe9d028cf4595472c (patch) | |
tree | 872878dd523052a79b3b96b8e3207aa4747e226a /dev-perl/JSON | |
parent | Remove tools use-flag description from metadata.xml. Use apache mirror in SRC... (diff) | |
download | gentoo-2-1c7d3b784b1e114701d622fbe9d028cf4595472c.tar.gz gentoo-2-1c7d3b784b1e114701d622fbe9d028cf4595472c.tar.bz2 gentoo-2-1c7d3b784b1e114701d622fbe9d028cf4595472c.zip |
Cleanup
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.21.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.22.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.26.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.50.ebuild | 16 |
5 files changed, 5 insertions, 65 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index 6d2926974c07..7a8cdb81ddda 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,10 @@ # 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.31 2011/03/09 07:46:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.32 2011/03/20 08:08:27 tove Exp $ + + 20 Mar 2011; Torsten Veller <tove@gentoo.org> -JSON-2.21.ebuild, + -JSON-2.22.ebuild, -JSON-2.26.ebuild, -JSON-2.50.ebuild: + Cleanup *JSON-2.510.0 (09 Mar 2011) diff --git a/dev-perl/JSON/JSON-2.21.ebuild b/dev-perl/JSON/JSON-2.21.ebuild deleted file mode 100644 index bc8a18932b14..000000000000 --- a/dev-perl/JSON/JSON-2.21.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.21.ebuild,v 1.3 2010/08/11 22:13:53 josejx Exp $ - -EAPI=2 - -MODULE_AUTHOR=MAKAMAKA -inherit perl-module - -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -SRC_TEST="do" diff --git a/dev-perl/JSON/JSON-2.22.ebuild b/dev-perl/JSON/JSON-2.22.ebuild deleted file mode 100644 index 4e82a551de8a..000000000000 --- a/dev-perl/JSON/JSON-2.22.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.22.ebuild,v 1.1 2010/08/26 13:16:03 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=MAKAMAKA -inherit perl-module - -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -SRC_TEST="do" diff --git a/dev-perl/JSON/JSON-2.26.ebuild b/dev-perl/JSON/JSON-2.26.ebuild deleted file mode 100644 index d0aa7cc84ed8..000000000000 --- a/dev-perl/JSON/JSON-2.26.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.26.ebuild,v 1.1 2010/09/28 12:23:07 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=MAKAMAKA -inherit perl-module - -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -SRC_TEST="do" diff --git a/dev-perl/JSON/JSON-2.50.ebuild b/dev-perl/JSON/JSON-2.50.ebuild deleted file mode 100644 index f469ffafab1c..000000000000 --- a/dev-perl/JSON/JSON-2.50.ebuild +++ /dev/null @@ -1,16 +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.50.ebuild,v 1.1 2011/01/27 02:37:34 robbat2 Exp $ - -EAPI=3 - -MODULE_AUTHOR=MAKAMAKA -inherit perl-module - -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -SRC_TEST="do" |