diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-05-19 06:00:59 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-05-19 06:00:59 +0000 |
commit | b56af5e67e7b008b3fdef3d188faf5a82211fdae (patch) | |
tree | 585f79d23297fe5bd74ee394f4166493515d92ef /dev-ruby/xpath | |
parent | Initial commit. (diff) | |
download | gentoo-2-b56af5e67e7b008b3fdef3d188faf5a82211fdae.tar.gz gentoo-2-b56af5e67e7b008b3fdef3d188faf5a82211fdae.tar.bz2 gentoo-2-b56af5e67e7b008b3fdef3d188faf5a82211fdae.zip |
Drop jruby support since we don't have a jruby-ready rspec:2 in the tree yet.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/xpath')
-rw-r--r-- | dev-ruby/xpath/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/xpath/xpath-0.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/xpath/ChangeLog b/dev-ruby/xpath/ChangeLog index aa9e544f68e9..d2499724b5cb 100644 --- a/dev-ruby/xpath/ChangeLog +++ b/dev-ruby/xpath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/xpath # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v 1.1 2011/05/18 14:10:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v 1.2 2011/05/19 06:00:59 graaff Exp $ + + 19 May 2011; Hans de Graaff <graaff@gentoo.org> xpath-0.1.4.ebuild: + Drop jruby support since we don't have a jruby-ready rspec:2 in the tree yet. *xpath-0.1.4 (18 May 2011) diff --git a/dev-ruby/xpath/xpath-0.1.4.ebuild b/dev-ruby/xpath/xpath-0.1.4.ebuild index ca1b7b2107f2..29c15776d101 100644 --- a/dev-ruby/xpath/xpath-0.1.4.ebuild +++ b/dev-ruby/xpath/xpath-0.1.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild,v 1.1 2011/05/18 14:10:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild,v 1.2 2011/05/19 06:00:59 graaff Exp $ EAPI="4" -USE_RUBY="ruby18 ree18 jruby" +USE_RUBY="ruby18 ree18" RUBY_FAKEGEM_EXTRADOC="README.rdoc" |