Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gnome-doc-utils: ChangeLog gnome-doc-utils-0.16.1.ebuild
Date: Sat, 02 May 2009 21:10:37
Message-Id: E1M0MTj-0003i9-Lk@stork.gentoo.org
1 eva 09/05/02 21:10:35
2
3 Modified: ChangeLog gnome-doc-utils-0.16.1.ebuild
4 Log:
5 reverting unnecessary python dependency raising.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.139 app-text/gnome-doc-utils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.139&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?rev=1.139&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/ChangeLog?r1=1.138&r2=1.139
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v
18 retrieving revision 1.138
19 retrieving revision 1.139
20 diff -u -r1.138 -r1.139
21 --- ChangeLog 2 May 2009 21:04:17 -0000 1.138
22 +++ ChangeLog 2 May 2009 21:10:35 -0000 1.139
23 @@ -1,6 +1,13 @@
24 # ChangeLog for app-text/gnome-doc-utils
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.138 2009/05/02 21:04:17 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.139 2009/05/02 21:10:35 eva Exp $
28 +
29 + 02 May 2009; Gilles Dartiguelongue <eva@g.o>
30 + gnome-doc-utils-0.16.1.ebuild:
31 + reverting unnecessary python dependency raising.
32 +
33 + 02 May 2009; Gilles Dartiguelongue <eva@g.o> ChangeLog:
34 + test
35
36 02 May 2009; Gilles Dartiguelongue <eva@g.o>
37 gnome-doc-utils-0.12.2-r1.ebuild, gnome-doc-utils-0.16.1.ebuild:
38
39
40
41 1.3 app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild?r1=1.2&r2=1.3
46
47 Index: gnome-doc-utils-0.16.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- gnome-doc-utils-0.16.1.ebuild 2 May 2009 21:04:17 -0000 1.2
54 +++ gnome-doc-utils-0.16.1.ebuild 2 May 2009 21:10:35 -0000 1.3
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild,v 1.2 2009/05/02 21:04:17 eva Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.16.1.ebuild,v 1.3 2009/05/02 21:10:35 eva Exp $
60
61 EAPI="2"
62
63 @@ -16,7 +16,7 @@
64
65 RDEPEND=">=dev-libs/libxml2-2.6.12[python]
66 >=dev-libs/libxslt-1.1.8
67 - >=dev-lang/python-2.5"
68 + >=dev-lang/python-2"
69 DEPEND="${RDEPEND}
70 sys-devel/gettext
71 >=dev-util/intltool-0.35