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-quicklauncher-plugin: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
Date: Fri, 04 Feb 2011 17:59:15
Message-Id: 20110204175906.5C3852004E@flycatcher.gentoo.org
1 ssuominen 11/02/04 17:59:06
2
3 Modified: xfce4-quicklauncher-plugin-1.9.4-r1.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.9 xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?r1=1.8&r2=1.9
15
16 Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild 29 Aug 2010 18:06:30 -0000 1.8
23 +++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild 4 Feb 2011 17:59:06 -0000 1.9
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-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.8 2010/08/29 18:06:30 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.9 2011/02/04 17:59:06 ssuominen Exp $
30
31 +EAPI=3
32 EAUTORECONF=yes
33 EINTLTOOLIZE=yes
34 -EAPI=2
35 inherit xfconf
36
37 DESCRIPTION="Xfce4 panel quicklauncher plugin"
38 @@ -24,9 +24,11 @@
39
40 pkg_setup() {
41 DOCS="AUTHORS ChangeLog TODO"
42 - XFCONF="--disable-dependency-tracking
43 - $(use_enable debug)"
44 - PATCHES=( "${FILESDIR}/${P}-X-XFCE-Module-Path.patch" )
45 + XFCONF=(
46 + --disable-dependency-tracking
47 + $(use_enable debug)
48 + )
49 + PATCHES=( "${FILESDIR}"/${P}-X-XFCE-Module-Path.patch )
50 }
51
52 src_prepare() {