Re: [gentoo-dev] New eclass: emul-linux-x86.eclass

2007-11-14 Thread Mike Doty
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Torsten Rehn wrote: > On Wednesday 14 November 2007 14:21, you wrote: >> But why is it standard to quote other assignments like in DESCRIPTION and >> HOMEPAGE then? > > When assigning literal values as in DESCRIPTION and HOMEPAGE, you have to > quote

Re: [gentoo-dev] New eclass: emul-linux-x86.eclass

2007-11-14 Thread Torsten Rehn
On Wednesday 14 November 2007, Ferris McCormick wrote: > Note, however, that for example in /usr/lib/portage/bin/ebuild.sh, it's > always quoted (except once, which looks like an oversight). I was talking about referencing variables when declaring other variables. Whenever you actually use a vari

Re: [gentoo-dev] New eclass: emul-linux-x86.eclass

2007-11-14 Thread Ferris McCormick
On Wed, 2007-11-14 at 14:53 +0100, Torsten Rehn wrote: > On Wednesday 14 November 2007 14:21, you wrote: > > But why is it standard to quote other assignments like in DESCRIPTION and > > HOMEPAGE then? > > When assigning literal values as in DESCRIPTION and HOMEPAGE, you have to > quote. ${WORKDI

Re: [gentoo-dev] New eclass: emul-linux-x86.eclass

2007-11-14 Thread Vladimir Rusinov
On 11/14/07, Marijn Schouten (hkBst) <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > But why is it standard to quote other assignments like in DESCRIPTION and > HOMEPAGE then? Probably because WORKDIR would be quoted where it is being used: ... if [[ -d "${S}"/${dir} ]] ; the

Re: [gentoo-dev] New eclass: emul-linux-x86.eclass

2007-11-14 Thread Torsten Rehn
On Wednesday 14 November 2007 14:21, you wrote: > But why is it standard to quote other assignments like in DESCRIPTION and > HOMEPAGE then? When assigning literal values as in DESCRIPTION and HOMEPAGE, you have to quote. ${WORKDIR} is quoted on its assignment and therefore does not have to be q

Re: [gentoo-dev] New eclass: emul-linux-x86.eclass

2007-11-14 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Piotr Jaroszyński wrote: > On Wednesday 14 of November 2007 11:31:13 Torsten Rehn wrote: >> On Wednesday 14 November 2007, Mike Doty wrote: >>> S=${WORKDIR} >> Shouldn't ${WORKDIR} be quoted here, too? > > No need to quote in assignments. But why is

Re: [gentoo-dev] New eclass: emul-linux-x86.eclass

2007-11-14 Thread Piotr Jaroszyński
On Wednesday 14 of November 2007 11:31:13 Torsten Rehn wrote: > On Wednesday 14 November 2007, Mike Doty wrote: > > S=${WORKDIR} > > Shouldn't ${WORKDIR} be quoted here, too? No need to quote in assignments. -- Best Regards, Piotr Jaroszyński -- [EMAIL PROTECTED] mailing list

Re: [gentoo-dev] New eclass: emul-linux-x86.eclass

2007-11-14 Thread Torsten Rehn
On Wednesday 14 November 2007, Mike Doty wrote: > S=${WORKDIR} Shouldn't ${WORKDIR} be quoted here, too? Kind regards -- Torsten Rehn <[EMAIL PROTECTED]> Gentoo AMD64 Arch Tester http://scel.info signature.asc Description: This is a digitally signed message part.

[gentoo-dev] New eclass: emul-linux-x86.eclass

2007-11-14 Thread Mike Doty
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A near identical copy of emul-libs.eclass, was done for a clean split from the old emul systems. I don't receive mail from this list, so CC me if you want me to see your reply. - -- === Mike Doty