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 9974E138334 for ; Wed, 2 Oct 2019 18:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D3BEE081B; Wed, 2 Oct 2019 18:24:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5CFFCE077F for ; Wed, 2 Oct 2019 18:24:17 +0000 (UTC) Received: from whubbs1.gaikai.biz (unknown [100.42.103.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: williamh) by smtp.gentoo.org (Postfix) with ESMTPSA id 4CCEC34B7B2 for ; Wed, 2 Oct 2019 18:24:15 +0000 (UTC) Received: (nullmailer pid 5892 invoked by uid 1000); Wed, 02 Oct 2019 18:23:57 -0000 Date: Wed, 2 Oct 2019 13:23:57 -0500 From: William Hubbs To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH 1/1] go-module.eclass: only show warning for new packages Message-ID: <20191002182357.GA5875@whubbs1.dev.av1.gaikai.org> Mail-Followup-To: gentoo-dev@lists.gentoo.org References: <20191001210749.31266-1-williamh@gentoo.org> <20191001210749.31266-2-williamh@gentoo.org> <20191001212952.GA31738@whubbs1.dev.av1.gaikai.org> 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; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <20191001212952.GA31738@whubbs1.dev.av1.gaikai.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Archives-Salt: 2382da15-0936-4a6f-86e7-687e9f95bbf2 X-Archives-Hash: 12c3f19fc0ae4228963dc334d770f282 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 01, 2019 at 04:29:52PM -0500, William Hubbs wrote: > On Tue, Oct 01, 2019 at 04:07:49PM -0500, William Hubbs wrote: > > --- > > eclass/go-module.eclass | 1 + > > 1 file changed, 1 insertion(+) > >=20 > > diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass > > index e6152966911..f1f1d743f43 100644 > > --- a/eclass/go-module.eclass > > +++ b/eclass/go-module.eclass > > @@ -165,6 +165,7 @@ go-module_live_vendor() { > > # Display a warning about security updates for Go programs. > > go-module_pkg_postinst() { > > debug-print-function ${FUNCNAME} "$@" > > + [[ -n ${REPLACING_VERSIONS} ]] || return 0 >=20 > Typo fix, || will be changed to && before I commit. This is done and committed. Thanks, William --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQTVeuxEZo4uUHOkQAluVBb0MMRlOAUCXZTrNgAKCRBuVBb0MMRl OD9tAJoCRM9UWEI/qHDV/SJwlKy+UwFeXgCfckhde9Nhx8cam8Jl/B5oTmuG+0Y= =yPYx -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp--