diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-03-14 20:40:58 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-03-14 20:47:21 +0100 |
commit | 60317195cc4a000f47b4e180f288872fec0e8b51 (patch) | |
tree | 4f53e1133b1ee2954f8772e273aa136b16df7a68 /dev-ruby/metasploit-credential | |
parent | dev-ruby/xml-simple: add ruby23 (diff) | |
download | gentoo-60317195cc4a000f47b4e180f288872fec0e8b51.tar.gz gentoo-60317195cc4a000f47b4e180f288872fec0e8b51.tar.bz2 gentoo-60317195cc4a000f47b4e180f288872fec0e8b51.zip |
dev-ruby/metasploit-credential: drop ruby19, fix USE=doc
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/metasploit-credential')
-rw-r--r-- | dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild | 7 |
1 files 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 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}" |