diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-12-09 19:30:20 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-12-09 19:30:20 +0000 |
commit | 7d2624c321f2bf7145c3a753e3a7e3ac3b681801 (patch) | |
tree | 134e70ce75443a483cd57f1e160e28da996dcd80 /dev-ruby/json | |
parent | ppc stable #289857 (diff) | |
download | gentoo-2-7d2624c321f2bf7145c3a753e3a7e3ac3b681801.tar.gz gentoo-2-7d2624c321f2bf7145c3a753e3a7e3ac3b681801.tar.bz2 gentoo-2-7d2624c321f2bf7145c3a753e3a7e3ac3b681801.zip |
Remove old versions.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/json')
-rw-r--r-- | dev-ruby/json/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/json/json-1.1.7.ebuild | 15 | ||||
-rw-r--r-- | dev-ruby/json/json-1.1.9.ebuild | 15 |
3 files changed, 5 insertions, 31 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index fa6ac0ca9e81..805d65fd3f36 100644 --- a/dev-ruby/json/ChangeLog +++ b/dev-ruby/json/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/json # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.7 2009/12/04 07:37:52 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.8 2009/12/09 19:30:20 graaff Exp $ + + 09 Dec 2009; Hans de Graaff <graaff@gentoo.org> -json-1.1.7.ebuild, + -json-1.1.9.ebuild: + Remove old versions. *json-1.2.0 (04 Dec 2009) diff --git a/dev-ruby/json/json-1.1.7.ebuild b/dev-ruby/json/json-1.1.7.ebuild deleted file mode 100644 index 5fc0ab2840c9..000000000000 --- a/dev-ruby/json/json-1.1.7.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.1.7.ebuild,v 1.1 2009/07/04 08:24:54 graaff Exp $ - -inherit gems - -USE_RUBY="ruby18" - -DESCRIPTION="A JSON implementation as a Ruby extension." -HOMEPAGE="http://json.rubyforge.org/" -LICENSE="GPL-2" - -KEYWORDS="~amd64 ~ppc ~x86" -SLOT="0" -IUSE="" diff --git a/dev-ruby/json/json-1.1.9.ebuild b/dev-ruby/json/json-1.1.9.ebuild deleted file mode 100644 index 08f57d608795..000000000000 --- a/dev-ruby/json/json-1.1.9.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.1.9.ebuild,v 1.1 2009/09/01 21:28:06 a3li Exp $ - -inherit gems - -USE_RUBY="ruby18" - -DESCRIPTION="A JSON implementation as a Ruby extension." -HOMEPAGE="http://json.rubyforge.org/" -LICENSE="|| ( Ruby GPL-2 )" - -KEYWORDS="~amd64 ~ppc ~x86" -SLOT="0" -IUSE="" |