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.99.0-r300.ebuild ChangeLog gtk-engines-xfce-2.99.0-r200.ebuild
Date: Thu, 22 Dec 2011 17:07:31
Message-Id: 20111222170721.350BA2004B@flycatcher.gentoo.org
1 ssuominen 11/12/22 17:07:21
2
3 Modified: ChangeLog
4 Added: gtk-engines-xfce-2.99.0-r300.ebuild
5 gtk-engines-xfce-2.99.0-r200.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.127 x11-themes/gtk-engines-xfce/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.127&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.127&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?r1=1.126&r2=1.127
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v
21 retrieving revision 1.126
22 retrieving revision 1.127
23 diff -u -r1.126 -r1.127
24 --- ChangeLog 3 Dec 2011 16:31:55 -0000 1.126
25 +++ ChangeLog 22 Dec 2011 17:07:21 -0000 1.127
26 @@ -1,6 +1,13 @@
27 # ChangeLog for x11-themes/gtk-engines-xfce
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.126 2011/12/03 16:31:55 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.127 2011/12/22 17:07:21 ssuominen Exp $
31 +
32 +*gtk-engines-xfce-2.99.0-r300 (22 Dec 2011)
33 +*gtk-engines-xfce-2.99.0-r200 (22 Dec 2011)
34 +
35 + 22 Dec 2011; Samuli Suominen <ssuominen@g.o>
36 + +gtk-engines-xfce-2.99.0-r200.ebuild, +gtk-engines-xfce-2.99.0-r300.ebuild:
37 + Version bump.
38
39 03 Dec 2011; Samuli Suominen <ssuominen@g.o>
40 gtk-engines-xfce-2.8.1.ebuild, gtk-engines-xfce-2.9.0.ebuild:
41
42
43
44 1.1 x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gtk-engines-xfce-2.99.0-r300.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v 1.1 2011/12/22 17:07:21 ssuominen Exp $
54
55 EAPI=4
56 MY_PN=gtk-xfce-engine
57 inherit xfconf
58
59 DESCRIPTION="A port of Xfce engine to GTK+-3.x"
60 HOMEPAGE="http://www.xfce.org/projects/"
61 SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="3"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
66 IUSE="debug"
67
68 RDEPEND=">=dev-libs/glib-2.24
69 x11-libs/gtk+:3"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig"
72
73 S=${WORKDIR}/${MY_PN}-${PV}
74
75 pkg_setup() {
76 XFCONF=(
77 --disable-gtk2
78 $(xfconf_use_debug)
79 )
80
81 DOCS=( AUTHORS ChangeLog NEWS README )
82 }
83
84
85
86 1.1 x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?rev=1.1&content-type=text/plain
90
91 Index: gtk-engines-xfce-2.99.0-r200.ebuild
92 ===================================================================
93 # Copyright 1999-2011 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v 1.1 2011/12/22 17:07:21 ssuominen Exp $
96
97 EAPI=4
98 MY_PN=gtk-xfce-engine
99 inherit xfconf
100
101 DESCRIPTION="A port of Xfce engine to GTK+-2.x"
102 HOMEPAGE="http://www.xfce.org/projects/"
103 SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
104
105 LICENSE="GPL-2"
106 SLOT="0"
107 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
108 IUSE="debug"
109
110 RDEPEND=">=dev-libs/glib-2.24
111 >=x11-libs/gtk+-2.20:2"
112 DEPEND="${RDEPEND}
113 dev-util/pkgconfig"
114
115 S=${WORKDIR}/${MY_PN}-${PV}
116
117 pkg_setup() {
118 XFCONF=(
119 --disable-gtk3
120 $(xfconf_use_debug)
121 )
122
123 DOCS=( AUTHORS ChangeLog NEWS README )
124 }