Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/thunarx-python: thunarx-python-0.2.0.ebuild
Date: Thu, 04 Nov 2010 22:05:29
Message-Id: 20101104220525.E2CE420051@flycatcher.gentoo.org
1 ssuominen 10/11/04 22:05:25
2
3 Modified: thunarx-python-0.2.0.ebuild
4 Log:
5 convert xfconf to an array
6
7 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-python/thunarx-python/thunarx-python-0.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild?r1=1.3&r2=1.4
15
16 Index: thunarx-python-0.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- thunarx-python-0.2.0.ebuild 26 Oct 2010 20:08:54 -0000 1.3
23 +++ thunarx-python-0.2.0.ebuild 4 Nov 2010 22:05:25 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild,v 1.3 2010/10/26 20:08:54 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild,v 1.4 2010/11/04 22:05:25 ssuominen Exp $
29
30 EAPI=2
31 PYTHON_DEPEND=2
32 @@ -25,8 +25,11 @@
33 dev-util/pkgconfig"
34
35 pkg_setup() {
36 - XFCONF="--disable-dependency-tracking
37 - $(xfconf_use_debug)"
38 + XFCONF=(
39 + --disable-dependency-tracking
40 + $(xfconf_use_debug)
41 + )
42 +
43 DOCS="AUTHORS ChangeLog NEWS README"
44
45 python_set_active_version 2