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: ChangeLog libxfce4util-4.6.1.ebuild
Date: Sat, 01 Aug 2009 20:12:21
Message-Id: E1MXKwF-0007vK-4b@stork.gentoo.org
1 ssuominen 09/08/01 20:12:19
2
3 Modified: ChangeLog libxfce4util-4.6.1.ebuild
4 Log:
5 Use xfconf.eclass.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.130 xfce-base/libxfce4util/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.130&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.130&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.129&r2=1.130
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
18 retrieving revision 1.129
19 retrieving revision 1.130
20 diff -u -r1.129 -r1.130
21 --- ChangeLog 27 Jul 2009 17:28:09 -0000 1.129
22 +++ ChangeLog 1 Aug 2009 20:12:19 -0000 1.130
23 @@ -1,6 +1,10 @@
24 # ChangeLog for xfce-base/libxfce4util
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.129 2009/07/27 17:28:09 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.130 2009/08/01 20:12:19 ssuominen Exp $
28 +
29 + 01 Aug 2009; Samuli Suominen <ssuominen@g.o>
30 + libxfce4util-4.6.1.ebuild:
31 + Use xfconf.eclass.
32
33 27 Jul 2009; nixnut <nixnut@g.o> libxfce4util-4.6.1.ebuild:
34 ppc stable #265587
35
36
37
38 1.11 xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild?rev=1.11&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild?rev=1.11&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild?r1=1.10&r2=1.11
43
44 Index: libxfce4util-4.6.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v
47 retrieving revision 1.10
48 retrieving revision 1.11
49 diff -u -r1.10 -r1.11
50 --- libxfce4util-4.6.1.ebuild 27 Jul 2009 17:28:09 -0000 1.10
51 +++ libxfce4util-4.6.1.ebuild 1 Aug 2009 20:12:19 -0000 1.11
52 @@ -1,25 +1,25 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.10 2009/07/27 17:28:09 nixnut Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.11 2009/08/01 20:12:19 ssuominen Exp $
57
58 -EAPI="1"
59 +EAPI=2
60 +inherit xfconf
61
62 -inherit xfce4
63 -
64 -xfce4_core
65 -
66 -DESCRIPTION="Basic utilities library"
67 +DESCRIPTION="Basic utility library for Xfce4"
68 HOMEPAGE="http://www.xfce.org/projects/libraries"
69 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
70 +
71 LICENSE="LGPL-2"
72 -IUSE="debug doc"
73 +SLOT="0"
74 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
75 +IUSE="debug"
76
77 -RDEPEND=">=dev-libs/glib-2.12"
78 +RDEPEND=">=dev-libs/glib-2.12:2"
79 DEPEND="${RDEPEND}
80 - doc? ( dev-util/gtk-doc )"
81 + dev-util/pkgconfig
82 + sys-devel/gettext"
83
84 pkg_setup() {
85 - XFCE_CONFIG+=" $(use_enable doc gtk_doc)"
86 + XFCONF="--disable-dependency-tracking
87 + $(use_enable debug)"
88 + DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
89 }
90 -
91 -DOCS="AUTHORS ChangeLog NEWS README README.Kiosk THANKS TODO"