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: gerbv-2.3.0-r2.ebuild ChangeLog
Date: Thu, 11 Feb 2010 05:20:17
Message-Id: E1NfRTI-0004sW-Da@stork.gentoo.org
1 calchan 10/02/11 05:20:12
2
3 Modified: gerbv-2.3.0-r2.ebuild ChangeLog
4 Log:
5 Fixed bug #294911.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: gerbv-2.3.0-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gerbv-2.3.0-r2.ebuild 5 Nov 2009 23:53:12 -0000 1.1
22 +++ gerbv-2.3.0-r2.ebuild 11 Feb 2010 05:20:11 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild,v 1.1 2009/11/05 23:53:12 calchan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild,v 1.2 2010/02/11 05:20:11 calchan Exp $
29
30 EAPI="2"
31
32 @@ -14,6 +14,7 @@
33 SLOT="0"
34 LICENSE="GPL-2"
35 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 +RESTRICT="test"
37
38 RDEPEND=">=x11-libs/gtk+-2.4
39 >=x11-libs/cairo-1.2"
40
41
42
43 1.31 sci-electronics/gerbv/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/ChangeLog?rev=1.31&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/ChangeLog?rev=1.31&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gerbv/ChangeLog?r1=1.30&r2=1.31
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v
52 retrieving revision 1.30
53 retrieving revision 1.31
54 diff -u -r1.30 -r1.31
55 --- ChangeLog 5 Nov 2009 23:53:12 -0000 1.30
56 +++ ChangeLog 11 Feb 2010 05:20:11 -0000 1.31
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-electronics/gerbv
59 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.30 2009/11/05 23:53:12 calchan Exp $
61 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.31 2010/02/11 05:20:11 calchan Exp $
63 +
64 + 11 Feb 2010; <calchan@g.o> gerbv-2.3.0-r2.ebuild:
65 + Fixed bug #294911.
66
67 *gerbv-2.3.0-r2 (05 Nov 2009)