From: Hans de Graaff Date: Mon, 14 Mar 2016 19:40:58 +0000 (+0100) Subject: dev-ruby/metasploit-credential: drop ruby19, fix USE=doc X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=60317195cc4a000f47b4e180f288872fec0e8b51;p=gentoo.git dev-ruby/metasploit-credential: drop ruby19, fix USE=doc Package-Manager: portage-2.2.26 --- diff --git a/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild b/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild index ed79c6f58b99..f61c570fb465 100644 --- a/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild +++ b/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild @@ -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}"