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-misc/xmonad-log-applet: xmonad-log-applet-2.0.0-r200.ebuild metadata.xml xmonad-log-applet-2.0.0-r300.ebuild ChangeLog
Date: Fri, 28 Feb 2014 14:30:19
Message-Id: 20140228143011.E77DB2004C@flycatcher.gentoo.org
1 ssuominen 14/02/28 14:30:11
2
3 Modified: xmonad-log-applet-2.0.0-r200.ebuild metadata.xml
4 xmonad-log-applet-2.0.0-r300.ebuild ChangeLog
5 Log:
6 Introduce xfce_plugins_xmonad to get rid of USE="xfce4" in xmonad-log-applet as per Xfce policy to not include generic flags like USE="xfce xfce4" in gentoo-x86
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.2 x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r200.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r200.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r200.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r200.ebuild?r1=1.1&r2=1.2
16
17 Index: xmonad-log-applet-2.0.0-r200.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r200.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- xmonad-log-applet-2.0.0-r200.ebuild 7 Jun 2013 20:00:08 -0000 1.1
24 +++ xmonad-log-applet-2.0.0-r200.ebuild 28 Feb 2014 14:30:11 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r200.ebuild,v 1.1 2013/06/07 20:00:08 qnikst Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r200.ebuild,v 1.2 2014/02/28 14:30:11 ssuominen Exp $
31
32 EAPI=5
33
34 @@ -13,13 +13,13 @@
35
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 -IUSE="gnome xfce4"
39 +IUSE="gnome xfce_plugins_xmonad"
40
41 RESTRICT="mirror"
42
43 RDEPEND="sys-apps/dbus
44 gnome? ( <gnome-base/gnome-panel-3.0 )
45 - xfce4? ( xfce-base/xfce4-panel )
46 + xfce_plugins_xmonad? ( xfce-base/xfce4-panel )
47 dev-libs/glib:2
48 dev-haskell/dbus
49 x11-libs/gtk+:2"
50 @@ -34,7 +34,7 @@
51 myconf=""
52
53 use gnome && myconf="${myconf} --with-panel=gnome2"
54 - use xfce4 && myconf="${myconf} --with-panel=xfce4"
55 + use xfce_plugins_xmonad && myconf="${myconf} --with-panel=xfce4"
56
57 econf --sysconfdir=/etc ${myconf}
58 }
59
60
61
62 1.2 x11-misc/xmonad-log-applet/metadata.xml
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmonad-log-applet/metadata.xml?rev=1.2&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmonad-log-applet/metadata.xml?rev=1.2&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmonad-log-applet/metadata.xml?r1=1.1&r2=1.2
67
68 Index: metadata.xml
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmonad-log-applet/metadata.xml,v
71 retrieving revision 1.1
72 retrieving revision 1.2
73 diff -u -r1.1 -r1.2
74 --- metadata.xml 7 Jun 2013 20:00:08 -0000 1.1
75 +++ metadata.xml 28 Feb 2014 14:30:11 -0000 1.2
76 @@ -12,7 +12,4 @@
77 <longdescription>
78 xmonad-log-applet is for Xmonad users who find the GNOME, MATE, or Xfce panel useful. The applet will show the active workspaces, the title of the selected window or whatever information you send it from your xmonad.hs.
79 </longdescription>
80 -<use>
81 - <flag name="xfce4">add xfce4 pannel support</flag>
82 -</use>
83 </pkgmetadata>
84
85
86
87 1.2 x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r300.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r300.ebuild?rev=1.2&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r300.ebuild?rev=1.2&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r300.ebuild?r1=1.1&r2=1.2
92
93 Index: xmonad-log-applet-2.0.0-r300.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r300.ebuild,v
96 retrieving revision 1.1
97 retrieving revision 1.2
98 diff -u -r1.1 -r1.2
99 --- xmonad-log-applet-2.0.0-r300.ebuild 7 Jun 2013 20:00:08 -0000 1.1
100 +++ xmonad-log-applet-2.0.0-r300.ebuild 28 Feb 2014 14:30:11 -0000 1.2
101 @@ -1,6 +1,6 @@
102 -# Copyright 1999-2013 Gentoo Foundation
103 +# Copyright 1999-2014 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r300.ebuild,v 1.1 2013/06/07 20:00:08 qnikst Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r300.ebuild,v 1.2 2014/02/28 14:30:11 ssuominen Exp $
107
108 EAPI=4
109
110 @@ -13,13 +13,13 @@
111
112 SLOT="0"
113 KEYWORDS="~amd64 ~x86"
114 -IUSE="+gnome xfce4"
115 +IUSE="+gnome xfce_plugins_xmonad"
116
117 RESTRICT="mirror"
118
119 RDEPEND="sys-apps/dbus
120 gnome? ( >=gnome-base/gnome-panel-3.0.2 )
121 - xfce4? ( xfce-base/xfce4-panel )
122 + xfce_plugins_xmonad? ( xfce-base/xfce4-panel )
123 dev-libs/glib:2
124 dev-haskell/dbus
125 x11-libs/gtk+:3"
126 @@ -34,7 +34,7 @@
127 myconf=""
128
129 use gnome && myconf="${myconf} --with-panel=gnome3"
130 - use xfce4 && myconf="${myconf} --with-panel=xfce4"
131 + use xfce_plugins_xmonad && myconf="${myconf} --with-panel=xfce4"
132
133 econf --sysconfdir=/etc ${myconf}
134 }
135
136
137
138 1.2 x11-misc/xmonad-log-applet/ChangeLog
139
140 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmonad-log-applet/ChangeLog?rev=1.2&view=markup
141 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmonad-log-applet/ChangeLog?rev=1.2&content-type=text/plain
142 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmonad-log-applet/ChangeLog?r1=1.1&r2=1.2
143
144 Index: ChangeLog
145 ===================================================================
146 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmonad-log-applet/ChangeLog,v
147 retrieving revision 1.1
148 retrieving revision 1.2
149 diff -u -r1.1 -r1.2
150 --- ChangeLog 7 Jun 2013 20:00:08 -0000 1.1
151 +++ ChangeLog 28 Feb 2014 14:30:11 -0000 1.2
152 @@ -1,6 +1,12 @@
153 # ChangeLog for x11-misc/xmonad-log-applet
154 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
155 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmonad-log-applet/ChangeLog,v 1.1 2013/06/07 20:00:08 qnikst Exp $
156 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
157 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmonad-log-applet/ChangeLog,v 1.2 2014/02/28 14:30:11 ssuominen Exp $
158 +
159 + 28 Feb 2014; Samuli Suominen <ssuominen@g.o> metadata.xml,
160 + xmonad-log-applet-2.0.0-r200.ebuild, xmonad-log-applet-2.0.0-r300.ebuild:
161 + Introduce xfce_plugins_xmonad to get rid of USE="xfce4" in xmonad-log-applet
162 + as per Xfce policy to not include generic flags like USE="xfce xfce4" in
163 + gentoo-x86
164
165 *xmonad-log-applet-2.0.0-r200 (07 Jun 2013)
166 *xmonad-log-applet-2.0.0-r300 (07 Jun 2013)