Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-1.32.0.ebuild
Date: Thu, 27 Jan 2011 11:01:06
Message-Id: 20110127110056.5B1F420054@flycatcher.gentoo.org
1 pacho 11/01/27 11:00:56
2
3 Modified: ChangeLog atk-1.32.0.ebuild
4 Log:
5 Put sys-devel/gettext dependency behind 'nls' USE flag as it's only needed for translations as confirmed by me. Thanks a lot to Leio for noticing in bug #222083.
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.209 dev-libs/atk/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.209&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.209&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.208&r2=1.209
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
19 retrieving revision 1.208
20 retrieving revision 1.209
21 diff -u -r1.208 -r1.209
22 --- ChangeLog 17 Oct 2010 14:51:43 -0000 1.208
23 +++ ChangeLog 27 Jan 2011 11:00:56 -0000 1.209
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-libs/atk
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.208 2010/10/17 14:51:43 armin76 Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.209 2011/01/27 11:00:56 pacho Exp $
30 +
31 + 27 Jan 2011; Pacho Ramos <pacho@g.o> atk-1.32.0.ebuild:
32 + Put sys-devel/gettext dependency behind 'nls' USE flag as it's only needed
33 + for translations as confirmed by me. Thanks a lot to Leio for noticing in bug
34 + #222083.
35
36 17 Oct 2010; Raúl Porcel <armin76@g.o> atk-1.30.0.ebuild:
37 alpha/ia64/s390/sh/sparc stable wrt #324077
38
39
40
41 1.2 dev-libs/atk/atk-1.32.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?r1=1.1&r2=1.2
46
47 Index: atk-1.32.0.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- atk-1.32.0.ebuild 9 Oct 2010 20:37:55 -0000 1.1
54 +++ atk-1.32.0.ebuild 27 Jan 2011 11:00:56 -0000 1.2
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2010 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.1 2010/10/09 20:37:55 pacho Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.2 2011/01/27 11:00:56 pacho Exp $
61
62 EAPI="3"
63 GCONF_DEBUG="no"
64 @@ -13,15 +13,15 @@
65 LICENSE="LGPL-2"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
68 -IUSE="doc +introspection"
69 +IUSE="doc +introspection nls"
70
71 RDEPEND="dev-libs/glib:2
72 introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
73 DEPEND="${RDEPEND}
74 >=dev-lang/perl-5
75 - sys-devel/gettext
76 dev-util/pkgconfig
77 - doc? ( >=dev-util/gtk-doc-1 )"
78 + doc? ( >=dev-util/gtk-doc-1 )
79 + nls? ( sys-devel/gettext )"
80
81 pkg_setup() {
82 G2CONF="${G2CONF} $(use_enable introspection)"