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-concern/
Date: Tue, 09 May 2017 03:09:16
Message-Id: 1494299313.f95e44fe21260221672782bc00bca48f05542b08.zerochaos@gentoo
1 commit: f95e44fe21260221672782bc00bca48f05542b08
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 8 21:19:17 2017 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue May 9 03:08:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95e44fe
7
8 dev-ruby/metasploit-concern: bump in prep for metasploit bump
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ruby/metasploit-concern/Manifest | 1 +
13 .../metasploit-concern-2.0.3.ebuild | 26 ++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/dev-ruby/metasploit-concern/Manifest b/dev-ruby/metasploit-concern/Manifest
17 index b4cd3d4bf9b..0cb4ead6416 100644
18 --- a/dev-ruby/metasploit-concern/Manifest
19 +++ b/dev-ruby/metasploit-concern/Manifest
20 @@ -1 +1,2 @@
21 DIST metasploit-concern-2.0.1.gem 19456 SHA256 ef42d34726f294712710c9efbd6229733877051eab77bfd1369e83df39a0c2a9 SHA512 759b1d96a3339f2396fe98ae979e0d3188fc75ff7374069b90e8cd98145d18c5d77d863d580aa1481aef91f8b8eb3d12e6fc1dc67354e1b52be33fad28741003 WHIRLPOOL 31243cd6b167c1766785e918515234e17f6ac47d764e00eb5e6e0782bd14ab8c053cf2c9b03ebd25e7a5dc35e9b439ab4bf03d1a4be6af6507bb91c266382491
22 +DIST metasploit-concern-2.0.3.gem 19456 SHA256 e3e8ecfd767d3e3b1713cebd160f9d79a3ccd70355a89d031aab6b299f65df7c SHA512 2323bd2220abc7305bcbdeacf9e079fc9af23a84dd62865078f0b476a55d32b803a6bf2bb2e7c93fb42e49b0bb3b495a6854b6c294a0938fbfb9461af41a366b WHIRLPOOL ae3a6c9a23da01f4ef14941e5f4412c4085029d7d612a7971ff7fc7c1864cd477ca70c4693aa307c15c9d9cf8db5cb7646d69ba38cd556ab46e8233f441f3ab5
23
24 diff --git a/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild
25 new file mode 100644
26 index 00000000000..47fe9354e4b
27 --- /dev/null
28 +++ b/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild
29 @@ -0,0 +1,26 @@
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="ruby23"
35 +
36 +RUBY_FAKEGEM_EXTRAINSTALL="app spec"
37 +
38 +inherit ruby-fakegem versionator
39 +
40 +DESCRIPTION="Metasploit concern allows you to define concerns in app/concerns. "
41 +HOMEPAGE="https://github.com/rapid7/metasploit-concern"
42 +SRC_URI="mirror://rubygems/${P}.gem"
43 +
44 +LICENSE="BSD"
45 +SLOT="$(get_version_component_range 1-2)"
46 +KEYWORDS="~amd64 ~arm ~x86"
47 +#IUSE="development test"
48 +RESTRICT=test
49 +IUSE=""
50 +
51 +RDEPEND="${RDEPEND} !dev-ruby/metasploit-concern:0"
52 +
53 +ruby_add_rdepend ">=dev-ruby/railties-4.2.6:4.2
54 + >=dev-ruby/activesupport-4.2.6:4.2
55 + >=dev-ruby/activemodel-2.4.6:4.2"