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: xfswitch-plugin-0.0.1-r1.ebuild
Date: Sat, 21 Apr 2012 00:57:06
Message-Id: 20120421005657.013DE2004B@flycatcher.gentoo.org
1 ssuominen 12/04/21 00:56:56
2
3 Modified: xfswitch-plugin-0.0.1-r1.ebuild
4 Log:
5 Bug #
6
7 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: xfswitch-plugin-0.0.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xfswitch-plugin-0.0.1-r1.ebuild 21 Apr 2012 00:16:37 -0000 1.1
23 +++ xfswitch-plugin-0.0.1-r1.ebuild 21 Apr 2012 00:56:56 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild,v 1.1 2012/04/21 00:16:37 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild,v 1.2 2012/04/21 00:56:56 ssuominen Exp $
29
30 EAPI=4
31 inherit multilib xfconf
32 @@ -35,7 +35,7 @@
33 }
34
35 src_prepare() {
36 - if ! use gdm; then
37 + if ! use gdm; then #411921
38 sed -i \
39 -e '/command/s:gdmflexiserver:/usr/libexec/lightdm/&:' \
40 panel-plugin/main.c || die