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-eyes-plugin: xfce4-eyes-plugin-4.4.0.ebuild
Date: Sat, 29 Jan 2011 21:01:33
Message-Id: 20110129210123.D17BD20054@flycatcher.gentoo.org
1 ssuominen 11/01/29 21:01:23
2
3 Modified: xfce4-eyes-plugin-4.4.0.ebuild
4 Log:
5 bump to eapi3
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.ebuild?r1=1.3&r2=1.4
15
16 Index: xfce4-eyes-plugin-4.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- xfce4-eyes-plugin-4.4.0.ebuild 8 Oct 2009 17:33:46 -0000 1.3
23 +++ xfce4-eyes-plugin-4.4.0.ebuild 29 Jan 2011 21:01:23 -0000 1.4
24 @@ -1,10 +1,10 @@
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-eyes-plugin/xfce4-eyes-plugin-4.4.0.ebuild,v 1.3 2009/10/08 17:33:46 darkside Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.ebuild,v 1.4 2011/01/29 21:01:23 ssuominen Exp $
30
31 EAUTORECONF=yes
32 EINTLTOOLIZE=yes
33 -EAPI=2
34 +EAPI=3
35 inherit xfconf
36
37 DESCRIPTION="panel plugin that adds eyes which watch your every step"
38 @@ -25,14 +25,16 @@
39 dev-util/intltool"
40
41 pkg_setup() {
42 - PATCHES=( "${FILESDIR}/${P}-libtool.patch" )
43 + PATCHES=( "${FILESDIR}"/${P}-libtool.patch )
44 DOCS="AUTHORS ChangeLog README"
45 - XFCONF="--disable-dependency-tracking
46 - $(use_enable debug)"
47 + XFCONF=(
48 + --disable-dependency-tracking
49 + $(use_enable debug)
50 + )
51 }
52
53 src_prepare() {
54 sed -i -e "/^AC_INIT/s/eyes_version()/eyes_version/" \
55 - configure.in || die "sed failed"
56 + configure.in || die
57 xfconf_src_prepare
58 }