dev-ruby/metasploit-credential: drop ruby19, fix USE=doc
authorHans de Graaff <graaff@gentoo.org>
Mon, 14 Mar 2016 19:40:58 +0000 (20:40 +0100)
committerHans de Graaff <graaff@gentoo.org>
Mon, 14 Mar 2016 19:47:21 +0000 (20:47 +0100)
Package-Manager: portage-2.2.26

dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild

index ed79c6f58b99603ef5670ee1b2bf9608c29ad53f..f61c570fb46529a9ac06146e1feffb24ffad7583 100644 (file)
@@ -1,9 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
 inherit ruby-fakegem
 
@@ -11,7 +13,6 @@ RUBY_FAKEGEM_EXTRAINSTALL="app config db spec"
 
 DESCRIPTION="Code for modeling and managing credentials in Metasploit"
 HOMEPAGE="https://github.com/rapid7/metasploit-credential"
-SRC_URI="mirror://rubygems/${P}.gem"
 
 LICENSE="BSD"
 SLOT="${PV}"