summaryrefslogtreecommitdiff
path: root/dev-ruby/metasploit-credential
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ruby/metasploit-credential
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/metasploit-credential')
-rw-r--r--dev-ruby/metasploit-credential/Manifest3
-rw-r--r--dev-ruby/metasploit-credential/metadata.xml11
-rw-r--r--dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild28
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-ruby/metasploit-credential/Manifest b/dev-ruby/metasploit-credential/Manifest
deleted file mode 100644
index 293aac9605d0..000000000000
--- a/dev-ruby/metasploit-credential/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST metasploit-credential-2.0.8.gem 110080 BLAKE2B 3963d4beb8ad12b42e8e79ae51016a74e8a0de6a1446817da16301ccc9756564dfba2847ebe9944cd563e4f113a6be3c9e96ee4240dc38c855fd47e81b145d74 SHA512 dac081be5347edd9f96e2e4956824e5982a1ab1ef13dd3113a1a5faf70e4dde570bb42ec404ab503b72ababbdae291d4b929946288452f712bf6a795177e1357
-EBUILD metasploit-credential-2.0.8.ebuild 659 BLAKE2B b05ade9cbf3512f7a3468ddbb7907600b5ceae912a8b3f6b96d211d95702c0145a9cb7c43643c8c9cefd311ee540eb95f6d23314f3502c6ffd453728c6497dd0 SHA512 56335ae8ddac17f6b345d915e1418bc5e20e263f5d16be12a68eec4fbb8026a8306612ff66ce36371f7a39b007b202ab6a14670160a8ca8e275b5e75682e897b
-MISC metadata.xml 350 BLAKE2B 88bdb8a804163c8548382f47a3c406cf4ebcaf0fb7232c19f19bb471df45ce00a5d6b717dd1961d9d665c63e8214b1d92c0a1ba37de76757c835daf7e3100f6d SHA512 546980668f617c0ca68986be718208efa1df3446cf9c9ebe50bd5def95bf226f94ef6fa3e58bf5347de89a050f9973aff39669ec565c6059d31d09670cb667f5
diff --git a/dev-ruby/metasploit-credential/metadata.xml b/dev-ruby/metasploit-credential/metadata.xml
deleted file mode 100644
index 98a26fb7079d..000000000000
--- a/dev-ruby/metasploit-credential/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zerochaos@gentoo.org</email>
- <name>Rick Farina</name>
- </maintainer>
- <upstream>
- <remote-id type="github">rapid7/metasploit-credential</remote-id>
- </upstream>
-</pkgmetadata>
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
index 2f53cf16491e..000000000000
--- a/dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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"