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-clipman-plugin: xfce4-clipman-plugin-1.1.3.ebuild
Date: Fri, 04 Feb 2011 17:58:31
Message-Id: 20110204175822.3207F20054@flycatcher.gentoo.org
1 ssuominen 11/02/04 17:58:22
2
3 Modified: xfce4-clipman-plugin-1.1.3.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.8 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild?r1=1.7&r2=1.8
15
16 Index: xfce4-clipman-plugin-1.1.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- xfce4-clipman-plugin-1.1.3.ebuild 14 Apr 2010 17:44:21 -0000 1.7
23 +++ xfce4-clipman-plugin-1.1.3.ebuild 4 Feb 2011 17:58:22 -0000 1.8
24 @@ -1,8 +1,8 @@
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-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.7 2010/04/14 17:44:21 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.8 2011/02/04 17:58:22 ssuominen Exp $
30
31 -EAPI=2
32 +EAPI=3
33 EAUTORECONF=yes
34 inherit xfconf
35
36 @@ -31,7 +31,9 @@
37
38 pkg_setup() {
39 DOCS="AUTHORS ChangeLog NEWS README TODO"
40 - XFCONF="--disable-dependency-tracking
41 - $(use_enable debug)"
42 + XFCONF=(
43 + --disable-dependency-tracking
44 + $(use_enable debug)
45 + )
46 PATCHES=( "${FILESDIR}/${PN}-1.1.1-exo.patch" )
47 }