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_data_models/
Date: Sun, 30 Oct 2016 19:51:05
Message-Id: 1477856532.9edac1c72f96e55fb021365415cd3686416cfa3d.graaff@gentoo
1 commit: 9edac1c72f96e55fb021365415cd3686416cfa3d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 19:42:12 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 19:42:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edac1c7
7
8 dev-ruby/metasploit_data_models: remove masked version
9
10 Package-Manager: portage-2.3.0
11
12 dev-ruby/metasploit_data_models/Manifest | 2 -
13 .../metasploit_data_models-1.2.10.ebuild | 63 ----------------------
14 .../metasploit_data_models-1.2.9.ebuild | 63 ----------------------
15 3 files changed, 128 deletions(-)
16
17 diff --git a/dev-ruby/metasploit_data_models/Manifest b/dev-ruby/metasploit_data_models/Manifest
18 index b384e3e..dc933c0 100644
19 --- a/dev-ruby/metasploit_data_models/Manifest
20 +++ b/dev-ruby/metasploit_data_models/Manifest
21 @@ -1,3 +1 @@
22 -DIST metasploit_data_models-1.2.10.gem 171008 SHA256 9360ed8701d22eef77a819f1ca81daf03aae6d604e7f98efe097dc907e6f0e4a SHA512 f6f7e53a83b8e30df3dfd2f926e5d3df3f007a136f60abe58e1d683918c6cf1b17eba7e3172d83161858e8a9f1ad9d62c17e8769e543140e0286c809e6dcb60c WHIRLPOOL 013f53d51c717f0176da89613cae91de2c10847e91e83304b462c9d130117230c4db5112501f1c6ce959e8804931963a418cc338eb6f4f2a9eda970d9778ad31
23 -DIST metasploit_data_models-1.2.9.gem 171008 SHA256 77f7e49fa88b7f3e98cfc651e4434ee3138357ab9501b002a2ac56d10977fecc SHA512 aa8edbb29336a2a2c606866476d9e9bd8235ef86d3598b4cc15f2b929c5f499586e61b6c3ae8c2d64d4c22c07d2b37545b2f7f9483bf58f983c16cd1f851cf02 WHIRLPOOL 1372139c5c7f391ae670d7ca83d5ea78aaacd9ad7ea2bd19bb17ca2830413a8e43e64c5839342eb1ac9e7ab0df1d997fee2be8a4a7ffb09075ec4176a15f6f3e
24 DIST metasploit_data_models-2.0.0.gem 177152 SHA256 b5f32aeb00cab511c94212b7fa1b42631278d4766ab7b05f1c4fdf8e3c3655bb SHA512 4ff18ba09fe58e5846b745152739a6602fc144ca68240901f18791f7c6ffacc0a1d621fda222c86960ca59cd3034ef2fda4fc85dead669837e3c0a7c2ddc3f1d WHIRLPOOL 407460ac990f257a80c89c56463aef91ea48070d52225fc2116500ce822d5c5eb2880bd1fb21cb65a3ea3a0a725906dbe525cce5d18527030294ace776265a91
25
26 diff --git a/dev-ruby/metasploit_data_models/metasploit_data_models-1.2.10.ebuild b/dev-ruby/metasploit_data_models/metasploit_data_models-1.2.10.ebuild
27 deleted file mode 100644
28 index 6a0cb28..00000000
29 --- a/dev-ruby/metasploit_data_models/metasploit_data_models-1.2.10.ebuild
30 +++ /dev/null
31 @@ -1,63 +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
40 -
41 -RUBY_FAKEGEM_EXTRAINSTALL="app config db script spec"
42 -
43 -DESCRIPTION="The database layer for Metasploit"
44 -HOMEPAGE="https://github.com/rapid7/metasploit_data_models"
45 -SRC_URI="mirror://rubygems/${P}.gem"
46 -
47 -LICENSE="BSD"
48 -SLOT="${PV}"
49 -KEYWORDS="~amd64 ~arm ~x86"
50 -RESTRICT=test
51 -#IUSE="development test"
52 -IUSE=""
53 -
54 -RDEPEND="${RDEPEND} !dev-ruby/metasploit_data_models:0"
55 -
56 -ruby_add_rdepend "
57 - >=dev-ruby/activerecord-4.0.9:4.0[postgres]
58 - >=dev-ruby/activesupport-4.0.9:4.0
59 - dev-ruby/pg
60 - dev-ruby/postgres_ext
61 - >=dev-ruby/railties-4.0.9:4.0
62 - dev-ruby/recog:*
63 - dev-ruby/arel-helpers
64 - >=dev-ruby/metasploit-concern-1.0.0:1.0
65 - >=dev-ruby/metasploit-model-1.0.0:1.0
66 - <dev-ruby/thor-2.0"
67 -
68 -ruby_add_bdepend "dev-ruby/bundler"
69 -
70 -all_ruby_prepare() {
71 - [ -f Gemfile.lock ] && rm Gemfile.lock
72 - #if ! use development; then
73 - sed -i -e "/^group :development do/,/^end$/d" Gemfile || die
74 - sed -i -e "/s.add_development_dependency/d" "${PN}".gemspec || die
75 - #fi
76 - #if ! use test; then
77 - sed -i -e "/^group :test do/,/^end$/d" Gemfile || die
78 - #fi
79 - #if ! use test && ! use development; then
80 - sed -i -e "/^group :development, :test do/,/^end$/d" Gemfile || die
81 - #fi
82 -}
83 -
84 -each_ruby_prepare() {
85 - if [ -f Gemfile ]
86 - then
87 - BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die
88 - BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
89 - fi
90 -}
91 -
92 -all_ruby_install() {
93 - ruby_fakegem_binwrapper mdm_console mdm_console-${SLOT}
94 -}
95
96 diff --git a/dev-ruby/metasploit_data_models/metasploit_data_models-1.2.9.ebuild b/dev-ruby/metasploit_data_models/metasploit_data_models-1.2.9.ebuild
97 deleted file mode 100644
98 index 6a0cb28..00000000
99 --- a/dev-ruby/metasploit_data_models/metasploit_data_models-1.2.9.ebuild
100 +++ /dev/null
101 @@ -1,63 +0,0 @@
102 -# Copyright 1999-2016 Gentoo Foundation
103 -# Distributed under the terms of the GNU General Public License v2
104 -# $Id$
105 -
106 -EAPI=5
107 -USE_RUBY="ruby20 ruby21"
108 -
109 -inherit ruby-fakegem
110 -
111 -RUBY_FAKEGEM_EXTRAINSTALL="app config db script spec"
112 -
113 -DESCRIPTION="The database layer for Metasploit"
114 -HOMEPAGE="https://github.com/rapid7/metasploit_data_models"
115 -SRC_URI="mirror://rubygems/${P}.gem"
116 -
117 -LICENSE="BSD"
118 -SLOT="${PV}"
119 -KEYWORDS="~amd64 ~arm ~x86"
120 -RESTRICT=test
121 -#IUSE="development test"
122 -IUSE=""
123 -
124 -RDEPEND="${RDEPEND} !dev-ruby/metasploit_data_models:0"
125 -
126 -ruby_add_rdepend "
127 - >=dev-ruby/activerecord-4.0.9:4.0[postgres]
128 - >=dev-ruby/activesupport-4.0.9:4.0
129 - dev-ruby/pg
130 - dev-ruby/postgres_ext
131 - >=dev-ruby/railties-4.0.9:4.0
132 - dev-ruby/recog:*
133 - dev-ruby/arel-helpers
134 - >=dev-ruby/metasploit-concern-1.0.0:1.0
135 - >=dev-ruby/metasploit-model-1.0.0:1.0
136 - <dev-ruby/thor-2.0"
137 -
138 -ruby_add_bdepend "dev-ruby/bundler"
139 -
140 -all_ruby_prepare() {
141 - [ -f Gemfile.lock ] && rm Gemfile.lock
142 - #if ! use development; then
143 - sed -i -e "/^group :development do/,/^end$/d" Gemfile || die
144 - sed -i -e "/s.add_development_dependency/d" "${PN}".gemspec || die
145 - #fi
146 - #if ! use test; then
147 - sed -i -e "/^group :test do/,/^end$/d" Gemfile || die
148 - #fi
149 - #if ! use test && ! use development; then
150 - sed -i -e "/^group :development, :test do/,/^end$/d" Gemfile || die
151 - #fi
152 -}
153 -
154 -each_ruby_prepare() {
155 - if [ -f Gemfile ]
156 - then
157 - BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die
158 - BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
159 - fi
160 -}
161 -
162 -all_ruby_install() {
163 - ruby_fakegem_binwrapper mdm_console mdm_console-${SLOT}
164 -}