diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-09-09 18:04:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-09-09 18:04:44 +0000 |
commit | f02d3cf9d6d121df1f122b5af715d4f7a214fcdf (patch) | |
tree | 57efaa520b574a5d0ccdcbd11706a67a328b1d02 /dev-ruby/attic | |
parent | Stabilize for all. (diff) | |
download | historical-f02d3cf9d6d121df1f122b5af715d4f7a214fcdf.tar.gz historical-f02d3cf9d6d121df1f122b5af715d4f7a214fcdf.tar.bz2 historical-f02d3cf9d6d121df1f122b5af715d4f7a214fcdf.zip |
Remove JRuby support.
Package-Manager: portage-2.2_rc78/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/attic')
-rw-r--r-- | dev-ruby/attic/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/attic/attic-0.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/attic/ChangeLog b/dev-ruby/attic/ChangeLog index 2c224182259f..01021bb47fed 100644 --- a/dev-ruby/attic/ChangeLog +++ b/dev-ruby/attic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/attic # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.8 2010/07/28 23:13:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.9 2010/09/09 18:02:09 flameeyes Exp $ + + 09 Sep 2010; Diego E. Pettenò <flameeyes@gentoo.org> attic-0.5.2.ebuild: + Remove JRuby support. 28 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org> attic-0.5.2.ebuild: Depend on slotted tryouts. diff --git a/dev-ruby/attic/attic-0.5.2.ebuild b/dev-ruby/attic/attic-0.5.2.ebuild index 095ca0cf1154..40b8a9ae2507 100644 --- a/dev-ruby/attic/attic-0.5.2.ebuild +++ b/dev-ruby/attic/attic-0.5.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/attic-0.5.2.ebuild,v 1.7 2010/07/28 23:13:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/attic-0.5.2.ebuild,v 1.8 2010/09/09 18:02:09 flameeyes Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby18 ruby19" RUBY_FAKEGEM_TASK_TEST="" |