public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-text/
Date: Tue, 19 Mar 2019 20:19:21 +0000 (UTC)	[thread overview]
Message-ID: <1553026672.30cdd8569e83c15fa24520ccc3cdb9dafe1f2342.zmedico@gentoo> (raw)

commit:     30cdd8569e83c15fa24520ccc3cdb9dafe1f2342
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 20:17:47 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 20:17:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cdd856

dev-go/go-text: filter GOCACHE vars (bug 680946)

Reported-by: Toralf Förster <toralf <AT> gentoo.org>
Closes: https://bugs.gentoo.org/680946
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-go/go-text/go-text-0.3.0.ebuild         | 3 ++-
 dev-go/go-text/go-text-0_pre20160211.ebuild | 3 ++-
 dev-go/go-text/go-text-9999.ebuild          | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-go/go-text/go-text-0.3.0.ebuild b/dev-go/go-text/go-text-0.3.0.ebuild
index 84a3b008c10..c590eadea63 100644
--- a/dev-go/go-text/go-text-0.3.0.ebuild
+++ b/dev-go/go-text/go-text-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,6 +24,7 @@ DEPEND=">=dev-go/go-tools-0_pre20180817"
 RDEPEND=""
 
 src_compile() {
+	export -n GOCACHE XDG_CACHE_HOME #680946
 	# Create an isolated golibdir in order to avoid an
 	# "use of internal package not allowed" error when
 	# and older version is installed.

diff --git a/dev-go/go-text/go-text-0_pre20160211.ebuild b/dev-go/go-text/go-text-0_pre20160211.ebuild
index 979b835ba8c..a723fc4cfc5 100644
--- a/dev-go/go-text/go-text-0_pre20160211.ebuild
+++ b/dev-go/go-text/go-text-0_pre20160211.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -25,6 +25,7 @@ DEPEND=""
 RDEPEND=""
 
 src_compile() {
+	export -n GOCACHE XDG_CACHE_HOME #680946
 	# Create a writable GOROOT in order to avoid sandbox violations.
 	cp -sR "$(go env GOROOT)" "${T}/goroot" || die
 	rm -rf "${T}/goroot/src/${EGO_SRC}" || die

diff --git a/dev-go/go-text/go-text-9999.ebuild b/dev-go/go-text/go-text-9999.ebuild
index 4d851787c26..0740869fb57 100644
--- a/dev-go/go-text/go-text-9999.ebuild
+++ b/dev-go/go-text/go-text-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,6 +25,7 @@ DEPEND=">=dev-go/go-tools-0_pre20180817"
 RDEPEND=""
 
 src_compile() {
+	export -n GOCACHE XDG_CACHE_HOME #680946
 	# Create an isolated golibdir in order to avoid an
 	# "use of internal package not allowed" error when
 	# and older version is installed.


             reply	other threads:[~2019-03-19 20:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-19 20:19 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-29 18:25 [gentoo-commits] repo/gentoo:master commit in: dev-go/go-text/ Zac Medico
2018-08-20  0:40 Zac Medico
2018-08-20  0:20 Zac Medico
2018-08-19  6:38 Zac Medico
2016-09-21 13:57 Marek Szuba
2016-08-23 19:04 Markus Meier
2016-02-20 21:04 Zac Medico
2016-02-11 16:59 Zac Medico
2015-08-10 20:08 William Hubbs
2015-08-10  5:36 Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1553026672.30cdd8569e83c15fa24520ccc3cdb9dafe1f2342.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox