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-extra/xfce4-mount-plugin: xfce4-mount-plugin-0.5.5.ebuild
Date: Sat, 29 Jan 2011 21:00:25
Message-Id: 20110129210015.F386D20054@flycatcher.gentoo.org
1 ssuominen 11/01/29 21:00:15
2
3 Modified: xfce4-mount-plugin-0.5.5.ebuild
4 Log:
5 bump to eapi3, use arrays etc
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild?r1=1.2&r2=1.3
15
16 Index: xfce4-mount-plugin-0.5.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- xfce4-mount-plugin-0.5.5.ebuild 8 Oct 2009 17:38:00 -0000 1.2
23 +++ xfce4-mount-plugin-0.5.5.ebuild 29 Jan 2011 21:00:15 -0000 1.3
24 @@ -1,11 +1,11 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild,v 1.2 2009/10/08 17:38:00 darkside Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild,v 1.3 2011/01/29 21:00:15 ssuominen Exp $
30
31 -EAPI=2
32 +EAPI=3
33 inherit xfconf
34
35 -DESCRIPTION="Mount plugin for Xfce4 panel"
36 +DESCRIPTION="Mount plugin for the Xfce panel"
37 HOMEPAGE="http://www.xfce.org/"
38 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.bz2"
39
40 @@ -17,11 +17,14 @@
41 RDEPEND=">=xfce-base/libxfcegui4-4.3.20
42 >=xfce-base/xfce4-panel-4.3.20"
43 DEPEND="${RDEPEND}
44 - dev-util/pkgconfig
45 - dev-util/intltool"
46 + dev-util/intltool
47 + dev-util/pkgconfig"
48
49 pkg_setup() {
50 + XFCONF=(
51 + --disable-dependency-tracking
52 + $(use_enable debug)
53 + )
54 +
55 DOCS="AUTHORS ChangeLog NEWS README TODO"
56 - XFCONF="--disable-dependency-tracking
57 - $(use_enable debug)"
58 }