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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27F8415808B for ; Mon, 11 Apr 2022 08:49:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 764E8E0A9C; Mon, 11 Apr 2022 08:49:22 +0000 (UTC) Received: from danwin1210.de (danwin1210.de [IPv6:2a01:4f8:c010:d56::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15274E0A70 for ; Mon, 11 Apr 2022 08:49:20 +0000 (UTC) Received: from danwin1210.de (unknown [10.9.0.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature ECDSA (P-384) client-signature ED448) (Client CN "danwin1210.me", Issuer "danwin1210.me" (verified OK)) by mail.danwin1210.de (Postfix) with ESMTPS id C142F1F7C2 for ; Mon, 11 Apr 2022 08:49:18 +0000 (UTC) Received: from localhost (unknown [10.9.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by danwin1210.de (Postfix) with ESMTPSA id 266745A04A for ; Mon, 11 Apr 2022 08:49:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=danwin1210.de; s=20211204-rsa; t=1649666958; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=PQprb+FPQCMluQk6wUqbMsuFeuJniKG3kVV75QyUR9Y=; b=Vo+R+8R4MO8K1eo8oYiHMPX8ukRPzWuT65oyfUhKHCys+OAUllcz9ExfV5TMnhM3vyj+8q c9gdWpujMPqodoaBPMWYBTM4E567lJ7/cIs2FVQnSOUkNqFx+0eeji5QFm44LvdX3+Bdck 6XCabdZc+wBw6vmXI8lCZN80ZpCRMHHgXOjTv+BpFXf20RMV/gCKmrHA1aKRt3yFPy8cWA YNuiz1LGv+66zAl05VsW6EPFgVxGTk/RG19tcP99navlRLH4gqO6dL85X+VtG5IZSIt8kA BNNg8eXKG+4JWLhu6XvCJ5MQKRqUJApkr3EbKpYLUJyXv69PmDpc0kiW55fvfQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=danwin1210.de; s=20211204-ed25519; t=1649666958; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=PQprb+FPQCMluQk6wUqbMsuFeuJniKG3kVV75QyUR9Y=; b=ErgNOklTmlbRn30/fd09YLOPdjGn7IjXK8P8x+Ri5xOVasrMqAqH7KsaZELkKEmN64KIJT vRmM68b9A0n+oABw== Date: Mon, 11 Apr 2022 11:49:13 +0300 From: Dex Conner To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How to only recompile git ebuild without fetching any sources? Message-ID: <20220411084913.jxu3umfn55koph42@localhost> References: <20220410210652.rnhfnax2rz5kq4nr@localhost> <5584180.DvuYhMxLoT@invader> <20220411053939.gaj4ogwxv3j4synr@localhost> <20220411085351.2e4915e9@digimed.co.uk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="p5afwnqlr63qzzbf" Content-Disposition: inline In-Reply-To: <20220411085351.2e4915e9@digimed.co.uk> X-Archives-Salt: cadb6978-42af-4d6b-afa5-ba0d62f3f83e X-Archives-Hash: 906517e1afd0e83108ac6a2a8e491de7 --p5afwnqlr63qzzbf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 22/04/11 08:53AM, Neil Bothwick wrote: > On Mon, 11 Apr 2022 08:39:39 +0300, Dex Conner wrote: >=20 > > > Setting EVCS_OFFLINE=3D1 should work. There's some documentation on > > > that variable here: > > > https://devmanual.gentoo.org/eclass-reference/git-r3.eclass/index.html > > >=20 > > > -Marco =20 > >=20 > > Thank you! Is there maybe a way to set this with emerge / something > > else on a case by case basis without editing the ebuild each time? >=20 > You can set in on the command line: >=20 > EVCS_OFFLINE=3D1 emerge -1a somepackage >=20 > or you can set it, or any of portage's environment variables, on a per > package basis in /etc/portage/package.env: >=20 > https://wiki.gentoo.org/wiki//etc/portage/package.env >=20 >=20 > --=20 > Neil Bothwick >=20 > To be sure of hitting the target, shoot first and call whatever you hit > the target. For some reason I thought ebuild variables were not environment variables. Thank you!! --p5afwnqlr63qzzbf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE2ISlnG4xsFQ7Mswex1Y9SzFDEmcFAmJT64gACgkQx1Y9SzFD EmdHWg/9H6BoPQvZgPrsDNdn/au/THGqikAFPki0nDhURfGOtyCbj4iklyvwCbKW PjdYVTM8ia0fmhRwDZaRM0AdNdotDw/yWt5rRlPOs98AxAWHxxvvvuWWwZlWQntq 6bMXpzPCDpg/uZvZd2L6iO0pAEACHNTIdPHEsHiz3yQk8/6LTlVFHi0wzDYMFnI6 6Fs9eI7KknP6yWUpr9Zuc2Wb/EHlnYPAK38qS8Qg4uyTvXyfV8EU9vFsTzh+qiKq IYEpUxt6GkwN+Knre5x84s1rU4OUgowF+SpZJZ/DzhUsoG5pGVaNW9h71zAxVJ8o q8YOLtaRF0o2281dpkHKGvDfi8p61Rwyc4N5dVWV0k2uQIiA5x8fznhgmEkfXgpv OYBvFftq4yA1sh/01vMoVinclKQX/h7D+SsLe6SyR1MPJPlqDrfIKq2gGBYDYY/T fMu561nZai8kJpAViZjrVZABuOrfcxLQgPGUowUhJ1IVmvLRfIvYTdo4gHeOJhVO N9K0nqF6jssvYXtoHBVuTxVse6s3C3heHlFLVvPylGQzq2KpJOd7n+dYwIqf86cw wozErURr+zB8n0CIvb66rsK9TJjh3qzmKa9y2Sm7HrHGO//1+w5VY+JOMk+9KplL SM+6O6jj9C3PuzsGum7mdRyzjVceRFhJ9JLa0FovsvqcBsTylJs= =nOPx -----END PGP SIGNATURE----- --p5afwnqlr63qzzbf--