diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-29 19:54:56 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-30 06:18:19 +0100 |
commit | 07904f87c89138491c8ee9928832d7ceb81b4d1b (patch) | |
tree | 424e354387aceb3f157ccb30a2e729239ceff925 /dev-ruby/metasploit-concern | |
parent | app-laptop/tp_smapi: new revision to fix the build with >= linux-4.15. (diff) | |
download | gentoo-07904f87c89138491c8ee9928832d7ceb81b4d1b.tar.gz gentoo-07904f87c89138491c8ee9928832d7ceb81b4d1b.tar.bz2 gentoo-07904f87c89138491c8ee9928832d7ceb81b4d1b.zip |
dev-ruby/metasploit-concern: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/metasploit-concern')
-rw-r--r-- | dev-ruby/metasploit-concern/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-ruby/metasploit-concern/Manifest b/dev-ruby/metasploit-concern/Manifest index bb0afe9de5d4..bbc9eccd0f76 100644 --- a/dev-ruby/metasploit-concern/Manifest +++ b/dev-ruby/metasploit-concern/Manifest @@ -1,2 +1 @@ -DIST metasploit-concern-2.0.1.gem 19456 BLAKE2B 8a8059bd85d8f93f094d7aa0c5ff26ce34ebcae72cac727ac5ba8dc071323a354977284e4e4a3459480663fd9d272b8c87334f0c1ccc1211e9f1c15a90c67ee5 SHA512 759b1d96a3339f2396fe98ae979e0d3188fc75ff7374069b90e8cd98145d18c5d77d863d580aa1481aef91f8b8eb3d12e6fc1dc67354e1b52be33fad28741003 DIST metasploit-concern-2.0.3.gem 19456 BLAKE2B 1eb189e51a4cb0a6c8f721124d65d20a56afefa861dbc6f4bd979413ccadbdfed72309aac3698a6260f4711bbcdc9a5755af8d46efc564acf6cc6cc38342e88e SHA512 2323bd2220abc7305bcbdeacf9e079fc9af23a84dd62865078f0b476a55d32b803a6bf2bb2e7c93fb42e49b0bb3b495a6854b6c294a0938fbfb9461af41a366b diff --git a/dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild deleted file mode 100644 index 464e63ee8752..000000000000 --- a/dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby22" - -RUBY_FAKEGEM_EXTRAINSTALL="app spec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Metasploit concern allows you to define concerns in app/concerns. " -HOMEPAGE="https://github.com/rapid7/metasploit-concern" -SRC_URI="mirror://rubygems/${P}.gem" - -LICENSE="BSD" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm" -#IUSE="development test" -RESTRICT=test -IUSE="" - -RDEPEND="${RDEPEND} !dev-ruby/metasploit-concern:0" - -ruby_add_rdepend ">=dev-ruby/railties-4.2.6:4.2 - >=dev-ruby/activesupport-4.2.6:4.2" |