diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-01-11 06:51:41 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-01-11 06:51:41 +0000 |
commit | c2a66ba5d7ceca3a356ffc364145811726576f4e (patch) | |
tree | 9d4f0aa9a9ab9c9f968161cb6aab8791aaf0358f /dev-ruby/xpath | |
parent | Version bump (diff) | |
download | gentoo-2-c2a66ba5d7ceca3a356ffc364145811726576f4e.tar.gz gentoo-2-c2a66ba5d7ceca3a356ffc364145811726576f4e.tar.bz2 gentoo-2-c2a66ba5d7ceca3a356ffc364145811726576f4e.zip |
Add ruby19.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/xpath')
-rw-r--r-- | dev-ruby/xpath/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/xpath/xpath-0.1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/xpath/ChangeLog b/dev-ruby/xpath/ChangeLog index ab747a4747b9..534e5b120e3b 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.3 2011/06/10 15:22:22 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v 1.4 2012/01/11 06:51:41 graaff Exp $ + + 11 Jan 2012; Hans de Graaff <graaff@gentoo.org> xpath-0.1.4.ebuild: + Add ruby19. 10 Jun 2011; Hans de Graaff <graaff@gentoo.org> xpath-0.1.4.ebuild: Add back jruby support. diff --git a/dev-ruby/xpath/xpath-0.1.4.ebuild b/dev-ruby/xpath/xpath-0.1.4.ebuild index 5dc5e8821452..185774a9c10f 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 +# Copyright 1999-2012 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.3 2011/06/10 15:22:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild,v 1.4 2012/01/11 06:51:41 graaff Exp $ EAPI="4" -USE_RUBY="ruby18 ree18 jruby" +USE_RUBY="ruby18 ruby19 ree18 jruby" RUBY_FAKEGEM_EXTRADOC="README.rdoc" |