diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-03-21 12:56:31 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-03-21 12:56:31 +0000 |
commit | 6689e87ecdef654a7af0ea1a9c6c913aa4667c62 (patch) | |
tree | 7a463748bd395a7279168a9ea1ad3066d7ae3d8f /dev-ruby/nokogiri/nokogiri-1.6.0.ebuild | |
parent | Revision bump to add ruby21 support. Fix tests to work with newer minitest. D... (diff) | |
download | historical-6689e87ecdef654a7af0ea1a9c6c913aa4667c62.tar.gz historical-6689e87ecdef654a7af0ea1a9c6c913aa4667c62.tar.bz2 historical-6689e87ecdef654a7af0ea1a9c6c913aa4667c62.zip |
Add ruby21 support. Drop ruby18. Generate docs directly rather than through hoe.
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0x8883FA56A308A8D7!
Diffstat (limited to 'dev-ruby/nokogiri/nokogiri-1.6.0.ebuild')
-rw-r--r-- | dev-ruby/nokogiri/nokogiri-1.6.0.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild b/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild index 38d77a58b841..561d5a5fbf5c 100644 --- a/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild +++ b/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild,v 1.3 2014/01/02 07:16:31 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild,v 1.4 2014/03/21 12:56:30 graaff Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc CHANGELOG.ja.rdoc README.rdoc README.ja.rdoc ROADMAP.md STANDARD_RESPONSES.md" inherit ruby-fakegem eutils multilib @@ -33,10 +32,9 @@ DEPEND="${DEPEND} ruby_add_bdepend " dev-ruby/rake-compiler dev-ruby/rexical - dev-ruby/hoe dev-ruby/rdoc dev-ruby/racc - test? ( dev-ruby/minitest )" + test? ( dev-ruby/hoe dev-ruby/minitest )" all_ruby_prepare() { sed -i \ |