public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] repoman and checking for correct quoting
@ 2007-11-10 10:51 Krzysiek Pawlik
  2007-11-10 17:10 ` Zac Medico
  2007-11-10 17:36 ` Bo Ørsted Andresen
  0 siblings, 2 replies; 7+ messages in thread
From: Krzysiek Pawlik @ 2007-11-10 10:51 UTC (permalink / raw
  To: Gentoo Dev

[-- Attachment #1: Type: text/plain, Size: 761 bytes --]


Consider following part of scite-1.74.ebuild:

	sed -i makefile \
		-e 's#usr/local#usr#g' \
		-e 's#/gnome/apps/Applications#/applications#' \
		-e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
		-e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
		-e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
		-e 's#${D}##' \
		-e 's#-g root#-g 0#' \
		|| die "error patching makefile"

`repoman full' catches line "-e 's#${D}##' \":

   app-editors/scite/scite-1.74.ebuild: Unquoted Variable on line: 41

It's purpose is to remove the ${D} from makefile, additionally ${D} is in single
quotes, so it will not be expanded - is it a bug in repoman check?

-- 
Krzysiek Pawlik   <nelchael at gentoo.org>   key id: 0xBC555551
desktop-misc, desktop-dock, x86, java, apache, ppc...


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-11-11 10:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-10 10:51 [gentoo-dev] repoman and checking for correct quoting Krzysiek Pawlik
2007-11-10 17:10 ` Zac Medico
2007-11-10 17:36 ` Bo Ørsted Andresen
2007-11-10 17:50   ` [gentoo-dev] to patch or sed was -> " William L. Thomson Jr.
2007-11-10 19:45     ` [gentoo-dev] " Ryan Hill
2007-11-10 22:17       ` William L. Thomson Jr.
2007-11-11 10:47     ` Steve Long

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox