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-cellmodem-plugin: xfce4-cellmodem-plugin-0.0.5.ebuild
Date: Fri, 04 Feb 2011 17:54:30
Message-Id: 20110204175420.DDC9B20054@flycatcher.gentoo.org
1 ssuominen 11/02/04 17:54:20
2
3 Modified: xfce4-cellmodem-plugin-0.0.5.ebuild
4 Log:
5 EAPI3 plus cleanup
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild?r1=1.2&r2=1.3
15
16 Index: xfce4-cellmodem-plugin-0.0.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- xfce4-cellmodem-plugin-0.0.5.ebuild 5 Aug 2010 23:13:58 -0000 1.2
23 +++ xfce4-cellmodem-plugin-0.0.5.ebuild 4 Feb 2011 17:54:20 -0000 1.3
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2010 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-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.2 2010/08/05 23:13:58 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.3 2011/02/04 17:54:20 ssuominen Exp $
30
31 +EAPI=3
32 EAUTORECONF=yes
33 EINTLTOOLIZE=yes
34 -EAPI=2
35 inherit xfconf
36
37 DESCRIPTION="Panel plugin for monitoring cellular modems - GPRS/UMTS(3G)/HSDPA(3.5G)"
38 @@ -19,10 +19,10 @@
39 RDEPEND=">=xfce-base/xfce4-panel-4.3.20
40 >=xfce-base/libxfcegui4-4.3.20
41 sys-apps/pciutils[zlib]
42 - =virtual/libusb-0*"
43 + virtual/libusb:0"
44 DEPEND="${RDEPEND}
45 - dev-util/pkgconfig
46 - dev-util/intltool"
47 + dev-util/intltool
48 + dev-util/pkgconfig"
49
50 pkg_setup() {
51 PATCHES=(
52 @@ -30,8 +30,11 @@
53 "${FILESDIR}"/${P}-link_for_xfce_warn.patch
54 )
55
56 - XFCONF="--disable-dependency-tracking
57 - $(use_enable debug)"
58 + XFCONF=(
59 + --disable-dependency-tracking
60 + $(use_enable debug)
61 + )
62 +
63 DOCS="AUTHORS ChangeLog README"
64 }