diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-10-10 21:53:39 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-10-10 21:53:39 +0000 |
commit | c10fc546d9c0b60ae5ae23b7b043e07ca5a2918a (patch) | |
tree | 0a080fa9abf4aef43ff57dfce88a68ee401a22ca /dev-ruby | |
parent | amd64 stable wrt bug #524988 (diff) | |
download | gentoo-2-c10fc546d9c0b60ae5ae23b7b043e07ca5a2918a.tar.gz gentoo-2-c10fc546d9c0b60ae5ae23b7b043e07ca5a2918a.tar.bz2 gentoo-2-c10fc546d9c0b60ae5ae23b7b043e07ca5a2918a.zip |
Add ruby21 support.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/xpath/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/xpath/xpath-0.1.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/xpath/xpath-1.0.0-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/xpath/ChangeLog b/dev-ruby/xpath/ChangeLog index 5a1b9ef149aa..40378f87971f 100644 --- a/dev-ruby/xpath/ChangeLog +++ b/dev-ruby/xpath/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/xpath # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v 1.13 2014/08/05 16:00:31 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v 1.14 2014/10/10 21:53:39 mrueg Exp $ + + 10 Oct 2014; Manuel Rüger <mrueg@gentoo.org> xpath-0.1.4-r1.ebuild, + xpath-1.0.0-r1.ebuild: + Add ruby21 support. 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> xpath-0.1.4-r1.ebuild, xpath-1.0.0-r1.ebuild, xpath-2.0.0-r1.ebuild: diff --git a/dev-ruby/xpath/xpath-0.1.4-r1.ebuild b/dev-ruby/xpath/xpath-0.1.4-r1.ebuild index b4ed5b74863c..134f6cf4074a 100644 --- a/dev-ruby/xpath/xpath-0.1.4-r1.ebuild +++ b/dev-ruby/xpath/xpath-0.1.4-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 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-r1.ebuild,v 1.3 2014/08/05 16:00:31 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-0.1.4-r1.ebuild,v 1.4 2014/10/10 21:53:39 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="README.rdoc" diff --git a/dev-ruby/xpath/xpath-1.0.0-r1.ebuild b/dev-ruby/xpath/xpath-1.0.0-r1.ebuild index 674c75feee51..7b008a93f03c 100644 --- a/dev-ruby/xpath/xpath-1.0.0-r1.ebuild +++ b/dev-ruby/xpath/xpath-1.0.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-1.0.0-r1.ebuild,v 1.3 2014/08/05 16:00:31 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-1.0.0-r1.ebuild,v 1.4 2014/10/10 21:53:39 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_EXTRADOC="README.md" |