From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go-bootstrap/
Date: Mon, 22 Aug 2022 18:45:02 +0000 (UTC) [thread overview]
Message-ID: <1661193889.103a06e08e8e038b3fd5a22584d5107982940f69.williamh@gentoo> (raw)
commit: 103a06e08e8e038b3fd5a22584d5107982940f69
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 18:44:49 2022 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 18:44:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103a06e0
dev-lang/go-bootstrap: fix removal of testdata directories
Bug: https://github.com/gentoo/gentoo/pull/26716
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild | 2 +-
dev-lang/go-bootstrap/go-bootstrap-1.19.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild b/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild
index c756f746202f..9931c509d013 100644
--- a/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild
+++ b/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild
@@ -35,5 +35,5 @@ src_install() {
mv go-*-bootstrap "${ED}/usr/lib/go-bootstrap" || die
# testdata directories are not needed on the installed system
- rm -fr $(find "${ED}"/usr/lib/go -iname testdata -type d -print)
+ rm -fr $(find "${ED}"/usr/lib/go-bootstrap -iname testdata -type d -print)
}
diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.19.ebuild b/dev-lang/go-bootstrap/go-bootstrap-1.19.ebuild
index d46b5e77fed2..8c2c8eac2d14 100644
--- a/dev-lang/go-bootstrap/go-bootstrap-1.19.ebuild
+++ b/dev-lang/go-bootstrap/go-bootstrap-1.19.ebuild
@@ -36,5 +36,5 @@ src_install() {
mv go-*-bootstrap "${ED}/usr/lib/go-bootstrap" || die
# testdata directories are not needed on the installed system
- rm -fr $(find "${ED}"/usr/lib/go -iname testdata -type d -print)
+ rm -fr $(find "${ED}"/usr/lib/go-bootstrap -iname testdata -type d -print)
}
next reply other threads:[~2022-08-22 18:45 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-22 18:45 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 9:52 [gentoo-commits] repo/gentoo:master commit in: dev-lang/go-bootstrap/ Arthur Zamarin
2025-03-14 9:47 Arthur Zamarin
2025-03-14 9:47 Arthur Zamarin
2025-03-14 9:46 Arthur Zamarin
2025-03-14 2:50 Sam James
2025-02-20 18:05 William Hubbs
2024-03-13 18:37 William Hubbs
2024-02-12 20:26 William Hubbs
2023-09-19 17:39 William Hubbs
2022-09-20 2:04 William Hubbs
2022-09-19 6:41 Agostino Sarubbo
2022-09-19 6:40 Agostino Sarubbo
2022-09-19 6:40 Agostino Sarubbo
2022-09-19 4:17 William Hubbs
2022-09-19 2:50 William Hubbs
2022-09-19 2:43 Georgy Yakovlev
2022-09-19 2:43 Georgy Yakovlev
2022-09-19 2:31 William Hubbs
2022-09-18 3:09 William Hubbs
2022-09-18 2:41 William Hubbs
2022-08-22 18:45 William Hubbs
2021-08-20 18:59 William Hubbs
2021-08-20 18:59 William Hubbs
2021-08-16 19:59 William Hubbs
2021-07-24 19:49 William Hubbs
2021-07-23 23:36 William Hubbs
2021-07-23 23:27 Marek Szuba
2021-07-23 18:21 William Hubbs
2020-01-23 20:07 William Hubbs
2020-01-23 15:07 William Hubbs
2016-03-09 16:56 Agostino Sarubbo
2016-02-21 18:59 Markus Meier
2016-02-04 20:18 William Hubbs
2016-01-19 10:25 Fabian Groffen
2016-01-15 16:52 William Hubbs
2015-08-23 15:32 William Hubbs
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=1661193889.103a06e08e8e038b3fd5a22584d5107982940f69.williamh@gentoo \
--to=williamh@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