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-base/xfce-utils: xfce-utils-4.8.3.ebuild
Date: Mon, 02 Apr 2012 10:56:45
Message-Id: 20120402105628.204472004B@flycatcher.gentoo.org
1 ssuominen 12/04/02 10:56:28
2
3 Modified: xfce-utils-4.8.3.ebuild
4 Log:
5 punt unused workaround for 4.9 packages
6
7 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild?r1=1.9&r2=1.10
15
16 Index: xfce-utils-4.8.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- xfce-utils-4.8.3.ebuild 20 Feb 2012 21:14:40 -0000 1.9
23 +++ xfce-utils-4.8.3.ebuild 2 Apr 2012 10:56:28 -0000 1.10
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-base/xfce-utils/xfce-utils-4.8.3.ebuild,v 1.9 2012/02/20 21:14:40 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild,v 1.10 2012/04/02 10:56:28 ssuominen Exp $
29
30 EAPI=4
31 inherit xfconf
32 @@ -53,14 +53,4 @@
33 echo startxfce4 > "${T}"/Xfce4
34 exeinto /etc/X11/Sessions
35 doexe "${T}"/Xfce4
36 -
37 - # NOTE: ONLY FOR DEVELOPMENT REASONS
38 - has_version '>=xfce-extra/xfce4-appfinder-4.9' && rm -f \
39 - "${ED}"usr/bin/xfrun4 \
40 - "${ED}"usr/share/applications/xfrun4.desktop
41 - has_version '>=xfce-base/libxfce4ui-4.9' && rm -f \
42 - "${ED}"usr/bin/xfce4-about \
43 - "${ED}"usr/share/applications/xfce4-about.desktop \
44 - "${ED}"usr/share/icons/hicolor/*/apps/xfce4-logo.png
45 -
46 }