Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.26.1.ebuild
Date: Thu, 30 Apr 2009 15:51:33
Message-Id: E1LzYXh-0008SE-TZ@stork.gentoo.org
1 dang 09/04/30 15:51:21
2
3 Modified: ChangeLog totem-pl-parser-2.26.1.ebuild
4 Log:
5 Disable doc until new gtk-doc is in the tree; bug #267940
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.27 dev-libs/totem-pl-parser/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 29 Apr 2009 19:49:56 -0000 1.26
22 +++ ChangeLog 30 Apr 2009 15:51:21 -0000 1.27
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-libs/totem-pl-parser
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.26 2009/04/29 19:49:56 dang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.27 2009/04/30 15:51:21 dang Exp $
28 +
29 + 30 Apr 2009; Daniel Gryniewicz <dang@g.o>
30 + totem-pl-parser-2.26.1.ebuild:
31 + Disable doc until new gtk-doc is in the tree; bug #267940
32
33 *totem-pl-parser-2.26.1 (29 Apr 2009)
34
35
36
37
38 1.2 dev-libs/totem-pl-parser/totem-pl-parser-2.26.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.26.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.26.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.26.1.ebuild?r1=1.1&r2=1.2
43
44 Index: totem-pl-parser-2.26.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.26.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- totem-pl-parser-2.26.1.ebuild 29 Apr 2009 19:49:56 -0000 1.1
51 +++ totem-pl-parser-2.26.1.ebuild 30 Apr 2009 15:51:21 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.26.1.ebuild,v 1.1 2009/04/29 19:49:56 dang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.26.1.ebuild,v 1.2 2009/04/30 15:51:21 dang Exp $
57
58 GCONF_DEBUG="no"
59
60 @@ -12,15 +12,16 @@
61 LICENSE="LGPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 -IUSE="doc hal"
65 +IUSE="hal"
66
67 RDEPEND=">=dev-libs/glib-2.17.3
68 >=x11-libs/gtk+-2.12
69 >=gnome-extra/evolution-data-server-1.12"
70 DEPEND="${RDEPEND}
71 !<media-video/totem-2.21
72 - >=dev-util/intltool-0.35
73 - doc? ( dev-util/gtk-doc )"
74 + >=dev-util/intltool-0.35"
75 +# re-enable doc when gtk-doc-1.11 gets in the tree
76 +# doc? ( >=dev-util/gtk-doc-1.11 )"
77
78 # FIXME: tests broken with USE="-doc" upstream bug #577774
79 RESTRICT="test"