summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-11-09 07:42:18 +0100
committerHans de Graaff <graaff@gentoo.org>2015-11-09 07:42:18 +0100
commit013f3ac44235735141982cb27f406ce3806a692a (patch)
tree736539ac0e9eab345342a37adbe9e2ba6546b762 /dev-ruby/filesize
parentdev-ruby/shoulda: add slot to shoulda-matchers dependency (diff)
downloadgentoo-013f3ac44235735141982cb27f406ce3806a692a.tar.gz
gentoo-013f3ac44235735141982cb27f406ce3806a692a.tar.bz2
gentoo-013f3ac44235735141982cb27f406ce3806a692a.zip
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
Diffstat (limited to 'dev-ruby/filesize')
-rw-r--r--dev-ruby/filesize/filesize-0.1.1.ebuild8
1 files 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 a3f5e1d60aa3..ba00a8b71403 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}"