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: ChangeLog gtk-engines-xfce-2.9.0.ebuild
Date: Sat, 03 Dec 2011 16:25:45
Message-Id: 20111203162535.1D41920034@flycatcher.gentoo.org
1 ssuominen 11/12/03 16:25:35
2
3 Modified: ChangeLog
4 Added: gtk-engines-xfce-2.9.0.ebuild
5 Log:
6 Version bump (to non conflicting development series)
7
8 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.125 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.125&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.125&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?r1=1.124&r2=1.125
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v
20 retrieving revision 1.124
21 retrieving revision 1.125
22 diff -u -r1.124 -r1.125
23 --- ChangeLog 26 Apr 2011 13:16:36 -0000 1.124
24 +++ ChangeLog 3 Dec 2011 16:25:35 -0000 1.125
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-themes/gtk-engines-xfce
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.124 2011/04/26 13:16:36 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.125 2011/12/03 16:25:35 ssuominen Exp $
30 +
31 +*gtk-engines-xfce-2.9.0 (03 Dec 2011)
32 +
33 + 03 Dec 2011; Samuli Suominen <ssuominen@g.o>
34 + +gtk-engines-xfce-2.9.0.ebuild:
35 + Version bump (to non conflicting development series)
36
37 23 Apr 2011; Samuli Suominen <ssuominen@g.o>
38 gtk-engines-xfce-2.8.1.ebuild:
39
40
41
42 1.1 x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.9.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.9.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.9.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gtk-engines-xfce-2.9.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 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.9.0.ebuild,v 1.1 2011/12/03 16:25:35 ssuominen Exp $
52
53 EAPI=4
54 MY_PN=gtk-xfce-engine
55 inherit xfconf
56
57 DESCRIPTION="Xfce's GTK+ engine and themes"
58 HOMEPAGE="http://www.xfce.org/projects/"
59 SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
64 IUSE="debug"
65
66 RDEPEND=">=dev-libs/glib-2.24:2
67 >=x11-libs/gtk+-2.20:2"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig"
70
71 S=${WORKDIR}/${MY_PN}-${PV}
72
73 pkg_setup() {
74 XFCONF=(
75 --disable-static
76 $(xfconf_use_debug)
77 )
78
79 DOCS=( AUTHORS ChangeLog NEWS README )
80 }