Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-xfce: gtk-engines-xfce-2.7.0.ebuild ChangeLog
Date: Sun, 02 Jan 2011 15:02:18
Message-Id: 20110102150208.92EC320054@flycatcher.gentoo.org
1 ssuominen 11/01/02 15:02:08
2
3 Modified: ChangeLog
4 Added: gtk-engines-xfce-2.7.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.109 x11-themes/gtk-engines-xfce/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.109&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.109&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?r1=1.108&r2=1.109
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v
20 retrieving revision 1.108
21 retrieving revision 1.109
22 diff -u -r1.108 -r1.109
23 --- ChangeLog 6 Jan 2010 19:35:09 -0000 1.108
24 +++ ChangeLog 2 Jan 2011 15:02:08 -0000 1.109
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-themes/gtk-engines-xfce
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.108 2010/01/06 19:35:09 fauli Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.109 2011/01/02 15:02:08 ssuominen Exp $
31 +
32 +*gtk-engines-xfce-2.7.0 (02 Jan 2011)
33 +
34 + 02 Jan 2011; Samuli Suominen <ssuominen@g.o>
35 + +gtk-engines-xfce-2.7.0.ebuild:
36 + Version bump.
37
38 06 Jan 2010; Christian Faulhammer <fauli@g.o>
39 gtk-engines-xfce-2.6.0.ebuild:
40
41
42
43 1.1 x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.7.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.7.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.7.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gtk-engines-xfce-2.7.0.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.7.0.ebuild,v 1.1 2011/01/02 15:02:08 ssuominen Exp $
53
54 EAPI=3
55 MY_PN=gtk-xfce-engine
56 inherit xfconf
57
58 DESCRIPTION="Xfce's GTK+ engine and themes"
59 HOMEPAGE="http://www.xfce.org/projects/"
60 SRC_URI="mirror://xfce/src/xfce/${MY_PN}/2.7/${MY_PN}-${PV}.tar.bz2"
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
65 IUSE="debug"
66
67 RDEPEND=">=dev-libs/glib-2.18:2
68 >=x11-libs/gtk+-2.14:2"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig"
71
72 S=${WORKDIR}/${MY_PN}-${PV}
73
74 pkg_setup() {
75 XFCONF=(
76 --disable-dependency-tracking
77 $(xfconf_use_debug)
78 )
79
80 DOCS="AUTHORS ChangeLog NEWS README"
81 }