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.14.3.ebuild
Date: Wed, 02 Jul 2008 21:14:02
Message-Id: E1KE9eG-0007kA-8N@stork.gentoo.org
1 eva 08/07/02 21:13:56
2
3 Modified: ChangeLog
4 Added: gtk-engines-2.14.3.ebuild
5 Log:
6 bump to 2.14.3. Bug fixes and translation updates.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.122 x11-themes/gtk-engines/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/ChangeLog?rev=1.122&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/ChangeLog?rev=1.122&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/ChangeLog?r1=1.121&r2=1.122
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v
19 retrieving revision 1.121
20 retrieving revision 1.122
21 diff -u -r1.121 -r1.122
22 --- ChangeLog 31 May 2008 10:36:25 -0000 1.121
23 +++ ChangeLog 2 Jul 2008 21:13:55 -0000 1.122
24 @@ -1,6 +1,12 @@
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.121 2008/05/31 10:36:25 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.122 2008/07/02 21:13:55 eva Exp $
29 +
30 +*gtk-engines-2.14.3 (02 Jul 2008)
31 +
32 + 02 Jul 2008; Gilles Dartiguelongue <eva@g.o>
33 + +gtk-engines-2.14.3.ebuild:
34 + bump to 2.14.3. Bug fixes and translation updates.
35
36 *gtk-engines-2.14.2 (31 May 2008)
37
38
39
40
41 1.1 x11-themes/gtk-engines/gtk-engines-2.14.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.14.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.14.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtk-engines-2.14.3.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.14.3.ebuild,v 1.1 2008/07/02 21:13:55 eva Exp $
51
52 inherit gnome2 virtualx
53
54 DESCRIPTION="GTK+2 standard engines and themes"
55 HOMEPAGE="http://www.gtk.org/"
56
57 LICENSE="GPL-2 LGPL-2.1"
58 SLOT="2"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="accessibility static"
61
62 RDEPEND=">=x11-libs/gtk+-2.12
63 !<=x11-themes/gnome-themes-2.8.2"
64 DEPEND="${RDEPEND}
65 >=dev-util/intltool-0.31
66 >=dev-util/pkgconfig-0.9"
67
68 DOCS="AUTHORS ChangeLog NEWS README"
69
70 pkg_setup() {
71 G2CONF="$(use_enable static) --enable-animation"
72 use accessibility || G2CONF="${G2CONF} --disable-hc"
73 }
74
75 src_test() {
76 # It seems Xvfb is necessary to avoid random failure in tests
77 # see upstream bug #530743
78 Xemake check || die "tests failed"
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list