Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-keyring: ChangeLog gnome-keyring-2.20.0-r1.ebuild
Date: Sat, 06 Oct 2007 07:48:43
Message-Id: E1Ie4Fs-0004bH-RH@stork.gentoo.org
1 remi 07/10/06 07:39:20
2
3 Modified: ChangeLog gnome-keyring-2.20.0-r1.ebuild
4 Log:
5 patch to remove the gtk-doc dep when running eautoreconf
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.100 gnome-base/gnome-keyring/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.100&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.100&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?r1=1.99&r2=1.100
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v
18 retrieving revision 1.99
19 retrieving revision 1.100
20 diff -u -r1.99 -r1.100
21 --- ChangeLog 3 Oct 2007 09:11:21 -0000 1.99
22 +++ ChangeLog 6 Oct 2007 07:39:20 -0000 1.100
23 @@ -1,6 +1,11 @@
24 # ChangeLog for gnome-base/gnome-keyring
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.99 2007/10/03 09:11:21 remi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.100 2007/10/06 07:39:20 remi Exp $
28 +
29 + 06 Oct 2007; RĂ©mi Cardona <remi@g.o>
30 + +files/gnome-keyring-2.20.0-fix_gtk_doc.patch,
31 + files/gnome-keyring-2.20.0-fix_pam.patch, gnome-keyring-2.20.0-r1.ebuild:
32 + patch to remove the gtk-doc dep when running eautoreconf
33
34 *gnome-keyring-2.20.0-r1 (03 Oct 2007)
35
36
37
38
39 1.2 gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: gnome-keyring-2.20.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gnome-keyring-2.20.0-r1.ebuild 3 Oct 2007 09:11:21 -0000 1.1
52 +++ gnome-keyring-2.20.0-r1.ebuild 6 Oct 2007 07:39:20 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild,v 1.1 2007/10/03 09:11:21 remi Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.20.0-r1.ebuild,v 1.2 2007/10/06 07:39:20 remi Exp $
58
59 inherit gnome2 eutils autotools pam
60
61 @@ -10,7 +10,7 @@
62 LICENSE="GPL-2 LGPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
65 -IUSE="hal pam test"
66 +IUSE="doc hal pam test"
67
68 RDEPEND=">=dev-libs/glib-2.6
69 >=x11-libs/gtk+-2.6
70 @@ -21,7 +21,8 @@
71 DEPEND="${RDEPEND}
72 sys-devel/gettext
73 >=dev-util/intltool-0.35
74 - >=dev-util/pkgconfig-0.9"
75 + >=dev-util/pkgconfig-0.9
76 + doc? ( dev-util/gtk-doc )"
77
78 DOCS="AUTHORS ChangeLog NEWS README TODO"
79
80 @@ -32,6 +33,7 @@
81 echo "gkr-ask-tool.c" >> ${S}/po/POTFILES.in
82
83 epatch "${FILESDIR}/${P}-fix_pam.patch"
84 + use doc || epatch "${FILESDIR}/${P}-fix_gtk_doc.patch"
85 eautoreconf
86 }
87
88
89
90
91 --
92 gentoo-commits@g.o mailing list