Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: ChangeLog libindicate-0.2.3.ebuild
Date: Fri, 30 Oct 2009 00:03:03
Message-Id: E1N3exI-0004pm-Mv@stork.gentoo.org
1 scarabeus 09/10/30 00:03:00
2
3 Modified: ChangeLog libindicate-0.2.3.ebuild
4 Log:
5 Update the gtk patch to exclude docs too.
6 (Portage version: 2.2_rc46/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 dev-libs/libindicate/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 29 Oct 2009 16:27:13 -0000 1.2
22 +++ ChangeLog 30 Oct 2009 00:02:59 -0000 1.3
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-libs/libindicate
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.2 2009/10/29 16:27:13 mrpouet Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.3 2009/10/30 00:02:59 scarabeus Exp $
28 +
29 + 30 Oct 2009; Tomáš Chvátal <scarabeus@g.o>
30 + libindicate-0.2.3.ebuild,
31 + files/libindicate-0.2.3-optional-gtk-support.patch:
32 + Update the gtk patch to exclude docs too.
33
34 29 Oct 2009; Romain Perier <mrpouet@g.o>
35 libindicate-0.2.3.ebuild,
36
37
38
39 1.3 dev-libs/libindicate/libindicate-0.2.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild?r1=1.2&r2=1.3
44
45 Index: libindicate-0.2.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- libindicate-0.2.3.ebuild 29 Oct 2009 16:27:13 -0000 1.2
52 +++ libindicate-0.2.3.ebuild 30 Oct 2009 00:02:59 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild,v 1.2 2009/10/29 16:27:13 mrpouet Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild,v 1.3 2009/10/30 00:02:59 scarabeus Exp $
58
59 EAPI=2
60
61 @@ -12,8 +12,8 @@
62
63 LICENSE="LGPL-3"
64 SLOT="0"
65 -KEYWORDS="~amd64"
66 -IUSE="gtk"
67 +KEYWORDS="~amd64 ~x86"
68 +IUSE="gtk doc"
69 # They put their mother in the tarball ? ^^
70 RESTRICT="test"
71
72 @@ -22,8 +22,8 @@
73 dev-libs/libxml2:2
74 gtk? ( x11-libs/gtk+:2 )"
75 DEPEND="${RDEPEND}
76 - dev-util/pkgconfig
77 - dev-util/gtk-doc"
78 + doc? ( dev-util/gtk-doc )
79 + dev-util/pkgconfig"
80 src_prepare() {
81 # Make libindicator-gtk library optional
82 epatch "${FILESDIR}/${P}-optional-gtk-support.patch"
83 @@ -36,7 +36,8 @@
84 # and not for libindicate-gtk, disable it until its fixed on upstream
85 econf --disable-dependency-tracking \
86 --disable-gobject-introspection \
87 - $(use_enable gtk)
88 + $(use_enable gtk) \
89 + $(use_enable doc)
90 }
91 src_test() {
92 emake check || die "testsuite failed"