Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines: ChangeLog gtk-engines-2.18.4.ebuild
Date: Thu, 29 Oct 2009 22:41:04
Message-Id: E1N3dfx-0005l5-FB@stork.gentoo.org
1 eva 09/10/29 22:41:01
2
3 Modified: ChangeLog
4 Added: gtk-engines-2.18.4.ebuild
5 Log:
6 New version for GNOME 2.28.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.153 x11-themes/gtk-engines/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/ChangeLog?rev=1.153&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/ChangeLog?rev=1.153&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/ChangeLog?r1=1.152&r2=1.153
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v
19 retrieving revision 1.152
20 retrieving revision 1.153
21 diff -u -r1.152 -r1.153
22 --- ChangeLog 25 Oct 2009 21:31:45 -0000 1.152
23 +++ ChangeLog 29 Oct 2009 22:41:00 -0000 1.153
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/gtk-engines
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.152 2009/10/25 21:31:45 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.153 2009/10/29 22:41:00 eva Exp $
29 +
30 +*gtk-engines-2.18.4 (29 Oct 2009)
31 +
32 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o>
33 + +gtk-engines-2.18.4.ebuild:
34 + New version for GNOME 2.28.
35
36 25 Oct 2009; Gilles Dartiguelongue <eva@g.o>
37 -gtk-engines-2.18.2.ebuild, -gtk-engines-2.18.2-r1.ebuild,
38
39
40
41 1.1 x11-themes/gtk-engines/gtk-engines-2.18.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.18.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.18.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtk-engines-2.18.4.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.18.4.ebuild,v 1.1 2009/10/29 22:41:00 eva Exp $
51
52 EAPI="2"
53 GCONF_DEBUG="no"
54
55 inherit gnome2
56
57 DESCRIPTION="GTK+2 standard engines and themes"
58 HOMEPAGE="http://www.gtk.org/"
59
60 LICENSE="LGPL-2.1"
61 SLOT="2"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
63 IUSE="accessibility lua"
64
65 RDEPEND=">=x11-libs/gtk+-2.12
66 lua? ( dev-lang/lua )"
67 DEPEND="${RDEPEND}
68 >=dev-util/intltool-0.31
69 >=dev-util/pkgconfig-0.9"
70
71 DOCS="AUTHORS ChangeLog NEWS README"
72
73 pkg_setup() {
74 G2CONF="${G2CONF} --enable-animation $(use_enable lua) $(use_with lua system-lua)"
75 use accessibility || G2CONF="${G2CONF} --disable-hc"
76 }