Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/gerbv: ChangeLog gerbv-1.0.2.ebuild gerbv-1.0.3.ebuild gerbv-1.0.1-r1.ebuild
Date: Thu, 10 Jan 2008 10:45:12
Message-Id: E1JCuuK-0000Aa-Rt@stork.gentoo.org
1 calchan 08/01/10 10:45:08
2
3 Modified: ChangeLog gerbv-1.0.2.ebuild gerbv-1.0.3.ebuild
4 gerbv-1.0.1-r1.ebuild
5 Log:
6 Fixed bug #204792.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.23 sci-electronics/gerbv/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 3 Dec 2007 10:03:28 -0000 1.22
23 +++ ChangeLog 10 Jan 2008 10:45:08 -0000 1.23
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-electronics/gerbv
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.22 2007/12/03 10:03:28 calchan Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.23 2008/01/10 10:45:08 calchan Exp $
30 +
31 + 10 Jan 2008; Denis Dupeyron <calchan@g.o> gerbv-1.0.1-r1.ebuild,
32 + gerbv-1.0.2.ebuild, gerbv-1.0.3.ebuild:
33 + Fixed bug #204792.
34
35 *gerbv-1.0.3 (03 Dec 2007)
36
37
38
39
40 1.4 sci-electronics/gerbv/gerbv-1.0.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.2.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.2.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.2.ebuild?r1=1.3&r2=1.4
45
46 Index: gerbv-1.0.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.2.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- gerbv-1.0.2.ebuild 29 Oct 2006 21:11:56 -0000 1.3
53 +++ gerbv-1.0.2.ebuild 10 Jan 2008 10:45:08 -0000 1.4
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2006 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.2.ebuild,v 1.3 2006/10/29 21:11:56 plasmaroo Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.2.ebuild,v 1.4 2008/01/10 10:45:08 calchan Exp $
60
61 inherit eutils
62
63 @@ -13,14 +13,16 @@
64 LICENSE="GPL-2"
65 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
66
67 -DEPEND="=x11-libs/gtk+-2*
68 +RDEPEND="=x11-libs/gtk+-2*
69 png? ( media-libs/libpng )"
70 +DEPEND="${RDEPEND}
71 + >=dev-util/pkgconfig-0.9"
72
73 src_compile() {
74 local confOptions
75
76 confOptions='--enable-gtk2'
77 - use xinerama && epatch ${FILESDIR}/${PN}-1.0.0-Xinerama.patch
78 + use xinerama && epatch "${FILESDIR}/${PN}-1.0.0-Xinerama.patch"
79 use png || confOptions="$confOptions --disable-exportpng"
80
81 econf $confOptions || die
82 @@ -28,8 +30,8 @@
83 }
84
85 src_install () {
86 - make DESTDIR=${D} install || die
87 - dodoc AUTHORS COPYING ChangeLog NEWS README TODO
88 + make DESTDIR="${D}" install || die
89 + dodoc AUTHORS ChangeLog NEWS README TODO
90 if use doc; then
91 cd doc
92 dodoc sources.txt
93
94
95
96 1.2 sci-electronics/gerbv/gerbv-1.0.3.ebuild
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.3.ebuild?rev=1.2&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.3.ebuild?rev=1.2&content-type=text/plain
100 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.3.ebuild?r1=1.1&r2=1.2
101
102 Index: gerbv-1.0.3.ebuild
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.3.ebuild,v
105 retrieving revision 1.1
106 retrieving revision 1.2
107 diff -u -r1.1 -r1.2
108 --- gerbv-1.0.3.ebuild 3 Dec 2007 10:03:28 -0000 1.1
109 +++ gerbv-1.0.3.ebuild 10 Jan 2008 10:45:08 -0000 1.2
110 @@ -1,6 +1,6 @@
111 -# Copyright 1999-2007 Gentoo Foundation
112 +# Copyright 1999-2008 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.3.ebuild,v 1.1 2007/12/03 10:03:28 calchan Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.3.ebuild,v 1.2 2008/01/10 10:45:08 calchan Exp $
116
117 DESCRIPTION="A free Gerber viewer"
118 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
119 @@ -11,8 +11,10 @@
120 LICENSE="GPL-2"
121 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
122
123 -DEPEND="=x11-libs/gtk+-2*
124 +RDEPEND="=x11-libs/gtk+-2*
125 png? ( media-libs/libpng )"
126 +DEPEND="${RDEPEND}
127 + >=dev-util/pkgconfig-0.9"
128
129 src_compile() {
130 econf \
131
132
133
134 1.11 sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild
135
136 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild?rev=1.11&view=markup
137 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild?rev=1.11&content-type=text/plain
138 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild?r1=1.10&r2=1.11
139
140 Index: gerbv-1.0.1-r1.ebuild
141 ===================================================================
142 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild,v
143 retrieving revision 1.10
144 retrieving revision 1.11
145 diff -u -r1.10 -r1.11
146 --- gerbv-1.0.1-r1.ebuild 29 Oct 2006 21:11:56 -0000 1.10
147 +++ gerbv-1.0.1-r1.ebuild 10 Jan 2008 10:45:08 -0000 1.11
148 @@ -1,6 +1,6 @@
149 -# Copyright 1999-2006 Gentoo Foundation
150 +# Copyright 1999-2008 Gentoo Foundation
151 # Distributed under the terms of the GNU General Public License v2
152 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild,v 1.10 2006/10/29 21:11:56 plasmaroo Exp $
153 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild,v 1.11 2008/01/10 10:45:08 calchan Exp $
154
155 inherit eutils
156
157 @@ -13,24 +13,26 @@
158 LICENSE="GPL-2"
159 KEYWORDS="amd64 ppc sparc x86"
160
161 -DEPEND="=x11-libs/gtk+-2*
162 +RDEPEND="=x11-libs/gtk+-2*
163 png? ( media-libs/libpng )"
164 +DEPEND="${RDEPEND}
165 + >=dev-util/pkgconfig-0.9"
166
167 src_compile() {
168 local confOptions
169
170 confOptions='--enable-gtk2'
171 - use xinerama && epatch ${FILESDIR}/${PN}-1.0.0-Xinerama.patch
172 + use xinerama && epatch "${FILESDIR}/${PN}-1.0.0-Xinerama.patch"
173 use png || confOptions="$confOptions --disable-exportpng"
174 - epatch ${FILESDIR}/${PN}-1.0.0-gcc-4.10.patch
175 + epatch "${FILESDIR}/${PN}-1.0.0-gcc-4.10.patch"
176
177 econf $confOptions || die
178 emake || die
179 }
180
181 src_install () {
182 - make DESTDIR=${D} install || die
183 - dodoc AUTHORS COPYING ChangeLog NEWS README TODO
184 + make DESTDIR="${D}" install || die
185 + dodoc AUTHORS ChangeLog NEWS README TODO
186 if use doc; then
187 cd doc
188 dodoc sources.txt
189
190
191
192 --
193 gentoo-commits@l.g.o mailing list