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/ostinato: ostinato-0.5.1.ebuild ChangeLog ostinato-0.5.ebuild
Date: Thu, 23 Jan 2014 14:06:20
Message-Id: 20140123140616.C89B92004C@flycatcher.gentoo.org
1 zerochaos 14/01/23 14:06:16
2
3 Modified: ostinato-0.5.1.ebuild ChangeLog
4 Removed: ostinato-0.5.ebuild
5 Log:
6 cleanup old, add sub-slot dep on protobuf
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
9
10 Revision Changes Path
11 1.7 net-analyzer/ostinato/ostinato-0.5.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild?r1=1.6&r2=1.7
16
17 Index: ostinato-0.5.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ostinato-0.5.1.ebuild 7 Aug 2013 13:34:51 -0000 1.6
24 +++ ostinato-0.5.1.ebuild 23 Jan 2014 14:06:16 -0000 1.7
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild,v 1.6 2013/08/07 13:34:51 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild,v 1.7 2014/01/23 14:06:16 zerochaos Exp $
31
32 EAPI=5
33 inherit qt4-r2
34 @@ -14,7 +14,7 @@
35 KEYWORDS="amd64 arm x86"
36 IUSE=""
37
38 -DEPEND="dev-libs/protobuf
39 +DEPEND="dev-libs/protobuf:=
40 net-libs/libpcap
41 dev-qt/qtcore:4
42 dev-qt/qtgui:4
43
44
45
46 1.22 net-analyzer/ostinato/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ChangeLog?rev=1.22&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ChangeLog?rev=1.22&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ChangeLog?r1=1.21&r2=1.22
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v
55 retrieving revision 1.21
56 retrieving revision 1.22
57 diff -u -r1.21 -r1.22
58 --- ChangeLog 7 Aug 2013 13:34:51 -0000 1.21
59 +++ ChangeLog 23 Jan 2014 14:06:16 -0000 1.22
60 @@ -1,6 +1,10 @@
61 # ChangeLog for net-analyzer/ostinato
62 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.21 2013/08/07 13:34:51 ago Exp $
64 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.22 2014/01/23 14:06:16 zerochaos Exp $
66 +
67 + 23 Jan 2014; Rick Farina <zerochaos@g.o> -ostinato-0.5.ebuild,
68 + ostinato-0.5.1.ebuild:
69 + cleanup old, add sub-slot dep on protobuf
70
71 07 Aug 2013; Agostino Sarubbo <ago@g.o> ostinato-0.5.1.ebuild:
72 Stable for x86, wrt bug #477170