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/libxfce4util: libxfce4util-4.7.1.ebuild ChangeLog
Date: Wed, 31 Mar 2010 12:11:14
Message-Id: E1NwwlJ-0008Ot-S5@stork.gentoo.org
1 ssuominen 10/03/31 12:11:09
2
3 Modified: libxfce4util-4.7.1.ebuild ChangeLog
4 Log:
5 Fix HTML documentation directory.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild?r1=1.2&r2=1.3
14
15 Index: libxfce4util-4.7.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libxfce4util-4.7.1.ebuild 4 Jan 2010 20:00:01 -0000 1.2
22 +++ libxfce4util-4.7.1.ebuild 31 Mar 2010 12:11:09 -0000 1.3
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild,v 1.2 2010/01/04 20:00:01 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.1.ebuild,v 1.3 2010/03/31 12:11:09 ssuominen Exp $
28
29 -EAPI=2
30 +EAPI=3
31 inherit xfconf
32
33 DESCRIPTION="Basic utility library for Xfce4"
34 @@ -23,6 +23,7 @@
35 pkg_setup() {
36 XFCONF="--disable-dependency-tracking
37 --disable-static
38 - $(use_enable debug)"
39 + $(xfconf_use_debug)
40 + --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
41 DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
42 }
43
44
45
46 1.136 xfce-base/libxfce4util/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.136&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.136&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.135&r2=1.136
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
55 retrieving revision 1.135
56 retrieving revision 1.136
57 diff -u -r1.135 -r1.136
58 --- ChangeLog 4 Jan 2010 20:00:01 -0000 1.135
59 +++ ChangeLog 31 Mar 2010 12:11:09 -0000 1.136
60 @@ -1,6 +1,10 @@
61 # ChangeLog for xfce-base/libxfce4util
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.135 2010/01/04 20:00:01 ssuominen Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.136 2010/03/31 12:11:09 ssuominen Exp $
65 +
66 + 31 Mar 2010; Samuli Suominen <ssuominen@g.o>
67 + libxfce4util-4.7.1.ebuild:
68 + Fix HTML documentation directory.
69
70 04 Jan 2010; Samuli Suominen <ssuominen@g.o>
71 libxfce4util-4.7.1.ebuild: