commit: 013f3ac44235735141982cb27f406ce3806a692a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Nov 9 06:42:18 2015 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Nov 9 06:42:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013f3ac4
dev-ruby/filesize: fix USE=doc case and other issues Install additional documentation. Drop obsolete ruby19 target. Add ruby22. Use correct rspec version. Package-Manager: portage-2.2.20.1 dev-ruby/filesize/filesize-0.1.1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-ruby/filesize/filesize-0.1.1.ebuild b/dev-ruby/filesize/filesize-0.1.1.ebuild index a3f5e1d..ba00a8b 100644 --- a/dev-ruby/filesize/filesize-0.1.1.ebuild +++ b/dev-ruby/filesize/filesize-0.1.1.ebuild @@ -3,15 +3,17 @@ # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" -RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="small ruby class for handling filesizes with both the SI and binary prefixes" HOMEPAGE="https://github.com/dominikh/filesize" -SRC_URI="mirror://rubygems/${P}.gem" LICENSE="MIT" SLOT="${PV}"
