Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-credential/
Date: Sun, 30 Oct 2016 19:51:05
Message-Id: 1477856576.a5de1470f0dca34ef037c0e4ff3499ca8a0b9625.graaff@gentoo
1 commit: a5de1470f0dca34ef037c0e4ff3499ca8a0b9625
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 19:42:56 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 19:42:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5de1470
7
8 dev-ruby/metasploit-credential: remove masked version
9
10 Package-Manager: portage-2.3.0
11
12 dev-ruby/metasploit-credential/Manifest | 2 --
13 .../metasploit-credential-1.0.0.ebuild | 27 ---------------------
14 .../metasploit-credential-1.0.1.ebuild | 28 ----------------------
15 3 files changed, 57 deletions(-)
16
17 diff --git a/dev-ruby/metasploit-credential/Manifest b/dev-ruby/metasploit-credential/Manifest
18 index dda871b..a699546 100644
19 --- a/dev-ruby/metasploit-credential/Manifest
20 +++ b/dev-ruby/metasploit-credential/Manifest
21 @@ -1,3 +1 @@
22 -DIST metasploit-credential-1.0.0.gem 101888 SHA256 086cb65295f1294c213138bd2a9f2f727d945b90837a7e877b22bc6a47fe33f6 SHA512 4af09458a83d9425c5bfd744bc3f366c08d9175b4c303fa9ff53dd3f2163ba654748ea883d22f069e3b3be1218b57afe909f7ba31feb54c0b7ff781af8d5e631 WHIRLPOOL 506c707f3e1be0e90fad02397a34c70e44d1f423b5909d9f61152e2a4e929eadccf0736ec607c569fe75fff24c6003243d0a9a288979450b8c52d5f1feba1f6d
23 -DIST metasploit-credential-1.0.1.gem 101888 SHA256 e37e02d962a00733f8a82d486ee8b38aa287503d61812fba9cca05e834d873ca SHA512 e2d77cf1af9b9f7c09c3b98fc61c032dd5890bc019d09e208706ea93560402c82abc5a3dbc178442fbc1597d9e43e8a98f76bdb71fe470e7091d5e79bb30660f WHIRLPOOL 15b568fa61f64d895df9a7c5c04ae22232f9d805fca71c565fc2db871b4c443c163a922d52faa1953b3fadb157d71a6ea1866d2f740eff0db3262d78066c812e
24 DIST metasploit-credential-2.0.3.gem 108032 SHA256 ce275e0d61aa3fba1e19b6b8bedc8c1ce655d44d58a1ca36f798c8762e08ee33 SHA512 df3289756fa26931ae8cdbbfa94efbbd370ac4f6e7acdb3188e6fdcbbe89d4a894cdeb673c0a4608764b1916691f2522bd3e658d97b7742ca7637e17c299ad3a WHIRLPOOL 9d1ba8ed612635b57e5147202823220748583b64abe3c1f1050d134cf2a2e1658e4dddc20174253c53d77d336d3ce11c6b1e8d1ef2de784ec9072a0f232bf150
25
26 diff --git a/dev-ruby/metasploit-credential/metasploit-credential-1.0.0.ebuild b/dev-ruby/metasploit-credential/metasploit-credential-1.0.0.ebuild
27 deleted file mode 100644
28 index a742a14..00000000
29 --- a/dev-ruby/metasploit-credential/metasploit-credential-1.0.0.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -USE_RUBY="ruby20 ruby21"
38 -
39 -inherit ruby-fakegem versionator
40 -
41 -RUBY_FAKEGEM_EXTRAINSTALL="app config db spec"
42 -
43 -DESCRIPTION="Code for modeling and managing credentials in Metasploit"
44 -HOMEPAGE="https://github.com/rapid7/metasploit-credential"
45 -SRC_URI="mirror://rubygems/${P}.gem"
46 -
47 -LICENSE="BSD"
48 -SLOT="$(get_version_component_range 1-2)"
49 -KEYWORDS="~amd64 ~arm ~x86"
50 -IUSE=""
51 -
52 -ruby_add_rdepend ">=dev-ruby/metasploit-concern-1.0.0:1.0
53 - >=dev-ruby/metasploit_data_models-1.2.0:*
54 - >=dev-ruby/metasploit-model-1.0.0
55 - dev-ruby/rubyzip:1
56 - dev-ruby/rubyntlm
57 - >=dev-ruby/railties-4.0.9:4.0
58 - dev-ruby/pg"
59
60 diff --git a/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild b/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild
61 deleted file mode 100644
62 index 741d38b..00000000
63 --- a/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild
64 +++ /dev/null
65 @@ -1,28 +0,0 @@
66 -# Copyright 1999-2016 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -# $Id$
69 -
70 -EAPI=5
71 -USE_RUBY="ruby20 ruby21"
72 -
73 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
74 -
75 -inherit ruby-fakegem
76 -
77 -RUBY_FAKEGEM_EXTRAINSTALL="app config db spec"
78 -
79 -DESCRIPTION="Code for modeling and managing credentials in Metasploit"
80 -HOMEPAGE="https://github.com/rapid7/metasploit-credential"
81 -
82 -LICENSE="BSD"
83 -SLOT="${PV}"
84 -KEYWORDS="~amd64 ~arm ~x86"
85 -IUSE=""
86 -
87 -ruby_add_rdepend ">=dev-ruby/metasploit-concern-1.0.0:1.0
88 - >=dev-ruby/metasploit_data_models-1.2.0:*
89 - >=dev-ruby/metasploit-model-1.0.0
90 - dev-ruby/rubyzip:1
91 - dev-ruby/rubyntlm
92 - >=dev-ruby/railties-4.0.9:4.0
93 - dev-ruby/pg"