Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfswitch-plugin: ChangeLog xfswitch-plugin-0.0.1.ebuild
Date: Thu, 29 Sep 2011 14:29:40
Message-Id: 20110929142931.394BE20036@flycatcher.gentoo.org
1 ssuominen 11/09/29 14:29:31
2
3 Modified: ChangeLog xfswitch-plugin-0.0.1.ebuild
4 Log:
5 Remove USE="debug" (pointless to debug plugins still using libxfcegui4) wrt #381093
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 xfce-extra/xfswitch-plugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfswitch-plugin/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfswitch-plugin/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfswitch-plugin/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 19 May 2011 20:02:50 -0000 1.4
23 +++ ChangeLog 29 Sep 2011 14:29:31 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for xfce-extra/xfswitch-plugin
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/ChangeLog,v 1.4 2011/05/19 20:02:50 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/ChangeLog,v 1.5 2011/09/29 14:29:31 ssuominen Exp $
29 +
30 + 29 Sep 2011; Samuli Suominen <ssuominen@g.o>
31 + xfswitch-plugin-0.0.1.ebuild:
32 + Remove USE="debug" (pointless to debug plugins still using libxfcegui4) wrt
33 + #381093
34
35 19 May 2011; Samuli Suominen <ssuominen@g.o>
36 xfswitch-plugin-0.0.1.ebuild:
37
38
39
40 1.9 xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild?rev=1.9&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild?rev=1.9&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild?r1=1.8&r2=1.9
45
46 Index: xfswitch-plugin-0.0.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v
49 retrieving revision 1.8
50 retrieving revision 1.9
51 diff -u -r1.8 -r1.9
52 --- xfswitch-plugin-0.0.1.ebuild 19 May 2011 20:02:50 -0000 1.8
53 +++ xfswitch-plugin-0.0.1.ebuild 29 Sep 2011 14:29:31 -0000 1.9
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v 1.8 2011/05/19 20:02:50 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v 1.9 2011/09/29 14:29:31 ssuominen Exp $
59
60 EAPI=4
61 inherit xfconf
62 @@ -12,7 +12,7 @@
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="amd64 x86"
66 -IUSE="debug"
67 +IUSE=""
68
69 COMMON_DEPEND=">=x11-libs/gtk+-2.12:2
70 >=xfce-base/libxfce4util-4.8
71 @@ -25,6 +25,5 @@
72 dev-util/pkgconfig"
73
74 pkg_setup() {
75 - XFCONF=( $(xfconf_use_debug) )
76 DOCS=( AUTHORS ChangeLog NEWS README )
77 }