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.7.0.ebuild ChangeLog
Date: Tue, 07 Sep 2010 02:19:01
Message-Id: 20100907021858.24CF120054@flycatcher.gentoo.org
1 ssuominen 10/09/07 02:18:58
2
3 Modified: xfce-utils-4.7.0.ebuild ChangeLog
4 Log:
5 Complete the prev. commit here as well
6
7 (Portage version: 2.2_rc75/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild?r1=1.3&r2=1.4
15
16 Index: xfce-utils-4.7.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- xfce-utils-4.7.0.ebuild 6 Sep 2010 23:54:26 -0000 1.3
23 +++ xfce-utils-4.7.0.ebuild 7 Sep 2010 02:18:58 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 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.7.0.ebuild,v 1.3 2010/09/06 23:54:26 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild,v 1.4 2010/09/07 02:18:58 ssuominen Exp $
29
30 EAPI=3
31 inherit xfconf
32 @@ -45,6 +45,9 @@
33 src_install() {
34 xfconf_src_install
35
36 + # Help is outdated and we install HTML files to $PF
37 + rm -f "${ED}"/usr/share/applications/xfhelp4.desktop
38 +
39 insinto /usr/share/xfce4
40 doins "${FILESDIR}"/Gentoo || die
41
42
43
44
45 1.160 xfce-base/xfce-utils/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.160&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.160&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/ChangeLog?r1=1.159&r2=1.160
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v
54 retrieving revision 1.159
55 retrieving revision 1.160
56 diff -u -r1.159 -r1.160
57 --- ChangeLog 6 Sep 2010 23:54:26 -0000 1.159
58 +++ ChangeLog 7 Sep 2010 02:18:58 -0000 1.160
59 @@ -1,10 +1,11 @@
60 # ChangeLog for xfce-base/xfce-utils
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.159 2010/09/06 23:54:26 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.160 2010/09/07 02:18:58 ssuominen Exp $
64
65 - 06 Sep 2010; Samuli Suominen <ssuominen@g.o>
66 + 07 Sep 2010; Samuli Suominen <ssuominen@g.o>
67 xfce-utils-4.7.0.ebuild:
68 - Install HTML documentation to ${PF}.
69 + Don't show xfhelp4.desktop in menu because it's outdated and doesn't work
70 + with ${PF}. Install HTML documentation to ${PF}.
71
72 *xfce-utils-4.7.0 (05 Sep 2010)