diff options
author | 2010-04-25 16:35:00 +0000 | |
---|---|---|
committer | 2010-04-25 16:35:00 +0000 | |
commit | 11b609bfbc22b34da3a3b4e970ceab778792dd20 (patch) | |
tree | 2c939044c7de31f7ef284dbd27c800df146fe067 /dev-ruby/json | |
parent | Keyword -x86-fbsd versions that require kms and will not work on FreeBSD, bug... (diff) | |
download | gentoo-2-11b609bfbc22b34da3a3b4e970ceab778792dd20.tar.gz gentoo-2-11b609bfbc22b34da3a3b4e970ceab778792dd20.tar.bz2 gentoo-2-11b609bfbc22b34da3a3b4e970ceab778792dd20.zip |
Drop ruby19 and jruby so that this version can be stabilized.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/json')
-rw-r--r-- | dev-ruby/json/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/json/json-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index e1690519403e..c2fb9174f044 100644 --- a/dev-ruby/json/ChangeLog +++ b/dev-ruby/json/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/json # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.23 2010/04/11 06:56:04 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.24 2010/04/25 16:35:00 graaff Exp $ + + 25 Apr 2010; Hans de Graaff <graaff@gentoo.org> json-1.2.2.ebuild: + Drop ruby19 and jruby so that this version can be stabilized. 11 Apr 2010; Hans de Graaff <graaff@gentoo.org> -json-1.2.0-r1.ebuild, -json-1.2.1.ebuild: diff --git a/dev-ruby/json/json-1.2.2.ebuild b/dev-ruby/json/json-1.2.2.ebuild index 38f79c213781..7994e3933155 100644 --- a/dev-ruby/json/json-1.2.2.ebuild +++ b/dev-ruby/json/json-1.2.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.2.ebuild,v 1.1 2010/03/01 07:09:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.2.ebuild,v 1.2 2010/04/25 16:35:00 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby18" RUBY_FAKEGEM_TASK_DOC="doc" RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README" |