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.20.2.ebuild gtk-engines-2.16.1.ebuild gtk-engines-2.18.3.ebuild
Date: Sun, 03 Oct 2010 22:06:10
Message-Id: 20101003220607.E891620054@flycatcher.gentoo.org
1 eva 10/10/03 22:06:07
2
3 Modified: ChangeLog
4 Added: gtk-engines-2.20.2.ebuild
5 Removed: gtk-engines-2.16.1.ebuild gtk-engines-2.18.3.ebuild
6 Log:
7 Version bump. Include patches from r1. Updated translations.
8
9 (Portage version: 2.2_rc88/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.172 x11-themes/gtk-engines/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines/ChangeLog?rev=1.172&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines/ChangeLog?rev=1.172&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines/ChangeLog?r1=1.171&r2=1.172
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v
21 retrieving revision 1.171
22 retrieving revision 1.172
23 diff -u -r1.171 -r1.172
24 --- ChangeLog 11 Sep 2010 18:36:11 -0000 1.171
25 +++ ChangeLog 3 Oct 2010 22:06:07 -0000 1.172
26 @@ -1,6 +1,13 @@
27 # ChangeLog for x11-themes/gtk-engines
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.171 2010/09/11 18:36:11 josejx Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.172 2010/10/03 22:06:07 eva Exp $
31 +
32 +*gtk-engines-2.20.2 (03 Oct 2010)
33 +
34 + 03 Oct 2010; Gilles Dartiguelongue <eva@g.o>
35 + -gtk-engines-2.16.1.ebuild, -gtk-engines-2.18.3.ebuild,
36 + +gtk-engines-2.20.2.ebuild:
37 + Version bump. Include patches from r1. Updated translations.
38
39 11 Sep 2010; Joseph Jezak <josejx@g.o>
40 gtk-engines-2.20.1-r1.ebuild:
41
42
43
44 1.1 x11-themes/gtk-engines/gtk-engines-2.20.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.20.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.20.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gtk-engines-2.20.2.ebuild
50 ===================================================================
51
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.20.2.ebuild,v 1.1 2010/10/03 22:06:07 eva Exp $
55
56 EAPI="3"
57 GCONF_DEBUG="no"
58
59 inherit gnome2
60
61 DESCRIPTION="GTK+2 standard engines and themes"
62 HOMEPAGE="http://www.gtk.org/"
63
64 LICENSE="LGPL-2.1"
65 SLOT="2"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
67 IUSE="accessibility lua"
68
69 RDEPEND=">=x11-libs/gtk+-2.12
70 lua? ( dev-lang/lua )"
71 DEPEND="${RDEPEND}
72 >=dev-util/intltool-0.31
73 >=dev-util/pkgconfig-0.9"
74
75 DOCS="AUTHORS ChangeLog NEWS README"
76
77 pkg_setup() {
78 G2CONF="${G2CONF} --enable-animation $(use_enable lua) $(use_with lua system-lua)"
79 use accessibility || G2CONF="${G2CONF} --disable-hc"
80 }
81
82 src_install() {
83 gnome2_src_install
84 find "${ED}" -name "*.la" -delete || die
85 }