Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/ostinato: ostinato-0.5.1.ebuild ostinato-0.5.ebuild ChangeLog
Date: Sat, 02 Mar 2013 22:46:40
Message-Id: 20130302224636.B25012171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 22:46:36
2
3 Modified: ostinato-0.5.1.ebuild ostinato-0.5.ebuild ChangeLog
4 Log:
5 Move Qt dependencies to the new category
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
8
9 Revision Changes Path
10 1.2 net-analyzer/ostinato/ostinato-0.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild?r1=1.1&r2=1.2
15
16 Index: ostinato-0.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ostinato-0.5.1.ebuild 14 Oct 2012 19:18:32 -0000 1.1
23 +++ ostinato-0.5.1.ebuild 2 Mar 2013 22:46:36 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild,v 1.1 2012/10/14 19:18:32 c1pher Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.1.ebuild,v 1.2 2013/03/02 22:46:36 hwoarang Exp $
30
31 EAPI=4
32 inherit qt4-r2
33 @@ -16,9 +16,9 @@
34
35 DEPEND="dev-libs/protobuf
36 net-libs/libpcap
37 - x11-libs/qt-core:4
38 - x11-libs/qt-gui:4
39 - x11-libs/qt-script:4"
40 + dev-qt/qtcore:4
41 + dev-qt/qtgui:4
42 + dev-qt/qtscript:4"
43 RDEPEND="${DEPEND}"
44
45 src_configure(){
46
47
48
49 1.4 net-analyzer/ostinato/ostinato-0.5.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.ebuild?rev=1.4&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.ebuild?rev=1.4&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.ebuild?r1=1.3&r2=1.4
54
55 Index: ostinato-0.5.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.ebuild,v
58 retrieving revision 1.3
59 retrieving revision 1.4
60 diff -u -r1.3 -r1.4
61 --- ostinato-0.5.ebuild 5 Apr 2012 05:02:24 -0000 1.3
62 +++ ostinato-0.5.ebuild 2 Mar 2013 22:46:36 -0000 1.4
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/ostinato/ostinato-0.5.ebuild,v 1.3 2012/04/05 05:02:24 jdhore Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ostinato-0.5.ebuild,v 1.4 2013/03/02 22:46:36 hwoarang Exp $
69
70 EAPI=2
71 inherit qt4-r2
72 @@ -16,9 +16,9 @@
73
74 DEPEND="dev-libs/protobuf
75 net-libs/libpcap
76 - x11-libs/qt-core:4
77 - x11-libs/qt-gui:4
78 - x11-libs/qt-script:4"
79 + dev-qt/qtcore:4
80 + dev-qt/qtgui:4
81 + dev-qt/qtscript:4"
82 RDEPEND="${DEPEND}"
83
84 src_configure(){
85
86
87
88 1.15 net-analyzer/ostinato/ChangeLog
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ChangeLog?rev=1.15&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ChangeLog?rev=1.15&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ostinato/ChangeLog?r1=1.14&r2=1.15
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v
97 retrieving revision 1.14
98 retrieving revision 1.15
99 diff -u -r1.14 -r1.15
100 --- ChangeLog 14 Oct 2012 19:18:32 -0000 1.14
101 +++ ChangeLog 2 Mar 2013 22:46:36 -0000 1.15
102 @@ -1,6 +1,10 @@
103 # ChangeLog for net-analyzer/ostinato
104 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.14 2012/10/14 19:18:32 c1pher Exp $
106 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
107 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.15 2013/03/02 22:46:36 hwoarang Exp $
108 +
109 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> ostinato-0.5.1.ebuild,
110 + ostinato-0.5.ebuild:
111 + Move Qt dependencies to the new category
112
113 *ostinato-0.5.1 (14 Oct 2012)
114
115 @@ -63,4 +67,3 @@
116 23 Oct 2010; Dane Smith <c1pher@g.o> +ostinato-0.2.ebuild,
117 +metadata.xml:
118 New ebuild for Ostinato. Moved from Sunrise overlay wrt bug 317201.
119 -