Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/atk: atk-1.30.0.ebuild ChangeLog
Date: Thu, 07 Oct 2010 20:07:28
Message-Id: 20101007200131.A5C1C20051@flycatcher.gentoo.org
1 ssuominen 10/10/07 20:01:31
2
3 Modified: atk-1.30.0.ebuild ChangeLog
4 Log:
5 ppc64 stable wrt #324077
6
7 (Portage version: 2.2_rc90/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 dev-libs/atk/atk-1.30.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.30.0.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.30.0.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.30.0.ebuild?r1=1.9&r2=1.10
15
16 Index: atk-1.30.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.30.0.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- atk-1.30.0.ebuild 11 Sep 2010 18:26:00 -0000 1.9
23 +++ atk-1.30.0.ebuild 7 Oct 2010 20:01:31 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.30.0.ebuild,v 1.9 2010/09/11 18:26:00 josejx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.30.0.ebuild,v 1.10 2010/10/07 20:01:31 ssuominen Exp $
29
30 EAPI="2"
31 GCONF_DEBUG="no"
32 @@ -12,19 +12,18 @@
33
34 LICENSE="LGPL-2"
35 SLOT="0"
36 -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
37 +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
38 IUSE="doc +introspection"
39
40 -RDEPEND=">=dev-libs/glib-2
41 +RDEPEND="dev-libs/glib:2
42 introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
43 DEPEND="${RDEPEND}
44 >=dev-lang/perl-5
45 sys-devel/gettext
46 - >=dev-util/pkgconfig-0.9
47 + dev-util/pkgconfig
48 doc? ( >=dev-util/gtk-doc-1 )"
49
50 -DOCS="AUTHORS ChangeLog NEWS README"
51 -
52 pkg_setup() {
53 G2CONF="${G2CONF} $(use_enable introspection)"
54 + DOCS="AUTHORS ChangeLog NEWS README"
55 }
56
57
58
59 1.205 dev-libs/atk/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.205&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.205&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.204&r2=1.205
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
68 retrieving revision 1.204
69 retrieving revision 1.205
70 diff -u -r1.204 -r1.205
71 --- ChangeLog 11 Sep 2010 18:26:00 -0000 1.204
72 +++ ChangeLog 7 Oct 2010 20:01:31 -0000 1.205
73 @@ -1,6 +1,9 @@
74 # ChangeLog for dev-libs/atk
75 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.204 2010/09/11 18:26:00 josejx Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.205 2010/10/07 20:01:31 ssuominen Exp $
78 +
79 + 07 Oct 2010; Samuli Suominen <ssuominen@g.o> atk-1.30.0.ebuild:
80 + ppc64 stable wrt #324077
81
82 11 Sep 2010; Joseph Jezak <josejx@g.o> atk-1.30.0.ebuild:
83 Marked ppc for bug #324077.