Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gabedit: gabedit-2.3.4.ebuild ChangeLog gabedit-2.3.2.ebuild gabedit-2.3.5.ebuild gabedit-2.3.3.ebuild
Date: Wed, 02 Mar 2011 10:10:15
Message-Id: 20110302101004.4F08420054@flycatcher.gentoo.org
1 jlec 11/03/02 10:10:04
2
3 Modified: gabedit-2.3.4.ebuild ChangeLog gabedit-2.3.2.ebuild
4 gabedit-2.3.5.ebuild gabedit-2.3.3.ebuild
5 Log:
6 Correct Slots for gtk 3 introduction to tree
7
8 (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sci-chemistry/gabedit/gabedit-2.3.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.4.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.4.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.4.ebuild?r1=1.1&r2=1.2
16
17 Index: gabedit-2.3.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.4.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gabedit-2.3.4.ebuild 3 Jan 2011 13:16:22 -0000 1.1
24 +++ gabedit-2.3.4.ebuild 2 Mar 2011 10:10:04 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.4.ebuild,v 1.1 2011/01/03 13:16:22 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.4.ebuild,v 1.2 2011/03/02 10:10:04 jlec Exp $
30
31 EAPI=2
32
33 @@ -19,7 +19,8 @@
34 KEYWORDS="~amd64 ~x86"
35 IUSE="openmp"
36
37 -RDEPEND=">=x11-libs/gtk+-2.4
38 +RDEPEND="
39 + x11-libs/gtk+:2
40 x11-libs/gtkglext
41 x11-libs/gl2ps
42 virtual/opengl
43
44
45
46 1.5 sci-chemistry/gabedit/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/ChangeLog?rev=1.5&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/ChangeLog?rev=1.5&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/ChangeLog?r1=1.4&r2=1.5
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/ChangeLog,v
55 retrieving revision 1.4
56 retrieving revision 1.5
57 diff -u -r1.4 -r1.5
58 --- ChangeLog 30 Jan 2011 16:28:26 -0000 1.4
59 +++ ChangeLog 2 Mar 2011 10:10:04 -0000 1.5
60 @@ -1,6 +1,10 @@
61 # ChangeLog for sci-chemistry/gabedit
62 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/ChangeLog,v 1.4 2011/01/30 16:28:26 jlec Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/ChangeLog,v 1.5 2011/03/02 10:10:04 jlec Exp $
65 +
66 + 02 Mar 2011; Justin Lecher <jlec@g.o> gabedit-2.3.2.ebuild,
67 + gabedit-2.3.3.ebuild, gabedit-2.3.4.ebuild, gabedit-2.3.5.ebuild:
68 + Correct Slots for gtk 3 introduction to tree
69
70 *gabedit-2.3.5 (30 Jan 2011)
71
72
73
74
75 1.2 sci-chemistry/gabedit/gabedit-2.3.2.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.2.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.2.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.2.ebuild?r1=1.1&r2=1.2
80
81 Index: gabedit-2.3.2.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.2.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- gabedit-2.3.2.ebuild 11 Nov 2010 11:38:02 -0000 1.1
88 +++ gabedit-2.3.2.ebuild 2 Mar 2011 10:10:04 -0000 1.2
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2010 Gentoo Foundation
91 +# Copyright 1999-2011 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.2.ebuild,v 1.1 2010/11/11 11:38:02 jlec Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.2.ebuild,v 1.2 2011/03/02 10:10:04 jlec Exp $
95
96 EAPI=2
97
98 @@ -19,7 +19,8 @@
99 KEYWORDS="~amd64 ~x86"
100 IUSE="openmp"
101
102 -RDEPEND=">=x11-libs/gtk+-2.4
103 +RDEPEND="
104 + x11-libs/gtk+:2
105 x11-libs/gtkglext
106 x11-libs/gl2ps
107 virtual/opengl
108
109
110
111 1.2 sci-chemistry/gabedit/gabedit-2.3.5.ebuild
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.5.ebuild?rev=1.2&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.5.ebuild?rev=1.2&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.5.ebuild?r1=1.1&r2=1.2
116
117 Index: gabedit-2.3.5.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.5.ebuild,v
120 retrieving revision 1.1
121 retrieving revision 1.2
122 diff -u -r1.1 -r1.2
123 --- gabedit-2.3.5.ebuild 30 Jan 2011 16:28:26 -0000 1.1
124 +++ gabedit-2.3.5.ebuild 2 Mar 2011 10:10:04 -0000 1.2
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2011 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.5.ebuild,v 1.1 2011/01/30 16:28:26 jlec Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.5.ebuild,v 1.2 2011/03/02 10:10:04 jlec Exp $
130
131 EAPI=2
132
133 @@ -19,7 +19,8 @@
134 KEYWORDS="~amd64 ~x86"
135 IUSE="openmp"
136
137 -RDEPEND=">=x11-libs/gtk+-2.4
138 +RDEPEND="
139 + x11-libs/gtk+:2
140 x11-libs/gtkglext
141 x11-libs/gl2ps
142 virtual/opengl
143
144
145
146 1.2 sci-chemistry/gabedit/gabedit-2.3.3.ebuild
147
148 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.3.ebuild?rev=1.2&view=markup
149 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.3.ebuild?rev=1.2&content-type=text/plain
150 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.3.ebuild?r1=1.1&r2=1.2
151
152 Index: gabedit-2.3.3.ebuild
153 ===================================================================
154 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.3.ebuild,v
155 retrieving revision 1.1
156 retrieving revision 1.2
157 diff -u -r1.1 -r1.2
158 --- gabedit-2.3.3.ebuild 5 Dec 2010 12:43:43 -0000 1.1
159 +++ gabedit-2.3.3.ebuild 2 Mar 2011 10:10:04 -0000 1.2
160 @@ -1,6 +1,6 @@
161 -# Copyright 1999-2010 Gentoo Foundation
162 +# Copyright 1999-2011 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.3.ebuild,v 1.1 2010/12/05 12:43:43 jlec Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.3.ebuild,v 1.2 2011/03/02 10:10:04 jlec Exp $
166
167 EAPI=2
168
169 @@ -19,7 +19,8 @@
170 KEYWORDS="~amd64 ~x86"
171 IUSE="openmp"
172
173 -RDEPEND=">=x11-libs/gtk+-2.4
174 +RDEPEND="
175 + x11-libs/gtk+:2
176 x11-libs/gtkglext
177 x11-libs/gl2ps
178 virtual/opengl