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-3.0.0-r300.ebuild ChangeLog gtk-engines-xfce-3.0.0-r200.ebuild
Date: Sat, 28 Apr 2012 13:54:55
Message-Id: 20120428135439.DD7312004B@flycatcher.gentoo.org
1 ssuominen 12/04/28 13:54:39
2
3 Modified: ChangeLog
4 Added: gtk-engines-xfce-3.0.0-r300.ebuild
5 gtk-engines-xfce-3.0.0-r200.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.142 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.142&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.142&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?r1=1.141&r2=1.142
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v
21 retrieving revision 1.141
22 retrieving revision 1.142
23 diff -u -r1.141 -r1.142
24 --- ChangeLog 14 Apr 2012 09:01:09 -0000 1.141
25 +++ ChangeLog 28 Apr 2012 13:54:39 -0000 1.142
26 @@ -1,6 +1,13 @@
27 # ChangeLog for x11-themes/gtk-engines-xfce
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.141 2012/04/14 09:01:09 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.142 2012/04/28 13:54:39 ssuominen Exp $
31 +
32 +*gtk-engines-xfce-3.0.0-r300 (28 Apr 2012)
33 +*gtk-engines-xfce-3.0.0-r200 (28 Apr 2012)
34 +
35 + 28 Apr 2012; Samuli Suominen <ssuominen@g.o>
36 + +gtk-engines-xfce-3.0.0-r200.ebuild, +gtk-engines-xfce-3.0.0-r300.ebuild:
37 + Version bump. This version is compatible with x11-libs/gtk+ >= 3.2.
38
39 14 Apr 2012; Samuli Suominen <ssuominen@g.o>
40 -gtk-engines-xfce-2.99.1-r200.ebuild, -gtk-engines-xfce-2.99.1-r300.ebuild,
41
42
43
44 1.1 x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r300.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.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-3.0.0-r300.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gtk-engines-xfce-3.0.0-r300.ebuild
50 ===================================================================
51 # Copyright 1999-2012 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-3.0.0-r300.ebuild,v 1.1 2012/04/28 13:54:39 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.2: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-3.0.0-r200.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.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-3.0.0-r200.ebuild?rev=1.1&content-type=text/plain
90
91 Index: gtk-engines-xfce-3.0.0-r200.ebuild
92 ===================================================================
93 # Copyright 1999-2012 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-3.0.0-r200.ebuild,v 1.1 2012/04/28 13:54:39 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 }