Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: xfconf.eclass
Date: Mon, 02 Jul 2012 08:43:48
Message-Id: 20120702084337.C4F512004B@flycatcher.gentoo.org
1 ssuominen 12/07/02 08:43:37
2
3 Modified: xfconf.eclass
4 Log:
5 Raise xfce4-dev-tools dependency to 4.10 wrt #416233, Comment #12
6
7 Revision Changes Path
8 1.42 eclass/xfconf.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?rev=1.42&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?rev=1.42&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?r1=1.41&r2=1.42
13
14 Index: xfconf.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v
17 retrieving revision 1.41
18 retrieving revision 1.42
19 diff -u -r1.41 -r1.42
20 --- xfconf.eclass 22 May 2012 10:57:17 -0000 1.41
21 +++ xfconf.eclass 2 Jul 2012 08:43:37 -0000 1.42
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2012 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.41 2012/05/22 10:57:17 ssuominen Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.42 2012/07/02 08:43:37 ssuominen Exp $
27
28 # @ECLASS: xfconf.eclass
29 # @MAINTAINER:
30 @@ -17,18 +17,18 @@
31 # @DESCRIPTION:
32 # This should be an array defining arguments for econf
33
34 -AUTOTOOLS_AUTO_DEPEND="no"
35 +AUTOTOOLS_AUTO_DEPEND=no
36
37 unset _xfconf_live
38 [[ $PV == *9999* ]] && _xfconf_live=git-2
39
40 inherit ${_xfconf_live} autotools base eutils fdo-mime gnome2-utils libtool
41
42 -EGIT_BOOTSTRAP="autogen.sh"
43 +EGIT_BOOTSTRAP=autogen.sh
44 EGIT_REPO_URI="git://git.xfce.org/xfce/${MY_PN:-${PN}}"
45
46 _xfconf_deps=""
47 -_xfconf_m4=">=dev-util/xfce4-dev-tools-4.9.1 ${AUTOTOOLS_DEPEND}"
48 +_xfconf_m4=">=dev-util/xfce4-dev-tools-4.10 ${AUTOTOOLS_DEPEND}"
49
50 [[ -n $_xfconf_live ]] && _xfconf_deps+=" dev-util/gtk-doc ${_xfconf_m4}"
51 [[ -n $EAUTORECONF ]] && _xfconf_deps+=" ${_xfconf_m4}"