Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-credential/
Date: Tue, 09 May 2017 03:09:20
Message-Id: 1494299326.a6bc399201d60d84bf71f978a269c9bc72b8ba16.zerochaos@gentoo
1 commit: a6bc399201d60d84bf71f978a269c9bc72b8ba16
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 9 02:05:39 2017 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue May 9 03:08:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6bc3992
7
8 dev-ruby/metasploit-credential: bump, prepping for metasploit bump
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ruby/metasploit-credential/Manifest | 1 +
13 .../metasploit-credential-2.0.8.ebuild | 28 ++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-ruby/metasploit-credential/Manifest b/dev-ruby/metasploit-credential/Manifest
17 index a69954646ff..d3f044af3c8 100644
18 --- a/dev-ruby/metasploit-credential/Manifest
19 +++ b/dev-ruby/metasploit-credential/Manifest
20 @@ -1 +1,2 @@
21 DIST metasploit-credential-2.0.3.gem 108032 SHA256 ce275e0d61aa3fba1e19b6b8bedc8c1ce655d44d58a1ca36f798c8762e08ee33 SHA512 df3289756fa26931ae8cdbbfa94efbbd370ac4f6e7acdb3188e6fdcbbe89d4a894cdeb673c0a4608764b1916691f2522bd3e658d97b7742ca7637e17c299ad3a WHIRLPOOL 9d1ba8ed612635b57e5147202823220748583b64abe3c1f1050d134cf2a2e1658e4dddc20174253c53d77d336d3ce11c6b1e8d1ef2de784ec9072a0f232bf150
22 +DIST metasploit-credential-2.0.8.gem 110080 SHA256 b3d67ff530c92c0d090da633bfe12ecc60d2030d94d5881c42d86e3ba709ec7a SHA512 dac081be5347edd9f96e2e4956824e5982a1ab1ef13dd3113a1a5faf70e4dde570bb42ec404ab503b72ababbdae291d4b929946288452f712bf6a795177e1357 WHIRLPOOL cf99f674535494988866c8d86db19e8d5b8b5467a31a1cd988134dfb930f74ad67d066a0c4a299e4aa1105c89b6e4723f038574b39ea40049d3eeb36ffa49b9a
23
24 diff --git a/dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild b/dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild
25 new file mode 100644
26 index 00000000000..2f53cf16491
27 --- /dev/null
28 +++ b/dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild
29 @@ -0,0 +1,28 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +USE_RUBY="ruby21 ruby23"
35 +
36 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
37 +
38 +inherit ruby-fakegem
39 +
40 +RUBY_FAKEGEM_EXTRAINSTALL="app config db spec"
41 +
42 +DESCRIPTION="Code for modeling and managing credentials in Metasploit"
43 +HOMEPAGE="https://github.com/rapid7/metasploit-credential"
44 +
45 +LICENSE="BSD"
46 +SLOT="${PV}"
47 +KEYWORDS="~amd64 ~arm"
48 +IUSE=""
49 +RESTRICT=test
50 +
51 +ruby_add_rdepend "dev-ruby/metasploit-concern:2.0
52 + >=dev-ruby/metasploit_data_models-1.2.0:*
53 + >=dev-ruby/metasploit-model-1.0.0
54 + dev-ruby/rubyzip:1
55 + dev-ruby/rubyntlm
56 + >=dev-ruby/railties-4.2.6:4.2
57 + dev-ruby/pg"