Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines: ChangeLog gtk-engines-2.16.0.ebuild
Date: Wed, 08 Oct 2008 12:42:01
Message-Id: E1KnYMX-0003bA-IH@stork.gentoo.org
1 leio 08/10/08 12:41:57
2
3 Modified: ChangeLog
4 Added: gtk-engines-2.16.0.ebuild
5 Log:
6 New version. Lua engine is now enabled in our packages in case something needs it. Smooth engine has been removed due to lack of maintainer. Various improvements to the engines; clearlooks classic variant should look closer to the old pre-cairo classic version.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.129 x11-themes/gtk-engines/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/ChangeLog?rev=1.129&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/ChangeLog?rev=1.129&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/ChangeLog?r1=1.128&r2=1.129
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v
19 retrieving revision 1.128
20 retrieving revision 1.129
21 diff -u -r1.128 -r1.129
22 --- ChangeLog 25 Sep 2008 14:41:44 -0000 1.128
23 +++ ChangeLog 8 Oct 2008 12:41:57 -0000 1.129
24 @@ -1,6 +1,14 @@
25 # ChangeLog for x11-themes/gtk-engines
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.128 2008/09/25 14:41:44 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.129 2008/10/08 12:41:57 leio Exp $
29 +
30 +*gtk-engines-2.16.0 (08 Oct 2008)
31 +
32 + 08 Oct 2008; Mart Raudsepp <leio@g.o> +gtk-engines-2.16.0.ebuild:
33 + New version. Lua engine is now enabled in our packages in case something
34 + needs it. Smooth engine has been removed due to lack of maintainer.
35 + Various improvements to the engines; clearlooks classic variant should
36 + look closer to the old pre-cairo classic version.
37
38 25 Sep 2008; Jeroen Roovers <jer@g.o> gtk-engines-2.14.3.ebuild:
39 Stable for HPPA (bug #236971).
40
41
42
43 1.1 x11-themes/gtk-engines/gtk-engines-2.16.0.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.16.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.16.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gtk-engines-2.16.0.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.16.0.ebuild,v 1.1 2008/10/08 12:41:57 leio Exp $
53
54 inherit gnome2
55
56 DESCRIPTION="GTK+2 standard engines and themes"
57 HOMEPAGE="http://www.gtk.org/"
58
59 LICENSE="GPL-2 LGPL-2.1"
60 SLOT="2"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
62 IUSE="accessibility static"
63
64 RDEPEND=">=x11-libs/gtk+-2.12"
65 DEPEND="${RDEPEND}
66 >=dev-util/intltool-0.31
67 >=dev-util/pkgconfig-0.9"
68
69 DOCS="AUTHORS ChangeLog NEWS README"
70
71 pkg_setup() {
72 G2CONF="$(use_enable static) --enable-animation --enable-lua"
73 use accessibility || G2CONF="${G2CONF} --disable-hc"
74 }