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-misc/gns3: gns3-0.8.3.1.ebuild gns3-0.7.4.ebuild gns3-0.8.2.ebuild ChangeLog
Date: Sat, 02 Mar 2013 23:00:27
Message-Id: 20130302230022.B61BA2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 23:00:22
2
3 Modified: gns3-0.8.3.1.ebuild gns3-0.7.4.ebuild
4 gns3-0.8.2.ebuild ChangeLog
5 Log:
6 Move Qt dependencies to the new category
7
8 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
9
10 Revision Changes Path
11 1.2 net-misc/gns3/gns3-0.8.3.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/gns3-0.8.3.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/gns3-0.8.3.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/gns3-0.8.3.1.ebuild?r1=1.1&r2=1.2
16
17 Index: gns3-0.8.3.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/gns3/gns3-0.8.3.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gns3-0.8.3.1.ebuild 26 Jan 2013 18:04:42 -0000 1.1
24 +++ gns3-0.8.3.1.ebuild 2 Mar 2013 23:00:22 -0000 1.2
25 @@ -1,6 +1,6 @@
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-misc/gns3/gns3-0.8.3.1.ebuild,v 1.1 2013/01/26 18:04:42 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/gns3-0.8.3.1.ebuild,v 1.2 2013/03/02 23:00:22 hwoarang Exp $
30
31 EAPI="5"
32
33 @@ -20,8 +20,8 @@
34 IUSE=""
35 PYTHON_MODNAME="GNS3"
36
37 -DEPEND="x11-libs/qt-gui:4
38 - x11-libs/qt-svg:4
39 +DEPEND="dev-qt/qtgui:4
40 + dev-qt/qtsvg:4
41 >=dev-python/PyQt4-4.6.1"
42 RDEPEND="${DEPEND}
43 >=app-emulation/dynamips-0.2.8_rc2"
44
45
46
47 1.2 net-misc/gns3/gns3-0.7.4.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/gns3-0.7.4.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/gns3-0.7.4.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/gns3-0.7.4.ebuild?r1=1.1&r2=1.2
52
53 Index: gns3-0.7.4.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-misc/gns3/gns3-0.7.4.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- gns3-0.7.4.ebuild 13 Jun 2011 09:23:49 -0000 1.1
60 +++ gns3-0.7.4.ebuild 2 Mar 2013 23:00:22 -0000 1.2
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2011 Gentoo Foundation
63 +# Copyright 1999-2013 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/gns3-0.7.4.ebuild,v 1.1 2011/06/13 09:23:49 hwoarang Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/gns3-0.7.4.ebuild,v 1.2 2013/03/02 23:00:22 hwoarang Exp $
67
68 EAPI="3"
69
70 @@ -19,8 +19,8 @@
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 -DEPEND="x11-libs/qt-gui:4
75 - x11-libs/qt-svg:4
76 +DEPEND="dev-qt/qtgui:4
77 + dev-qt/qtsvg:4
78 >=dev-python/PyQt4-4.6.1"
79 RDEPEND="${DEPEND}
80 >=app-emulation/dynamips-0.2.8_rc2"
81
82
83
84 1.2 net-misc/gns3/gns3-0.8.2.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/gns3-0.8.2.ebuild?rev=1.2&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/gns3-0.8.2.ebuild?rev=1.2&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/gns3-0.8.2.ebuild?r1=1.1&r2=1.2
89
90 Index: gns3-0.8.2.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/net-misc/gns3/gns3-0.8.2.ebuild,v
93 retrieving revision 1.1
94 retrieving revision 1.2
95 diff -u -r1.1 -r1.2
96 --- gns3-0.8.2.ebuild 10 May 2012 21:35:07 -0000 1.1
97 +++ gns3-0.8.2.ebuild 2 Mar 2013 23:00:22 -0000 1.2
98 @@ -1,6 +1,6 @@
99 -# Copyright 1999-2012 Gentoo Foundation
100 +# Copyright 1999-2013 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/gns3-0.8.2.ebuild,v 1.1 2012/05/10 21:35:07 hwoarang Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/gns3-0.8.2.ebuild,v 1.2 2013/03/02 23:00:22 hwoarang Exp $
104
105 EAPI="3"
106
107 @@ -20,8 +20,8 @@
108 IUSE=""
109 PYTHON_MODNAME="GNS3"
110
111 -DEPEND="x11-libs/qt-gui:4
112 - x11-libs/qt-svg:4
113 +DEPEND="dev-qt/qtgui:4
114 + dev-qt/qtsvg:4
115 >=dev-python/PyQt4-4.6.1"
116 RDEPEND="${DEPEND}
117 >=app-emulation/dynamips-0.2.8_rc2"
118
119
120
121 1.4 net-misc/gns3/ChangeLog
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/ChangeLog?rev=1.4&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/ChangeLog?rev=1.4&content-type=text/plain
125 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gns3/ChangeLog?r1=1.3&r2=1.4
126
127 Index: ChangeLog
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/net-misc/gns3/ChangeLog,v
130 retrieving revision 1.3
131 retrieving revision 1.4
132 diff -u -r1.3 -r1.4
133 --- ChangeLog 26 Jan 2013 18:04:42 -0000 1.3
134 +++ ChangeLog 2 Mar 2013 23:00:22 -0000 1.4
135 @@ -1,6 +1,10 @@
136 # ChangeLog for net-misc/gns3
137 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
138 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/ChangeLog,v 1.3 2013/01/26 18:04:42 hwoarang Exp $
139 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3/ChangeLog,v 1.4 2013/03/02 23:00:22 hwoarang Exp $
140 +
141 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> gns3-0.7.4.ebuild,
142 + gns3-0.8.2.ebuild, gns3-0.8.3.1.ebuild:
143 + Move Qt dependencies to the new category
144
145 *gns3-0.8.3.1 (26 Jan 2013)