Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/metasploit: metasploit-9999.ebuild ChangeLog
Date: Wed, 22 Jan 2014 16:50:05
Message-Id: 20140122161233.9D9592004C@flycatcher.gentoo.org
1 zerochaos 14/01/22 16:12:33
2
3 Modified: metasploit-9999.ebuild ChangeLog
4 Log:
5 fixing deps based on Gemfile
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.9 net-analyzer/metasploit/metasploit-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?r1=1.8&r2=1.9
15
16 Index: metasploit-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- metasploit-9999.ebuild 10 Jan 2014 05:11:51 -0000 1.8
23 +++ metasploit-9999.ebuild 22 Jan 2014 16:12:33 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.8 2014/01/10 05:11:51 zerochaos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.9 2014/01/22 16:12:33 zerochaos Exp $
29
30 EAPI="5"
31
32 @@ -40,7 +40,7 @@
33 dev-ruby/nokogiri
34 dev-ruby/builder:3
35 >=dev-ruby/pg-0.11
36 - >=dev-ruby/packetfu-1.1.9
37 + =dev-ruby/packetfu-1.1.9
38 dev-ruby/robots
39 dev-ruby/kissfft
40 java? ( dev-ruby/rjb )
41
42
43
44 1.75 net-analyzer/metasploit/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.75&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.75&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?r1=1.74&r2=1.75
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v
53 retrieving revision 1.74
54 retrieving revision 1.75
55 diff -u -r1.74 -r1.75
56 --- ChangeLog 10 Jan 2014 05:11:51 -0000 1.74
57 +++ ChangeLog 22 Jan 2014 16:12:33 -0000 1.75
58 @@ -1,6 +1,9 @@
59 # ChangeLog for net-analyzer/metasploit
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.74 2014/01/10 05:11:51 zerochaos Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.75 2014/01/22 16:12:33 zerochaos Exp $
63 +
64 + 22 Jan 2014; Rick Farina <zerochaos@g.o> metasploit-9999.ebuild:
65 + fixing deps based on Gemfile
66
67 10 Jan 2014; Rick Farina <zerochaos@g.o> metasploit-9999.ebuild:
68 attempt at more rubying the ebuild