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