From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RzxzI-0007Zr-Fk for garchives@archives.gentoo.org; Tue, 21 Feb 2012 22:15:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 137A3E1A11; Tue, 21 Feb 2012 22:14:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9D12EE13F8 for ; Tue, 21 Feb 2012 22:14:18 +0000 (UTC) Received: from [192.168.0.7] (nsg93-9-78-225-4-220.fbx.proxad.net [78.225.4.220]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eva) by smtp.gentoo.org (Postfix) with ESMTPSA id 8F21C1B403B for ; Tue, 21 Feb 2012 22:14:17 +0000 (UTC) Message-ID: <1329862452.25132.0.camel@keitaro> Subject: Re: [gentoo-dev] RFC patch for subversion.eclass (bug 401737) From: Gilles Dartiguelongue To: gentoo-dev@lists.gentoo.org Date: Tue, 21 Feb 2012 23:14:12 +0100 In-Reply-To: <4F40D7C3.1070906@gentoo.org> References: <4F40D7C3.1070906@gentoo.org> Organization: Gentoo Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-CBUo8UE4z0VUPI8D5sqc" X-Mailer: Evolution 3.2.3 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 X-Archives-Salt: cd8793b5-9792-4e9d-ab9b-80ce3b239202 X-Archives-Hash: 74e4e367b5fdc1be84ffa3e351ac95b8 --=-CBUo8UE4z0VUPI8D5sqc Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Le dimanche 19 f=C3=A9vrier 2012 =C3=A0 12:06 +0100, Justin a =C3=A9crit : > Hi, >=20 > any objections against following patch for subversion.eclass? > Fixes bug 401737. Basically respects ESVN_{USER,PASSWORD} during > reemerge of a package. >=20 >=20 > --- subversion.eclass 2012-02-07 11:56:27.000000000 +0200 > +++ subversion.eclass 2012-02-07 11:59:38.000000000 +0200 > @@ -469,7 +469,9 @@ > local target=3D"${1}" > local key=3D"${2}" >=20 > - env LC_ALL=3DC svn info "${target}" | grep -i "^${key}" | cut -d" " -f2= - > + env LC_ALL=3DC svn info \ > + ${options} --username "${ESVN_USER}" --password "${ESVN_PASSWORD}" \ > + "${target}" | grep -i "^${key}" | cut -d" " -f2- > } >=20 > ## -- subversion__get_repository_uri() > --------------------------------------- # I'm not an expert of the subversion eclass, but the diff looks good. --=20 Gilles Dartiguelongue Gentoo --=-CBUo8UE4z0VUPI8D5sqc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) iEYEABECAAYFAk9EFzUACgkQ1fmVwcYIWAZzSgCeI+VOuyBewHPUh9CuslsJrM/7 0CkAn1Vsi3IR273/CUMN9WQnbIs7PM33 =xH68 -----END PGP SIGNATURE----- --=-CBUo8UE4z0VUPI8D5sqc--