Gentoo Archives: gentoo-commits

From: "Angelo Arrifano (miknix)" <miknix@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gpe-base/libcontactsdb: libcontactsdb-0.5.ebuild ChangeLog
Date: Wed, 26 Aug 2009 20:32:11
Message-Id: E1MgLLP-00070i-5l@stork.gentoo.org
1 miknix 09/08/26 16:27:31
2
3 Modified: libcontactsdb-0.5.ebuild ChangeLog
4 Log:
5 Add DEPEND on dev-util/gtk-doc-am due to use of GTK_DOC_CHECK M4 macro.
6 Remove redundant IUSE expansion.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild?r1=1.2&r2=1.3
15
16 Index: libcontactsdb-0.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libcontactsdb-0.5.ebuild 15 Jul 2009 00:05:54 -0000 1.2
23 +++ libcontactsdb-0.5.ebuild 26 Aug 2009 16:27:30 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild,v 1.2 2009/07/15 00:05:54 miknix Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/libcontactsdb-0.5.ebuild,v 1.3 2009/08/26 16:27:30 miknix Exp $
29
30 GPE_TARBALL_SUFFIX="bz2"
31
32 @@ -11,7 +11,7 @@
33 LICENSE="LGPL-2"
34 SLOT="0"
35 KEYWORDS="~arm ~amd64 ~x86"
36 -IUSE="${IUSE} doc"
37 +IUSE="doc"
38 GPE_DOCS="ChangeLog"
39 GPECONF="${GPECONF} $(use_enable doc gtk-doc)"
40
41 @@ -21,4 +21,5 @@
42
43 DEPEND="${DEPEND}
44 ${RDEPEND}
45 - doc? ( >=dev-util/gtk-doc-1.2 )"
46 + doc? ( >=dev-util/gtk-doc-1.2 )
47 + dev-util/gtk-doc-am"
48
49
50
51 1.3 gpe-base/libcontactsdb/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/ChangeLog?rev=1.3&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/ChangeLog?rev=1.3&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gpe-base/libcontactsdb/ChangeLog?r1=1.2&r2=1.3
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/ChangeLog,v
60 retrieving revision 1.2
61 retrieving revision 1.3
62 diff -u -r1.2 -r1.3
63 --- ChangeLog 15 Jul 2009 00:05:54 -0000 1.2
64 +++ ChangeLog 26 Aug 2009 16:27:30 -0000 1.3
65 @@ -1,6 +1,10 @@
66 # ChangeLog for gpe-base/libcontactsdb
67 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/ChangeLog,v 1.2 2009/07/15 00:05:54 miknix Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/gpe-base/libcontactsdb/ChangeLog,v 1.3 2009/08/26 16:27:30 miknix Exp $
70 +
71 + 26 Aug 2009; Angelo Arrifano <miknix@g.o> libcontactsdb-0.5.ebuild:
72 + Add DEPEND on dev-util/gtk-doc-am due to use of GTK_DOC_CHECK M4 macro.
73 + Remove redundant IUSE expansion.
74
75 15 Jul 2009; Angelo Arrifano <miknix@g.o> libcontactsdb-0.5.ebuild:
76 Add doc use flag.