From: Spider <spider@gentoo.org>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Time to Stop and Clean
Date: Thu, 13 Nov 2003 16:28:36 +0100 [thread overview]
Message-ID: <20031113162836.3a8ab80e.spider@gentoo.org> (raw)
In-Reply-To: <20031112234613.GG30382@time>
[-- Attachment #1: Type: text/plain, Size: 1250 bytes --]
begin quote
On Wed, 12 Nov 2003 18:46:13 -0500
Aron Griffis <agriffis@gentoo.org> wrote:
> Spider wrote: [Sun Nov 09 2003, 07:02:38PM EST]
> > Could all ye developers take the time to go through your packages
> > and
> > check that there are -no- references to ${D} ${S} , ${W} in pkg_*
> > statements?
>
> All the offenders (assuming this is actually an offense):
More interesting examples:
./net-news/leafnode/leafnode-2.0.0_alpha20030621.ebuild
pkg_postinst() {
mkdir -p
/var/spool/news/{leaf.node,failed.postings,interesting.groups,out.going}
mkdir -p
/var/spool/news/message.id/{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}{0
,1,2,3,4,5,6,7,8,9}
chown -R news:news /var/spool/news
# All those should use ${ROOT}/ first.
cat ${S}/README_FIRST | while read line ;
# This won't -ever- happen because there is no ${S}
Can we make portage change the ${S} variable when inside pkg_
statements, so things actually break when people work with this, rather
than have obscure misuse of stuff in the tree? or even better. more
tests to repoman that bails on things like this.
//Spider
--
begin .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-11-13 15:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-10 0:02 [gentoo-dev] Time to Stop and Clean Spider
2003-11-12 23:46 ` Aron Griffis
2003-11-13 15:16 ` Spider
2003-11-13 15:28 ` Spider [this message]
2003-11-13 16:34 ` [gentoo-dev] " sf
2003-11-15 13:16 ` [gentoo-dev] " Stroller
2003-11-15 15:17 ` Spider
2003-11-15 15:46 ` Aron Griffis
2003-11-15 18:46 ` Spider
2003-11-15 17:52 ` Stroller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031113162836.3a8ab80e.spider@gentoo.org \
--to=spider@gentoo.org \
--cc=gentoo-dev@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox