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/xfce4-panel: ChangeLog xfce4-panel-4.6.1.ebuild
Date: Sat, 01 Aug 2009 22:54:04
Message-Id: E1MXNSj-0004Pf-Vz@stork.gentoo.org
1 ssuominen 09/08/01 22:54:01
2
3 Modified: ChangeLog xfce4-panel-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.145 xfce-base/xfce4-panel/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.145&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.145&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?r1=1.144&r2=1.145
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v
18 retrieving revision 1.144
19 retrieving revision 1.145
20 diff -u -r1.144 -r1.145
21 --- ChangeLog 27 Jul 2009 17:33:51 -0000 1.144
22 +++ ChangeLog 1 Aug 2009 22:54:01 -0000 1.145
23 @@ -1,6 +1,10 @@
24 # ChangeLog for xfce-base/xfce4-panel
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.144 2009/07/27 17:33:51 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.145 2009/08/01 22:54:01 ssuominen Exp $
28 +
29 + 01 Aug 2009; Samuli Suominen <ssuominen@g.o>
30 + xfce4-panel-4.6.1.ebuild:
31 + Use xfconf.eclass.
32
33 27 Jul 2009; nixnut <nixnut@g.o> xfce4-panel-4.6.1.ebuild:
34 ppc stable #265587
35
36
37
38 1.11 xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild?rev=1.11&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild?rev=1.11&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild?r1=1.10&r2=1.11
43
44 Index: xfce4-panel-4.6.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild,v
47 retrieving revision 1.10
48 retrieving revision 1.11
49 diff -u -r1.10 -r1.11
50 --- xfce4-panel-4.6.1.ebuild 27 Jul 2009 17:33:51 -0000 1.10
51 +++ xfce4-panel-4.6.1.ebuild 1 Aug 2009 22:54:01 -0000 1.11
52 @@ -1,18 +1,17 @@
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/xfce4-panel/xfce4-panel-4.6.1.ebuild,v 1.10 2009/07/27 17:33:51 nixnut Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.6.1.ebuild,v 1.11 2009/08/01 22:54:01 ssuominen Exp $
57
58 -EAPI="1"
59 +EAPI=2
60 +inherit xfconf
61
62 -inherit xfce4
63 -
64 -xfce4_core
65 -
66 -DESCRIPTION="Panel"
67 +DESCRIPTION="Panel for Xfce4"
68 HOMEPAGE="http://www.xfce.org/projects/xfce4-panel/"
69 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
70 +
71 LICENSE="GPL-2 LGPL-2"
72 -IUSE="debug doc startup-notification"
73 +SLOT="0"
74 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
75 +IUSE="debug startup-notification"
76
77 RDEPEND=">=dev-libs/glib-2.8:2
78 x11-libs/cairo
79 @@ -20,16 +19,18 @@
80 x11-libs/libSM
81 >=x11-libs/gtk+-2.10:2
82 >=x11-libs/libwnck-2.12
83 - >=xfce-base/libxfce4util-${XFCE_VERSION}
84 - >=xfce-base/libxfcegui4-${XFCE_VERSION}
85 + >=xfce-base/libxfce4util-4.6
86 + >=xfce-base/libxfcegui4-4.6
87 >=xfce-extra/exo-0.3.100
88 startup-notification? ( x11-libs/startup-notification )"
89 DEPEND="${RDEPEND}
90 dev-util/intltool
91 - doc? ( dev-util/gtk-doc )"
92 + sys-devel/gettext
93 + dev-util/pkgconfig"
94
95 pkg_setup() {
96 - XFCE_CONFIG+=" $(use_enable doc gtk-doc)"
97 + XFCONF="--disable-dependency-tracking
98 + $(use_enable startup-notification)
99 + $(use_enable debug)"
100 + DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
101 }
102 -
103 -DOCS="AUTHORS ChangeLog HACKING NEWS README"