Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-model/
Date: Wed, 21 Nov 2018 18:22:02
Message-Id: 1542824440.e3d454169a24723b010acdb3639043ddfacd00f2.zerochaos@gentoo
1 commit: e3d454169a24723b010acdb3639043ddfacd00f2
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 21 15:39:03 2018 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 21 18:20:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d45416
7
8 dev-ruby/metasploit-model: bump
9
10 cleanup, bump, add x86
11
12 Package-Manager: Portage-2.3.52, Repoman-2.3.12
13 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
14
15 dev-ruby/metasploit-model/Manifest | 1 +
16 dev-ruby/metasploit-model/metasploit-model-2.0.3.ebuild | 6 +++---
17 ...sploit-model-2.0.3.ebuild => metasploit-model-2.0.4.ebuild} | 10 +++++-----
18 3 files changed, 9 insertions(+), 8 deletions(-)
19
20 diff --git a/dev-ruby/metasploit-model/Manifest b/dev-ruby/metasploit-model/Manifest
21 index c5df9558036..56749e457d4 100644
22 --- a/dev-ruby/metasploit-model/Manifest
23 +++ b/dev-ruby/metasploit-model/Manifest
24 @@ -1 +1,2 @@
25 DIST metasploit-model-2.0.3.gem 81408 BLAKE2B e62074efbdd66fc951b4c304d9c0adbf54b631bf0e343658b395e76bf4783db8a0186f375ce2650110b2200b805832ae25cd81779d894c1b7475a07d3041b35a SHA512 a6d77940e6b85925cc93c57f69910fde5c8eb2458d6707847be9f5856cfceee33304209e8c7076484151d9daf1f23cfe28cb0c00abb83176b7bc6c819fb128ec
26 +DIST metasploit-model-2.0.4.gem 81408 BLAKE2B 5a4be9e61649710470618d4334279054cbefc1027a1d4674b6be0c6a4c632219fd2dc3ac5f9f56dc9018712e5cbcbe191d5749ed2ed10cf98f884a06e41ec736 SHA512 70f6d948227bc99f877c3b5631a964087c0ebfdb091f128c72bc5da276bf57a5055aea5cdda4dc66e1fb177606afec9b7b3ee4076211f43928a2defb93294ac5
27
28 diff --git a/dev-ruby/metasploit-model/metasploit-model-2.0.3.ebuild b/dev-ruby/metasploit-model/metasploit-model-2.0.3.ebuild
29 index 8ffc7598d3c..00924336d8e 100644
30 --- a/dev-ruby/metasploit-model/metasploit-model-2.0.3.ebuild
31 +++ b/dev-ruby/metasploit-model/metasploit-model-2.0.3.ebuild
32 @@ -1,10 +1,10 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 +# Copyright 1999-2018 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=6
38 USE_RUBY="ruby23"
39
40 -inherit ruby-fakegem versionator
41 +inherit ruby-fakegem eapi7-ver
42
43 RUBY_FAKEGEM_EXTRAINSTALL="app config script spec"
44
45 @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/rapid7/metasploit-model"
46 SRC_URI="mirror://rubygems/${P}.gem"
47
48 LICENSE="BSD"
49 -SLOT="$(get_version_component_range 1-2)"
50 +SLOT="$(ver_cut 1-2)"
51 KEYWORDS="~amd64 ~arm"
52 #IUSE="development test"
53 RESTRICT=test
54
55 diff --git a/dev-ruby/metasploit-model/metasploit-model-2.0.3.ebuild b/dev-ruby/metasploit-model/metasploit-model-2.0.4.ebuild
56 similarity index 91%
57 copy from dev-ruby/metasploit-model/metasploit-model-2.0.3.ebuild
58 copy to dev-ruby/metasploit-model/metasploit-model-2.0.4.ebuild
59 index 8ffc7598d3c..d3b004a03f6 100644
60 --- a/dev-ruby/metasploit-model/metasploit-model-2.0.3.ebuild
61 +++ b/dev-ruby/metasploit-model/metasploit-model-2.0.4.ebuild
62 @@ -1,10 +1,10 @@
63 -# Copyright 1999-2017 Gentoo Foundation
64 +# Copyright 1999-2018 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 -USE_RUBY="ruby23"
69 +USE_RUBY="ruby24"
70
71 -inherit ruby-fakegem versionator
72 +inherit ruby-fakegem eapi7-ver
73
74 RUBY_FAKEGEM_EXTRAINSTALL="app config script spec"
75
76 @@ -13,8 +13,8 @@ HOMEPAGE="https://github.com/rapid7/metasploit-model"
77 SRC_URI="mirror://rubygems/${P}.gem"
78
79 LICENSE="BSD"
80 -SLOT="$(get_version_component_range 1-2)"
81 -KEYWORDS="~amd64 ~arm"
82 +SLOT="$(ver_cut 1-2)"
83 +KEYWORDS="~amd64 ~arm ~x86"
84 #IUSE="development test"
85 RESTRICT=test
86 IUSE=""