Gentoo Archives: gentoo-dev

From: "Diego 'Flameeyes' Pettenò" <flameeyes@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Making dobin, doexe die by default and doins, doman, dodoc warn initially
Date: Thu, 13 Jul 2006 00:49:57
Message-Id: 200607130241.35097@enterprise.flameeyes.is-a-geek.org
In Reply to: Re: [gentoo-dev] Making dobin, doexe die by default and doins, doman, dodoc warn initially by Daniel Black
1 On Thursday 13 July 2006 02:26, Daniel Black wrote:
2 > 4. FEATURES="noauto" ebuild {package}.ebuild install
3 FEATURES=noauto has broken at least two times in different ways with portage
4 2.1 pre-releases.
5 Same as broke FEATURES=digest and FEATURES=autoaddcvs or whatever that was.
6
7 I won't rely on those FEATURES because nobody has a clear idea of what they
8 should and what they should not do.
9
10 > if these use doins/man/doc then the should probably check them before
11 > installing:
12 > [ -f ${doc} ] && dodoc ${doc}
13 dodoc of 30 files of which some might not exists take less runtime than 30
14 checks for files and following dodoc file-by-file.
15
16 Better a dodoc $(ls ${doc} 2>/dev/null) probably
17
18 --
19 Diego "Flameeyes" Pettenò - http://farragut.flameeyes.is-a-geek.org/
20 Gentoo/Alt lead, Gentoo/FreeBSD, Video, AMD64, Sound, PAM, KDE

Replies

Subject Author
Re: [gentoo-dev] Making dobin, doexe die by default and doins, doman, dodoc warn initially Ciaran McCreesh <ciaran.mccreesh@×××××××××××××.uk>