commit: 60317195cc4a000f47b4e180f288872fec0e8b51 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Mar 14 19:40:58 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Mar 14 19:47:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60317195
dev-ruby/metasploit-credential: drop ruby19, fix USE=doc Package-Manager: portage-2.2.26 dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ed79c6f..f61c570 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}"
