diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ruby/metasploit-credential | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/metasploit-credential')
-rw-r--r-- | dev-ruby/metasploit-credential/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/metasploit-credential/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild | 28 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-ruby/metasploit-credential/Manifest b/dev-ruby/metasploit-credential/Manifest new file mode 100644 index 000000000000..293aac9605d0 --- /dev/null +++ b/dev-ruby/metasploit-credential/Manifest @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..98a26fb7079d --- /dev/null +++ b/dev-ruby/metasploit-credential/metadata.xml @@ -0,0 +1,11 @@ +<?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 new file mode 100644 index 000000000000..2f53cf16491e --- /dev/null +++ b/dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild @@ -0,0 +1,28 @@ +# 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" |