Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/metasploit: metasploit-4.0.0-r1.ebuild metasploit-4.4.0.ebuild metasploit-4.3.0.ebuild metasploit-9999.ebuild metasploit-4.2.0.ebuild metasploit-4.4.0-r1.ebuild ChangeLog
Date: Sun, 03 Nov 2013 03:07:43
Message-Id: 20131103030732.D07FF20035@flycatcher.gentoo.org
1 mrueg 13/11/03 03:07:32
2
3 Modified: metasploit-4.0.0-r1.ebuild metasploit-4.4.0.ebuild
4 metasploit-4.3.0.ebuild metasploit-9999.ebuild
5 metasploit-4.2.0.ebuild metasploit-4.4.0-r1.ebuild
6 ChangeLog
7 Log:
8 Non-maintainer update: Remove dependency on obsolete dev-ruby/postgres, dependency for dev-ruby/pg is covered by dev-ruby/activerecord[postgres] so no need to readd it. Acked by Rick Farina. Fixes bug #479688
9
10 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
11
12 Revision Changes Path
13 1.5 net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild?rev=1.5&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild?rev=1.5&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild?r1=1.4&r2=1.5
18
19 Index: metasploit-4.0.0-r1.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild,v
22 retrieving revision 1.4
23 retrieving revision 1.5
24 diff -u -r1.4 -r1.5
25 --- metasploit-4.0.0-r1.ebuild 16 Aug 2012 03:58:21 -0000 1.4
26 +++ metasploit-4.0.0-r1.ebuild 3 Nov 2013 03:07:32 -0000 1.5
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2012 Gentoo Foundation
29 +# Copyright 1999-2013 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild,v 1.4 2012/08/16 03:58:21 flameeyes Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild,v 1.5 2013/11/03 03:07:32 mrueg Exp $
33
34 EAPI="3"
35 inherit eutils
36 @@ -22,8 +22,7 @@
37 gui? ( virtual/jre )
38 mysql? ( dev-ruby/mysql-ruby
39 dev-ruby/activerecord[mysql] )
40 - postgres? ( dev-ruby/postgres
41 - dev-ruby/activerecord[postgres] )"
42 + postgres? ( dev-ruby/activerecord[postgres] )"
43 DEPEND=""
44
45 QA_PRESTRIPPED="
46
47
48
49 1.3 net-analyzer/metasploit/metasploit-4.4.0.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.4.0.ebuild?rev=1.3&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.4.0.ebuild?rev=1.3&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.4.0.ebuild?r1=1.2&r2=1.3
54
55 Index: metasploit-4.4.0.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.4.0.ebuild,v
58 retrieving revision 1.2
59 retrieving revision 1.3
60 diff -u -r1.2 -r1.3
61 --- metasploit-4.4.0.ebuild 25 Aug 2012 00:37:21 -0000 1.2
62 +++ metasploit-4.4.0.ebuild 3 Nov 2013 03:07:32 -0000 1.3
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2012 Gentoo Foundation
65 +# Copyright 1999-2013 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.4.0.ebuild,v 1.2 2012/08/25 00:37:21 mr_bones_ Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.4.0.ebuild,v 1.3 2013/11/03 03:07:32 mrueg Exp $
69
70 EAPI="3"
71 inherit eutils multilib
72 @@ -23,8 +23,7 @@
73 gui? ( virtual/jre )
74 mysql? ( dev-ruby/mysql-ruby
75 dev-ruby/activerecord[mysql] )
76 - postgres? ( dev-ruby/postgres
77 - dev-ruby/activerecord[postgres] )"
78 + postgres? ( dev-ruby/activerecord[postgres] )"
79 DEPEND=""
80
81 QA_PREBUILT="
82
83
84
85 1.4 net-analyzer/metasploit/metasploit-4.3.0.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.3.0.ebuild?rev=1.4&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.3.0.ebuild?rev=1.4&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.3.0.ebuild?r1=1.3&r2=1.4
90
91 Index: metasploit-4.3.0.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.3.0.ebuild,v
94 retrieving revision 1.3
95 retrieving revision 1.4
96 diff -u -r1.3 -r1.4
97 --- metasploit-4.3.0.ebuild 16 Aug 2012 03:58:21 -0000 1.3
98 +++ metasploit-4.3.0.ebuild 3 Nov 2013 03:07:32 -0000 1.4
99 @@ -1,6 +1,6 @@
100 -# Copyright 1999-2012 Gentoo Foundation
101 +# Copyright 1999-2013 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.3.0.ebuild,v 1.3 2012/08/16 03:58:21 flameeyes Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.3.0.ebuild,v 1.4 2013/11/03 03:07:32 mrueg Exp $
105
106 EAPI="3"
107 inherit eutils
108 @@ -23,8 +23,7 @@
109 gui? ( virtual/jre )
110 mysql? ( dev-ruby/mysql-ruby
111 dev-ruby/activerecord[mysql] )
112 - postgres? ( dev-ruby/postgres
113 - dev-ruby/activerecord[postgres] )"
114 + postgres? ( dev-ruby/activerecord[postgres] )"
115 DEPEND=""
116
117 QA_PRESTRIPPED="
118
119
120
121 1.5 net-analyzer/metasploit/metasploit-9999.ebuild
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?rev=1.5&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?rev=1.5&content-type=text/plain
125 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?r1=1.4&r2=1.5
126
127 Index: metasploit-9999.ebuild
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v
130 retrieving revision 1.4
131 retrieving revision 1.5
132 diff -u -r1.4 -r1.5
133 --- metasploit-9999.ebuild 16 Oct 2012 20:05:36 -0000 1.4
134 +++ metasploit-9999.ebuild 3 Nov 2013 03:07:32 -0000 1.5
135 @@ -1,6 +1,6 @@
136 -# Copyright 1999-2012 Gentoo Foundation
137 +# Copyright 1999-2013 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.4 2012/10/16 20:05:36 zerochaos Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.5 2013/11/03 03:07:32 mrueg Exp $
141
142 EAPI="3"
143 inherit eutils subversion
144 @@ -23,8 +23,7 @@
145 gui? ( virtual/jre )
146 mysql? ( dev-ruby/mysql-ruby
147 dev-ruby/activerecord[mysql] )
148 - postgres? ( dev-ruby/postgres
149 - dev-ruby/activerecord[postgres] )"
150 + postgres? ( dev-ruby/activerecord[postgres] )"
151 DEPEND=""
152
153 QA_PRESTRIPPED="
154
155
156
157 1.7 net-analyzer/metasploit/metasploit-4.2.0.ebuild
158
159 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.2.0.ebuild?rev=1.7&view=markup
160 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.2.0.ebuild?rev=1.7&content-type=text/plain
161 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.2.0.ebuild?r1=1.6&r2=1.7
162
163 Index: metasploit-4.2.0.ebuild
164 ===================================================================
165 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.2.0.ebuild,v
166 retrieving revision 1.6
167 retrieving revision 1.7
168 diff -u -r1.6 -r1.7
169 --- metasploit-4.2.0.ebuild 10 Jul 2013 13:42:29 -0000 1.6
170 +++ metasploit-4.2.0.ebuild 3 Nov 2013 03:07:32 -0000 1.7
171 @@ -1,6 +1,6 @@
172 # Copyright 1999-2013 Gentoo Foundation
173 # Distributed under the terms of the GNU General Public License v2
174 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.2.0.ebuild,v 1.6 2013/07/10 13:42:29 vincent Exp $
175 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.2.0.ebuild,v 1.7 2013/11/03 03:07:32 mrueg Exp $
176
177 EAPI="3"
178 inherit eutils
179 @@ -23,8 +23,7 @@
180 gui? ( virtual/jre )
181 mysql? ( dev-ruby/mysql-ruby
182 dev-ruby/activerecord[mysql] )
183 - postgres? ( dev-ruby/postgres
184 - dev-ruby/activerecord[postgres] )"
185 + postgres? ( dev-ruby/activerecord[postgres] )"
186 DEPEND=""
187
188 QA_PRESTRIPPED="
189
190
191
192 1.2 net-analyzer/metasploit/metasploit-4.4.0-r1.ebuild
193
194 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.4.0-r1.ebuild?rev=1.2&view=markup
195 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.4.0-r1.ebuild?rev=1.2&content-type=text/plain
196 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.4.0-r1.ebuild?r1=1.1&r2=1.2
197
198 Index: metasploit-4.4.0-r1.ebuild
199 ===================================================================
200 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.4.0-r1.ebuild,v
201 retrieving revision 1.1
202 retrieving revision 1.2
203 diff -u -r1.1 -r1.2
204 --- metasploit-4.4.0-r1.ebuild 16 Oct 2012 20:05:36 -0000 1.1
205 +++ metasploit-4.4.0-r1.ebuild 3 Nov 2013 03:07:32 -0000 1.2
206 @@ -1,6 +1,6 @@
207 -# Copyright 1999-2012 Gentoo Foundation
208 +# Copyright 1999-2013 Gentoo Foundation
209 # Distributed under the terms of the GNU General Public License v2
210 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.4.0-r1.ebuild,v 1.1 2012/10/16 20:05:36 zerochaos Exp $
211 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.4.0-r1.ebuild,v 1.2 2013/11/03 03:07:32 mrueg Exp $
212
213 EAPI="3"
214 inherit eutils multilib
215 @@ -24,8 +24,7 @@
216 gui? ( virtual/jre )
217 mysql? ( dev-ruby/mysql-ruby
218 dev-ruby/activerecord[mysql] )
219 - postgres? ( dev-ruby/postgres
220 - dev-ruby/activerecord[postgres] )"
221 + postgres? ( dev-ruby/activerecord[postgres] )"
222 DEPEND=""
223
224 QA_PREBUILT="
225
226
227
228 1.70 net-analyzer/metasploit/ChangeLog
229
230 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.70&view=markup
231 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.70&content-type=text/plain
232 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?r1=1.69&r2=1.70
233
234 Index: ChangeLog
235 ===================================================================
236 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v
237 retrieving revision 1.69
238 retrieving revision 1.70
239 diff -u -r1.69 -r1.70
240 --- ChangeLog 10 Jul 2013 13:42:29 -0000 1.69
241 +++ ChangeLog 3 Nov 2013 03:07:32 -0000 1.70
242 @@ -1,6 +1,13 @@
243 # ChangeLog for net-analyzer/metasploit
244 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
245 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.69 2013/07/10 13:42:29 vincent Exp $
246 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.70 2013/11/03 03:07:32 mrueg Exp $
247 +
248 + 03 Nov 2013; Manuel RĂ¼ger <mrueg@g.o> metasploit-4.0.0-r1.ebuild,
249 + metasploit-4.2.0.ebuild, metasploit-4.3.0.ebuild, metasploit-4.4.0-r1.ebuild,
250 + metasploit-4.4.0.ebuild, metasploit-9999.ebuild:
251 + Non-maintainer update: Remove dependency on obsolete dev-ruby/postgres,
252 + dependency for dev-ruby/pg is covered by dev-ruby/activerecord[postgres] so no
253 + need to readd it. Acked by Rick Farina. Fixes bug #479688
254
255 10 Jul 2013; Vicente Olivert Riera <vincent@g.o>
256 metasploit-4.2.0.ebuild: