* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-fs/openafs: ChangeLog openafs-1.4.5_pre1.ebuild [not found] <E1Ighve-0002hT-Cu@stork.gentoo.org> @ 2007-10-14 8:39 ` Donnie Berkholz 2007-10-14 8:46 ` Ulrich Mueller ` (2 more replies) 0 siblings, 3 replies; 5+ messages in thread From: Donnie Berkholz @ 2007-10-14 8:39 UTC (permalink / raw To: gentoo-dev, stefaan On 14:25 Sat 13 Oct , Stefaan De Roeck (stefaan) wrote: > 1.1 net-fs/openafs/openafs-1.4.5_pre1.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/openafs/openafs-1.4.5_pre1.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/openafs/openafs-1.4.5_pre1.ebuild?rev=1.1&content-type=text/plain > PATCHDIR=${WORKDIR}/gentoo/patches/$(get_version_component_range 1-2) > CONFDIR=${WORKDIR}/gentoo/configs > SCRIPTDIR=${WORKDIR}/gentoo/scripts Repoman won't catch these, but they still need quotes. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-fs/openafs: ChangeLog openafs-1.4.5_pre1.ebuild 2007-10-14 8:39 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-fs/openafs: ChangeLog openafs-1.4.5_pre1.ebuild Donnie Berkholz @ 2007-10-14 8:46 ` Ulrich Mueller 2007-10-14 8:49 ` Michael Sterrett -Mr. Bones.- 2007-10-14 8:53 ` Bo Ørsted Andresen 2 siblings, 0 replies; 5+ messages in thread From: Ulrich Mueller @ 2007-10-14 8:46 UTC (permalink / raw To: gentoo-dev; +Cc: stefaan >>>>> On Sun, 14 Oct 2007, Donnie Berkholz wrote: >> PATCHDIR=${WORKDIR}/gentoo/patches/$(get_version_component_range 1-2) >> CONFDIR=${WORKDIR}/gentoo/configs >> SCRIPTDIR=${WORKDIR}/gentoo/scripts > Repoman won't catch these, but they still need quotes. May I ask why? Ulrich -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-fs/openafs: ChangeLog openafs-1.4.5_pre1.ebuild 2007-10-14 8:39 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-fs/openafs: ChangeLog openafs-1.4.5_pre1.ebuild Donnie Berkholz 2007-10-14 8:46 ` Ulrich Mueller @ 2007-10-14 8:49 ` Michael Sterrett -Mr. Bones.- 2007-10-14 8:53 ` Bo Ørsted Andresen 2 siblings, 0 replies; 5+ messages in thread From: Michael Sterrett -Mr. Bones.- @ 2007-10-14 8:49 UTC (permalink / raw To: gentoo-dev On Sun, 14 Oct 2007, Donnie Berkholz wrote: > On 14:25 Sat 13 Oct , Stefaan De Roeck (stefaan) wrote: >> 1.1 net-fs/openafs/openafs-1.4.5_pre1.ebuild >> >> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/openafs/openafs-1.4.5_pre1.ebuild?rev=1.1&view=markup >> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/openafs/openafs-1.4.5_pre1.ebuild?rev=1.1&content-type=text/plain > >> PATCHDIR=${WORKDIR}/gentoo/patches/$(get_version_component_range 1-2) >> CONFDIR=${WORKDIR}/gentoo/configs >> SCRIPTDIR=${WORKDIR}/gentoo/scripts > > Repoman won't catch these, but they still need quotes. No they don't. Michael Sterrett -Mr. Bones.- mr_bones_@gentoo.org -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-fs/openafs: ChangeLog openafs-1.4.5_pre1.ebuild 2007-10-14 8:39 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-fs/openafs: ChangeLog openafs-1.4.5_pre1.ebuild Donnie Berkholz 2007-10-14 8:46 ` Ulrich Mueller 2007-10-14 8:49 ` Michael Sterrett -Mr. Bones.- @ 2007-10-14 8:53 ` Bo Ørsted Andresen 2007-10-14 8:58 ` Donnie Berkholz 2 siblings, 1 reply; 5+ messages in thread From: Bo Ørsted Andresen @ 2007-10-14 8:53 UTC (permalink / raw To: gentoo-dev; +Cc: stefaan [-- Attachment #1: Type: text/plain, Size: 1046 bytes --] On Sunday 14 October 2007 10:39:53 Donnie Berkholz wrote: > On 14:25 Sat 13 Oct , Stefaan De Roeck (stefaan) wrote: > > 1.1 net-fs/openafs/openafs-1.4.5_pre1.ebuild > > > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/openafs/openafs-1.4.5_pre1.ebuild?rev=1.1&view=markup > > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/openafs/openafs-1.4.5_pre1.ebuild?rev=1.1&content-type=text/plain > > > > PATCHDIR=${WORKDIR}/gentoo/patches/$(get_version_component_range 1-2) > > CONFDIR=${WORKDIR}/gentoo/configs > > SCRIPTDIR=${WORKDIR}/gentoo/scripts > > Repoman won't catch these, but they still need quotes. Actually they don't in assignments like these. In the rest of the ebuild ${PATCHDIR}, ${CONFDIR} and ${SCRIPTDIR} need quotes though (the same applies to variables such as ${oldafsconfdir}, ${newafsconfdir} etc.). This ebuild also contains a lot of [ ... ] tests that should either be converted to [[ ... ]] or have all variables inside them quoted. -- Bo Andresen [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-fs/openafs: ChangeLog openafs-1.4.5_pre1.ebuild 2007-10-14 8:53 ` Bo Ørsted Andresen @ 2007-10-14 8:58 ` Donnie Berkholz 0 siblings, 0 replies; 5+ messages in thread From: Donnie Berkholz @ 2007-10-14 8:58 UTC (permalink / raw To: gentoo-dev; +Cc: stefaan On 10:53 Sun 14 Oct , Bo Ørsted Andresen wrote: > On Sunday 14 October 2007 10:39:53 Donnie Berkholz wrote: > > On 14:25 Sat 13 Oct , Stefaan De Roeck (stefaan) wrote: > > > 1.1 net-fs/openafs/openafs-1.4.5_pre1.ebuild > > > > > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/openafs/openafs-1.4.5_pre1.ebuild?rev=1.1&view=markup > > > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/openafs/openafs-1.4.5_pre1.ebuild?rev=1.1&content-type=text/plain > > > > > > PATCHDIR=${WORKDIR}/gentoo/patches/$(get_version_component_range 1-2) > > > CONFDIR=${WORKDIR}/gentoo/configs > > > SCRIPTDIR=${WORKDIR}/gentoo/scripts > > > > Repoman won't catch these, but they still need quotes. > > Actually they don't in assignments like these. In the rest of the > ebuild ${PATCHDIR}, ${CONFDIR} and ${SCRIPTDIR} need quotes though > (the same applies to variables such as ${oldafsconfdir}, > ${newafsconfdir} etc.). Yes, that is what I meant. Sorry if it was unclear, since I was trying to avoid repeating quotes of almost the same lines 20 times. References to the variables require quotes, but the initial assignments do not. But I don't see any particular problem if folks think it's easier to just always quote than to remember the details. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-10-14 9:11 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <E1Ighve-0002hT-Cu@stork.gentoo.org> 2007-10-14 8:39 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-fs/openafs: ChangeLog openafs-1.4.5_pre1.ebuild Donnie Berkholz 2007-10-14 8:46 ` Ulrich Mueller 2007-10-14 8:49 ` Michael Sterrett -Mr. Bones.- 2007-10-14 8:53 ` Bo Ørsted Andresen 2007-10-14 8:58 ` Donnie Berkholz
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox