Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-xfce: ChangeLog gtk-engines-xfce-2.4.3.ebuild
Date: Thu, 30 Oct 2008 22:11:20
Message-Id: E1KvfjY-00063h-UL@stork.gentoo.org
1 angelos 08/10/30 22:11:16
2
3 Modified: ChangeLog
4 Added: gtk-engines-xfce-2.4.3.ebuild
5 Log:
6 Xfce-4.4.3 bump
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64)
8
9 Revision Changes Path
10 1.93 x11-themes/gtk-engines-xfce/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.93&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.93&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?r1=1.92&r2=1.93
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v
19 retrieving revision 1.92
20 retrieving revision 1.93
21 diff -u -r1.92 -r1.93
22 --- ChangeLog 17 Dec 2007 18:40:21 -0000 1.92
23 +++ ChangeLog 30 Oct 2008 22:11:16 -0000 1.93
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/gtk-engines-xfce
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.92 2007/12/17 18:40:21 jer Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.93 2008/10/30 22:11:16 angelos Exp $
30 +
31 +*gtk-engines-xfce-2.4.3 (30 Oct 2008)
32 +
33 + 30 Oct 2008; Christoph Mende <angelos@g.o>
34 + +gtk-engines-xfce-2.4.3.ebuild:
35 + Xfce-4.4.3 bump
36
37 17 Dec 2007; Jeroen Roovers <jer@g.o>
38 gtk-engines-xfce-2.4.2.ebuild:
39
40
41
42 1.1 x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.4.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.4.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.4.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gtk-engines-xfce-2.4.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.4.3.ebuild,v 1.1 2008/10/30 22:11:16 angelos Exp $
52
53 EAPI=1
54 MY_P="gtk-xfce-engine-${PV}"
55
56 inherit xfce44
57
58 XFCE_VERSION=4.4.3
59
60 xfce44
61 xfce44_extra_package
62
63 DESCRIPTION="GTK+ Theme Engine"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 IUSE=""
66
67 RDEPEND=">=dev-libs/glib-2.6:2
68 x11-libs/cairo
69 >=x11-libs/gtk+-2.6:2
70 x11-libs/pango"
71
72 S="${WORKDIR}/${MY_P}"
73
74 src_unpack() {
75 unpack ${A}
76 sed -i -e 's:ICON.png README.html::g' "${S}"/themes/*/Makefile.in
77 }
78
79 DOCS="AUTHORS ChangeLog NEWS README"