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-mpc-plugin: xfce4-mpc-plugin-0.3.5.ebuild
Date: Sat, 29 Jan 2011 20:56:59
Message-Id: 20110129205650.12F8420054@flycatcher.gentoo.org
1 ssuominen 11/01/29 20:56:50
2
3 Modified: xfce4-mpc-plugin-0.3.5.ebuild
4 Log:
5 bump to eapi3, use arrays
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.5.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.5.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.5.ebuild?r1=1.5&r2=1.6
15
16 Index: xfce4-mpc-plugin-0.3.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.5.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- xfce4-mpc-plugin-0.3.5.ebuild 11 Aug 2010 20:55:38 -0000 1.5
23 +++ xfce4-mpc-plugin-0.3.5.ebuild 29 Jan 2011 20:56:50 -0000 1.6
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.5.ebuild,v 1.5 2010/08/11 20:55:38 josejx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.5.ebuild,v 1.6 2011/01/29 20:56:50 ssuominen Exp $
29
30 -EAPI=2
31 +EAPI=3
32 EAUTORECONF=yes
33 inherit xfconf
34
35 @@ -25,8 +25,11 @@
36
37 pkg_setup() {
38 PATCHES=( "${FILESDIR}"/${P}-exo_and_libxfcegui4.patch )
39 - XFCONF="--disable-dependency-tracking
40 + XFCONF=(
41 + --disable-dependency-tracking
42 $(use_enable libmpd)
43 - $(xfconf_use_debug)"
44 + $(xfconf_use_debug)
45 + )
46 +
47 DOCS="AUTHORS ChangeLog README TODO"
48 }