Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gdl: gdl-3.0.2.ebuild ChangeLog gdl-3.0.0.ebuild gdl-3.0.1.ebuild
Date: Mon, 26 Sep 2011 11:35:44
Message-Id: 20110926113533.3FF9020036@flycatcher.gentoo.org
1 pacho 11/09/26 11:35:33
2
3 Modified: gdl-3.0.2.ebuild ChangeLog
4 Removed: gdl-3.0.0.ebuild gdl-3.0.1.ebuild
5 Log:
6 Handle introspection USE flag properly (bug #383635 by optiluca and fix by Alexandre Rostovtsev), remove old.
7
8 (Portage version: 2.1.10.19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-libs/gdl/gdl-3.0.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/gdl-3.0.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/gdl-3.0.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/gdl-3.0.2.ebuild?r1=1.1&r2=1.2
16
17 Index: gdl-3.0.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.0.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gdl-3.0.2.ebuild 24 Jul 2011 14:05:31 -0000 1.1
24 +++ gdl-3.0.2.ebuild 26 Sep 2011 11:35:33 -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/dev-libs/gdl/gdl-3.0.2.ebuild,v 1.1 2011/07/24 14:05:31 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.0.2.ebuild,v 1.2 2011/09/26 11:35:33 pacho Exp $
30
31 EAPI="4"
32 GCONF_DEBUG="no"
33 @@ -27,4 +27,7 @@
34 >=dev-util/intltool-0.40.1
35 doc? ( >=dev-util/gtk-doc-1.4 )"
36
37 -DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
38 +pkg_setup() {
39 + DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
40 + G2CONF="${G2CONF} $(use_enable introspection)"
41 +}
42
43
44
45 1.65 dev-libs/gdl/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.65&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.65&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?r1=1.64&r2=1.65
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v
54 retrieving revision 1.64
55 retrieving revision 1.65
56 diff -u -r1.64 -r1.65
57 --- ChangeLog 24 Jul 2011 14:05:31 -0000 1.64
58 +++ ChangeLog 26 Sep 2011 11:35:33 -0000 1.65
59 @@ -1,6 +1,11 @@
60 # ChangeLog for dev-libs/gdl
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.64 2011/07/24 14:05:31 eva Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.65 2011/09/26 11:35:33 pacho Exp $
64 +
65 + 26 Sep 2011; Pacho Ramos <pacho@g.o> -gdl-3.0.0.ebuild,
66 + -gdl-3.0.1.ebuild, gdl-3.0.2.ebuild:
67 + Handle introspection USE flag properly (bug #383635 by optiluca and fix by
68 + Alexandre Rostovtsev), remove old.
69
70 *gdl-3.0.2 (24 Jul 2011)