dev-ruby/metasploit-credential: cleanup ruby23-only version
authorHans de Graaff <graaff@gentoo.org>
Wed, 16 Jan 2019 18:49:10 +0000 (19:49 +0100)
committerHans de Graaff <graaff@gentoo.org>
Tue, 9 Apr 2019 05:52:59 +0000 (07:52 +0200)
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-ruby/metasploit-credential/Manifest
dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild [deleted file]

index 0b2f5ac8d41234700e4a08cebb91390a83d00833..5aaeab0850dfdac610dd9ab5f5c346620bf17252 100644 (file)
@@ -1,2 +1 @@
 DIST metasploit-credential-2.0.14.gem 110592 BLAKE2B 09f3eee0f288ab26695177b014b98dc871f6f009f34aaad4fbd7dfcda8acc63f75524fe7d181b1dccca863cc83eb50f249e0c07cbb0f07e9c79856a4389cdcd9 SHA512 66670fc89dc61d6d32577c9b46dc6ddfab15b9c0118ba15cc7398e10ec8de63cd7150fbfaddbd01a573ead6d98619dd9c19a5835be58baaa1fc4a9c777839b00
-DIST metasploit-credential-2.0.8.gem 110080 BLAKE2B 3963d4beb8ad12b42e8e79ae51016a74e8a0de6a1446817da16301ccc9756564dfba2847ebe9944cd563e4f113a6be3c9e96ee4240dc38c855fd47e81b145d74 SHA512 dac081be5347edd9f96e2e4956824e5982a1ab1ef13dd3113a1a5faf70e4dde570bb42ec404ab503b72ababbdae291d4b929946288452f712bf6a795177e1357
diff --git a/dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild b/dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild
deleted file mode 100644 (file)
index 0488094..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config db spec"
-
-DESCRIPTION="Code for modeling and managing credentials in Metasploit"
-HOMEPAGE="https://github.com/rapid7/metasploit-credential"
-
-LICENSE="BSD"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-RESTRICT=test
-
-ruby_add_rdepend "dev-ruby/metasploit-concern:2.0
-       >=dev-ruby/metasploit_data_models-1.2.0:*
-       >=dev-ruby/metasploit-model-1.0.0
-       dev-ruby/rubyzip:1
-       dev-ruby/rubyntlm
-       >=dev-ruby/railties-4.2.6:4.2
-       dev-ruby/pg:*"