Gentoo Archives: gentoo-dev

From: David Leverton <levertond@××××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] New eclass for x11 packages
Date: Thu, 18 Feb 2010 23:11:50
Message-Id: 201002182311.38065.levertond@googlemail.com
In Reply to: [gentoo-dev] [RFC] New eclass for x11 packages by "Tomáš Chvátal"
1 On Thursday 18 February 2010 22:33:42 Tomáš Chvátal wrote:
2 > [[ ${PN} == util-macros ]] || DEPEND+=" >=x11-misc/util-macros-1.3.0"
3 > [[ ${PN} == font-util ]] || DEPEND+=" >=media-fonts/font-util-1.1.1-r1"
4
5 Do non-fonts really need font-util there? Looks like that sets up a nice
6 circular dependency.
7
8 > [[ -e "./configure.ac" ]] && eautoreconf || ewarn "Unable to autoreconf
9 the configure script. Things may fail."
10
11 That'll ewarn if configure.ac doesn't exist at all. Doesn't eautoreconf die
12 anyway if it fails, and if not, is it a good idea for failures to only give a
13 warning?

Replies

Subject Author
Re: [gentoo-dev] [RFC] New eclass for x11 packages "Tomáš Chvátal" <scarabeus@g.o>