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: Mon, 24 Mar 2014 22:05:51
Message-Id: 20140324220546.26C0D20054@flycatcher.gentoo.org
1 zerochaos 14/03/24 22:05:46
2
3 Modified: metasploit-9999.ebuild ChangeLog
4 Log:
5 update mdm dep
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.14 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.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild?r1=1.13&r2=1.14
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.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- metasploit-9999.ebuild 19 Mar 2014 21:04:57 -0000 1.13
23 +++ metasploit-9999.ebuild 24 Mar 2014 22:05:46 -0000 1.14
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.13 2014/03/19 21:04:57 zerochaos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-9999.ebuild,v 1.14 2014/03/24 22:05:46 zerochaos Exp $
29
30 EAPI="5"
31
32 @@ -35,7 +35,7 @@
33 dev-ruby/activesupport:3.2
34 dev-ruby/activerecord:3.2
35 dev-ruby/json
36 - >=dev-ruby/metasploit_data_models-0.16.9
37 + >=dev-ruby/metasploit_data_models-0.17.0
38 dev-ruby/msgpack
39 dev-ruby/nokogiri
40 dev-ruby/builder:3
41
42
43
44 1.81 net-analyzer/metasploit/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.81&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.81&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/metasploit/ChangeLog?r1=1.80&r2=1.81
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v
53 retrieving revision 1.80
54 retrieving revision 1.81
55 diff -u -r1.80 -r1.81
56 --- ChangeLog 19 Mar 2014 21:04:57 -0000 1.80
57 +++ ChangeLog 24 Mar 2014 22:05:46 -0000 1.81
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.80 2014/03/19 21:04:57 zerochaos Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.81 2014/03/24 22:05:46 zerochaos Exp $
63 +
64 + 24 Mar 2014; Rick Farina <zerochaos@g.o> metasploit-9999.ebuild:
65 + update mdm dep
66
67 19 Mar 2014; Rick Farina <zerochaos@g.o> metasploit-9999.ebuild:
68 remove bundled rb-readline due to multiple bugs, use upstream version instead