Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: fox.eclass
Date: Thu, 02 Dec 2010 16:11:42
Message-Id: 20101202161132.BA43920054@flycatcher.gentoo.org
1 flameeyes 10/12/02 16:11:32
2
3 Modified: fox.eclass
4 Log:
5 Drop automake-1.4 dependency, as it's useless here.
6
7 The eclass uses autotools.eclass to rebuild autotools, and since it
8 doesn't set WANT_AUTOMAKE, it'll always use the latest version; the
9 dependency over automake-1.4 is, thus, totally bogus.
10
11 Revision Changes Path
12 1.11 eclass/fox.eclass
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/fox.eclass?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/fox.eclass?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/fox.eclass?r1=1.10&r2=1.11
17
18 Index: fox.eclass
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- fox.eclass 31 Oct 2010 22:14:44 -0000 1.10
25 +++ fox.eclass 2 Dec 2010 16:11:32 -0000 1.11
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2005 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.10 2010/10/31 22:14:44 mabi Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.11 2010/12/02 16:11:32 flameeyes Exp $
31
32 # @ECLASS: fox.eclass
33 # @MAINTAINER:
34 @@ -81,7 +81,6 @@
35
36 DEPEND="${DOXYGEN_DEP}
37 ${RESWRAP_DEP}
38 - =sys-devel/automake-1.4*
39 >=sys-apps/sed-4"
40
41 S="${WORKDIR}/fox-${FOX_PV}"
42 @@ -135,7 +134,7 @@
43 || FOXCONF+=" --enable-release"
44
45 econf ${FOXCONF} \
46 - $(use_with profile profiling)
47 + $(use_with profile profiling)
48 }