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-radio-plugin: xfce4-radio-plugin-0.4.4.ebuild xfce4-radio-plugin-0.4.5.ebuild
Date: Thu, 19 May 2011 20:14:12
Message-Id: 20110519201402.9275B20054@flycatcher.gentoo.org
1 ssuominen 11/05/19 20:14:02
2
3 Modified: xfce4-radio-plugin-0.4.4.ebuild
4 Removed: xfce4-radio-plugin-0.4.5.ebuild
5 Log:
6 EAPI4
7
8 (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild?r1=1.4&r2=1.5
16
17 Index: xfce4-radio-plugin-0.4.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- xfce4-radio-plugin-0.4.4.ebuild 22 Mar 2011 10:47:45 -0000 1.4
24 +++ xfce4-radio-plugin-0.4.4.ebuild 19 May 2011 20:14:02 -0000 1.5
25 @@ -1,8 +1,8 @@
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-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild,v 1.4 2011/03/22 10:47:45 tomka Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild,v 1.5 2011/05/19 20:14:02 ssuominen Exp $
30
31 -EAPI=3
32 +EAPI=4
33 inherit xfconf
34
35 DESCRIPTION="Panel plugin to control V4L radio device"
36 @@ -14,19 +14,15 @@
37 KEYWORDS="amd64 x86"
38 IUSE="debug"
39
40 -RDEPEND=">=xfce-base/libxfcegui4-4.3.22
41 - >=xfce-base/xfce4-panel-4.3.22"
42 +RDEPEND=">=xfce-base/libxfcegui4-4.8
43 + >=xfce-base/xfce4-panel-4.8"
44 DEPEND="${RDEPEND}
45 - dev-util/pkgconfig
46 - >=dev-util/intltool-0.40"
47 + dev-util/intltool
48 + dev-util/pkgconfig"
49
50 pkg_setup() {
51 - XFCONF=(
52 - --disable-dependency-tracking
53 - $(xfconf_use_debug)
54 - )
55 -
56 - DOCS="AUTHORS NEWS README"
57 + XFCONF=( $(xfconf_use_debug) )
58 + DOCS=( AUTHORS NEWS README )
59 }
60
61 src_prepare() {