Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/metasploit: metasploit-4.3.0.ebuild metasploit-4.2.0.ebuild metasploit-4.0.0-r1.ebuild metasploit-9999.ebuild ChangeLog
Date: Fri, 08 Jun 2012 09:28:15
Message-Id: 20120608092804.E98892004B@flycatcher.gentoo.org
1 patrick 12/06/08 09:28:04
2
3 Modified: metasploit-4.3.0.ebuild metasploit-4.2.0.ebuild
4 metasploit-4.0.0-r1.ebuild metasploit-9999.ebuild
5 ChangeLog
6 Log:
7 Changing .xpm to .icon so that icon is actually installable
8
9 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 net-analyzer/metasploit/metasploit-4.3.0.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.3.0.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.3.0.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.3.0.ebuild?r1=1.1&r2=1.2
17
18 Index: metasploit-4.3.0.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.3.0.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- metasploit-4.3.0.ebuild 2 May 2012 04:42:58 -0000 1.1
25 +++ metasploit-4.3.0.ebuild 8 Jun 2012 09:28:04 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.3.0.ebuild,v 1.1 2012/05/02 04:42:58 patrick Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.3.0.ebuild,v 1.2 2012/06/08 09:28:04 patrick Exp $
31
32 EAPI="3"
33 inherit eutils
34 @@ -72,7 +72,7 @@
35 "Metasploit Framework" \
36 metasploit \
37 'GNOME;System;Network;' &&
38 - doicon "${FILESDIR}"/metasploit.xpm
39 + doicon "${FILESDIR}"/metasploit.icon
40
41 # Avoid useless revdep-rebuild trigger #377617
42 dodir /etc/revdep-rebuild/
43
44
45
46 1.4 net-analyzer/metasploit/metasploit-4.2.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.2.0.ebuild?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.2.0.ebuild?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.2.0.ebuild?r1=1.3&r2=1.4
51
52 Index: metasploit-4.2.0.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.2.0.ebuild,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- metasploit-4.2.0.ebuild 21 Apr 2012 16:54:21 -0000 1.3
59 +++ metasploit-4.2.0.ebuild 8 Jun 2012 09:28:04 -0000 1.4
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.2.0.ebuild,v 1.3 2012/04/21 16:54:21 armin76 Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.2.0.ebuild,v 1.4 2012/06/08 09:28:04 patrick Exp $
65
66 EAPI="3"
67 inherit eutils
68 @@ -71,7 +71,7 @@
69 "Metasploit Framework" \
70 metasploit \
71 'GNOME;System;Network;' &&
72 - doicon "${FILESDIR}"/metasploit.xpm
73 + doicon "${FILESDIR}"/metasploit.icon
74
75 # Avoid useless revdep-rebuild trigger #377617
76 dodir /etc/revdep-rebuild/
77
78
79
80 1.3 net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild?rev=1.3&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild?rev=1.3&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild?r1=1.2&r2=1.3
85
86 Index: metasploit-4.0.0-r1.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild,v
89 retrieving revision 1.2
90 retrieving revision 1.3
91 diff -u -r1.2 -r1.3
92 --- metasploit-4.0.0-r1.ebuild 21 Apr 2012 16:54:21 -0000 1.2
93 +++ metasploit-4.0.0-r1.ebuild 8 Jun 2012 09:28:04 -0000 1.3
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2012 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild,v 1.2 2012/04/21 16:54:21 armin76 Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.0.0-r1.ebuild,v 1.3 2012/06/08 09:28:04 patrick Exp $
99
100 EAPI="3"
101 inherit eutils
102 @@ -71,7 +71,7 @@
103 "Metasploit Framework" \
104 metasploit \
105 'GNOME;System;Network;' &&
106 - doicon "${FILESDIR}"/metasploit.xpm
107 + doicon "${FILESDIR}"/metasploit.icon
108
109 # Avoid useless revdep-rebuild trigger #377617
110 dodir /etc/revdep-rebuild/
111
112
113
114 1.2 net-analyzer/metasploit/metasploit-9999.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?rev=1.2&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?rev=1.2&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?r1=1.1&r2=1.2
119
120 Index: metasploit-9999.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v
123 retrieving revision 1.1
124 retrieving revision 1.2
125 diff -u -r1.1 -r1.2
126 --- metasploit-9999.ebuild 3 Aug 2011 05:56:15 -0000 1.1
127 +++ metasploit-9999.ebuild 8 Jun 2012 09:28:04 -0000 1.2
128 @@ -1,6 +1,6 @@
129 -# Copyright 1999-2011 Gentoo Foundation
130 +# Copyright 1999-2012 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.1 2011/08/03 05:56:15 patrick Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.2 2012/06/08 09:28:04 patrick Exp $
134
135 EAPI="3"
136 inherit eutils subversion
137 @@ -75,7 +75,7 @@
138 "Metasploit Framework" \
139 metasploit \
140 'GNOME;System;Network;' &&
141 - doicon "${FILESDIR}"/metasploit.xpm
142 + doicon "${FILESDIR}"/metasploit.icon
143 }
144
145 pkg_postinst() {
146
147
148
149 1.64 net-analyzer/metasploit/ChangeLog
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.64&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.64&content-type=text/plain
153 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?r1=1.63&r2=1.64
154
155 Index: ChangeLog
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v
158 retrieving revision 1.63
159 retrieving revision 1.64
160 diff -u -r1.63 -r1.64
161 --- ChangeLog 16 May 2012 02:48:19 -0000 1.63
162 +++ ChangeLog 8 Jun 2012 09:28:04 -0000 1.64
163 @@ -1,6 +1,10 @@
164 # ChangeLog for net-analyzer/metasploit
165 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
166 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.63 2012/05/16 02:48:19 jer Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.64 2012/06/08 09:28:04 patrick Exp $
168 +
169 + 08 Jun 2012; Patrick Lauer <patrick@g.o> metasploit-4.0.0-r1.ebuild,
170 + metasploit-4.2.0.ebuild, metasploit-4.3.0.ebuild, metasploit-9999.ebuild:
171 + Changing .xpm to .icon so that icon is actually installable
172
173 16 May 2012; Jeroen Roovers <jer@g.o> files/msfrpcd-4.3-initd:
174 Fix version in init.d script by Aaron Burnett (bug #416013).