From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19EB4138334 for ; Thu, 12 Sep 2019 20:16:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA5ECE0BA8; Thu, 12 Sep 2019 20:16:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80E5EE0BA1 for ; Thu, 12 Sep 2019 20:16:51 +0000 (UTC) Received: from katipo2.lan (unknown [203.86.205.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kentnl) by smtp.gentoo.org (Postfix) with ESMTPSA id 2306134B0D9 for ; Thu, 12 Sep 2019 20:16:46 +0000 (UTC) Date: Fri, 13 Sep 2019 08:16:38 +1200 From: Kent Fredric To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH 1/3] go-module.eclass: introduce new eclass to handle go modules Message-ID: <20190913081638.757b2817@katipo2.lan> In-Reply-To: References: <20190911172128.18885-1-williamh@gentoo.org> <20190911172128.18885-2-williamh@gentoo.org> <1839d49b6adcfeba3c807543e0ba01e0f2888a36.camel@gentoo.org> <20190911182238.GA19361@whubbs1.dev.av1.gaikai.org> <20190911194041.GA19620@whubbs1.dev.av1.gaikai.org> <20190911231115.GA20687@whubbs1.dev.av1.gaikai.org> <06381929-4520-4284-B868-EB83D5AE3D6B@gentoo.org> <20190912163954.GA24121@whubbs1.dev.av1.gaikai.org> Organization: Gentoo X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/jHtkDz2cpCAl+MidkaTiLnj"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Archives-Salt: 6c2e0240-3107-4cda-a7aa-0c7d12a84320 X-Archives-Hash: c5f85f0b3e6575f0fa088d9cf83640c3 --Sig_/jHtkDz2cpCAl+MidkaTiLnj Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, 12 Sep 2019 19:03:02 +0200 Micha=C5=82 G=C3=B3rny wrote: > ebuild spire-0.8.1.ebuild fetch > tar -xf ${DISTDIR}/spire-0.8.1.tar.gz > cd spire-0.8.1/ > go mod vendor > cd ../ > tar -cf spire-0.8.1-vendor.tar spire-0.8.1/vendor >=20 > Now you don't need special src_prepare() to unpack it. Of course, that means if spire-0.8.1 and spire-0.8.2 use identical vendor dirs, you can no longer trivially bump the version on the dist without a manual re-tar. --Sig_/jHtkDz2cpCAl+MidkaTiLnj Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEgdrME8Lrmai3DXYJda6SGagVg7UFAl16p6YACgkQda6SGagV g7U5IA/+KSWFm8895+EPqQtDmqqmTH80efjwdLttA2xc+sn7VhEWVw53FJ5F1bu3 Hw3gzrYhVajnR55zIF6SqvmhChFXNs6WUwBmXH9ZBhDB2h0NJvDX54+Oy00w7+MN TYsaNyVgZGfAWQCz/bNzhCaqKmrgA1w9PQOiH0eqQBmYG9FBc9mXHkHhfoKUbMDu 81anXfJ3RlS7HtPt8eveHlFWo/7v1DOIn3GFBsOgfn4Q+VvvRWJzWXZYoWbPmRba tX1lXp5Le6/B3V2EuiGz2wxWkwcNfCIc48iYU5kIPOsroeRyyLODI3JmY2W+xWrY zWwZsEo/rJ1Qg9DOiWC0aaROXW5BM7ITXgc7bbE/14YsCcrNO10hUXJyL81g9y8Q k7vDEalrjUGWSUGyU45OF5pwRhiv9wY7L4Iw6H+3V6+IzMW5ZLfR4iiV89bio0r2 FM6q2br3N3qbYYRB/GiznxCWYeGI3uUdAjjm3ceoXT8QmPAlWe2FPwEmpO8897k+ TVsgsJ2e1BVTBrrXFG2d5+Tnby0eTnfjS8pIbctHDMnGlDrZVdpQjTY5ko/jplRx 7OBjFxrMq8+Tu+0HOotXu2GpglVwErtm85+4SrclhPkWflxIxowXQ4roENZa0Ry6 IFacO4HFocW46MlNj9afyJa37+i19+7rPjhTnl41sIBOxOHm3KI= =w5gH -----END PGP SIGNATURE----- --Sig_/jHtkDz2cpCAl+MidkaTiLnj--