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/garcon: ChangeLog garcon-0.1.1.ebuild
Date: Wed, 31 Mar 2010 12:05:18
Message-Id: E1Nwwfb-0008EW-EE@stork.gentoo.org
1 ssuominen 10/03/31 12:05:15
2
3 Modified: ChangeLog garcon-0.1.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/garcon/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/garcon/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/garcon/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/garcon/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 2 Mar 2010 16:44:28 -0000 1.8
22 +++ ChangeLog 31 Mar 2010 12:05:15 -0000 1.9
23 @@ -1,6 +1,9 @@
24 # ChangeLog for xfce-base/garcon
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.8 2010/03/02 16:44:28 darkside Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.9 2010/03/31 12:05:15 ssuominen Exp $
28 +
29 + 31 Mar 2010; Samuli Suominen <ssuominen@g.o> garcon-0.1.1.ebuild:
30 + Fix HTML documentation directory.
31
32 *garcon-0.1.1 (02 Mar 2010)
33
34
35
36
37 1.2 xfce-base/garcon/garcon-0.1.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/garcon/garcon-0.1.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/garcon/garcon-0.1.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/garcon/garcon-0.1.1.ebuild?r1=1.1&r2=1.2
42
43 Index: garcon-0.1.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- garcon-0.1.1.ebuild 2 Mar 2010 16:44:28 -0000 1.1
50 +++ garcon-0.1.1.ebuild 31 Mar 2010 12:05:15 -0000 1.2
51 @@ -1,8 +1,8 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.1.ebuild,v 1.1 2010/03/02 16:44:28 darkside Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.1.ebuild,v 1.2 2010/03/31 12:05:15 ssuominen Exp $
56
57 -EAPI=2
58 +EAPI=3
59 inherit xfconf
60
61 DESCRIPTION="a freedesktop.org compliant menu implementation based on GLib and GIO"
62 @@ -24,6 +24,7 @@
63 pkg_setup() {
64 XFCONF="--disable-dependency-tracking
65 --disable-static
66 - $(use_enable debug)"
67 + $(xfconf_use_debug)
68 + --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
69 DOCS="AUTHORS ChangeLog HACKING NEWS README STATUS TODO"
70 }