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: Mon, 06 Sep 2010 23:54:40
Message-Id: 20100906235427.058D720051@flycatcher.gentoo.org
1 ssuominen 10/09/06 23:54:27
2
3 Modified: xfce-utils-4.7.0.ebuild ChangeLog
4 Log:
5 Install HTML documentation to ${PF}.
6
7 (Portage version: 2.2_rc75/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 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.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild?rev=1.3&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.2&r2=1.3
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.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- xfce-utils-4.7.0.ebuild 6 Sep 2010 17:48:42 -0000 1.2
23 +++ xfce-utils-4.7.0.ebuild 6 Sep 2010 23:54:26 -0000 1.3
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.2 2010/09/06 17:48:42 ssuominen Exp $
28 +# $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 $
29
30 EAPI=3
31 inherit xfconf
32 @@ -33,7 +33,8 @@
33 sys-devel/gettext"
34
35 pkg_setup() {
36 - XFCONF="--disable-dependency-tracking
37 + XFCONF="--docdir=${EPREFIX}/usr/share/doc/${PF}
38 + --disable-dependency-tracking
39 $(use_enable dbus)
40 $(xfconf_use_debug)
41 --with-vendor-info=Gentoo
42
43
44
45 1.159 xfce-base/xfce-utils/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.159&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.159&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/ChangeLog?r1=1.158&r2=1.159
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v
54 retrieving revision 1.158
55 retrieving revision 1.159
56 diff -u -r1.158 -r1.159
57 --- ChangeLog 5 Sep 2010 21:14:32 -0000 1.158
58 +++ ChangeLog 6 Sep 2010 23:54:26 -0000 1.159
59 @@ -1,6 +1,10 @@
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.158 2010/09/05 21:14:32 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.159 2010/09/06 23:54:26 ssuominen Exp $
64 +
65 + 06 Sep 2010; Samuli Suominen <ssuominen@g.o>
66 + xfce-utils-4.7.0.ebuild:
67 + Install HTML documentation to ${PF}.
68
69 *xfce-utils-4.7.0 (05 Sep 2010)