From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Iqo0k-0004qT-GF for garchives@archives.gentoo.org; Sat, 10 Nov 2007 10:56:23 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lAAAswUO023383; Sat, 10 Nov 2007 10:54:58 GMT Received: from mail01.home.net.pl (mail01.home.net.pl [62.129.252.11]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lAAAphoY018363 for ; Sat, 10 Nov 2007 10:51:43 GMT Received: from localhost (HELO ?10.0.0.10?) (krzysiek.pawlik.people@home@127.0.0.1) by mail01.home.net.pl with SMTP; Sat, 10 Nov 2007 10:51:41 -0000 Message-ID: <47358D39.8050901@gentoo.org> Date: Sat, 10 Nov 2007 11:51:37 +0100 From: Krzysiek Pawlik Organization: Gentoo User-Agent: Thunderbird 2.0.0.6 (X11/20070803) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: Gentoo Dev Subject: [gentoo-dev] repoman and checking for correct quoting X-Enigmail-Version: 0.95.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigCBD8FFB6BA4A55DCCDA55D02" X-Archives-Salt: a2cc9edb-8f6a-4bd0-9128-6d508572d3bc X-Archives-Hash: 9b5279218526f84793b1401df50f1a1d This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigCBD8FFB6BA4A55DCCDA55D02 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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=3D#CXXFLAGS=3D${CXXFLAGS} #" \ -e "s#^\(CXXFLAGS=3D.*\)-Os#\1#" \ -e "s#^CC =3D\(.*\)#CC =3D $(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? --=20 Krzysiek Pawlik key id: 0xBC555551 desktop-misc, desktop-dock, x86, java, apache, ppc... --------------enigCBD8FFB6BA4A55DCCDA55D02 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHNY09go/w9rxVVVERAu7/AKCeerQ5qNcR90s8i/MB2TAvZS/TuACfd2Eb Ws6R8oC/NoJtNuZOenrZ6To= =/8S+ -----END PGP SIGNATURE----- --------------enigCBD8FFB6BA4A55DCCDA55D02-- -- gentoo-dev@gentoo.org mailing list