From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/mc/
Date: Thu, 07 Aug 2025 01:12:19 +0000 (UTC) [thread overview]
Message-ID: <1754527058.c54e83c4be6baf180faa4fcb8431fc7df5e533f4.dlan@gentoo> (raw)
commit: c54e83c4be6baf180faa4fcb8431fc7df5e533f4
Author: jinqiang zhang <peeweep <AT> 0x0 <DOT> ee>
AuthorDate: Mon Aug 4 15:10:40 2025 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Aug 7 00:37:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54e83c4
net-fs/mc: fix Pre-stripped QA and remove block app-misc/mc
rename /usr/bin/mc to /usr/bin/minio-client to fix file collision with
app-misc/mc
Closes: https://bugs.gentoo.org/960264
Signed-off-by: jinqiang zhang <peeweep <AT> 0x0.ee>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
net-fs/mc/mc-2025.04.16.18.13.26-r1.ebuild | 37 ++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/net-fs/mc/mc-2025.04.16.18.13.26-r1.ebuild b/net-fs/mc/mc-2025.04.16.18.13.26-r1.ebuild
new file mode 100644
index 000000000000..ab2cfcf3c782
--- /dev/null
+++ b/net-fs/mc/mc-2025.04.16.18.13.26-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+MY_PV="$(ver_cut 1-3)T$(ver_cut 4-7)Z"
+MY_PV=${MY_PV//./-}
+YEAR="$(ver_cut 1)"
+COMMIT_ID="b00526b153a31b36767991a4f5ce2cced435ee8e"
+
+DESCRIPTION="Minio client provides alternatives for ls, cat on cloud storage and filesystems"
+HOMEPAGE="https://github.com/minio/mc"
+SRC_URI="https://github.com/minio/mc/archive/RELEASE.${MY_PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://github.com/gentoo-zh/gentoo-deps/releases/download/${P}/${P}-vendor.tar.xz"
+
+S="${WORKDIR}/${PN}-RELEASE.${MY_PV}"
+LICENSE="Apache-2.0 BSD MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test" # bug #927667, fails with network-sandbox
+
+src_compile() {
+ # go run buildscripts/gen-ldflags.go
+ local ldflags=" \
+ -X github.com/minio/mc/cmd.Version=${MY_PV} \
+ -X github.com/minio/mc/cmd.CopyrightYear=${YEAR} \
+ -X github.com/minio/mc/cmd.ReleaseTag=RELEASE.${MY_PV} \
+ -X github.com/minio/mc/cmd.CommitID=${COMMIT_ID}"
+ ego build -trimpath --ldflags "${ldflags}"
+}
+
+src_install() {
+ newbin mc minio-client
+ dodoc README.md CONTRIBUTING.md
+}
next reply other threads:[~2025-08-07 1:12 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-07 1:12 Yixun Lan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-03 1:11 [gentoo-commits] repo/gentoo:master commit in: net-fs/mc/ Sam James
2025-08-30 23:55 Yixun Lan
2025-08-07 1:12 Yixun Lan
2025-08-07 1:12 Yixun Lan
2025-05-21 21:57 Sam James
2025-04-12 19:24 Arthur Zamarin
2025-03-16 10:06 Yixun Lan
2025-03-16 10:06 Yixun Lan
2025-03-16 10:06 Yixun Lan
2022-09-10 21:32 William Hubbs
2021-03-28 7:54 Mikle Kolyada
2021-03-12 14:12 Mikle Kolyada
2021-03-09 15:50 Mikle Kolyada
2021-03-09 15:50 Mikle Kolyada
2021-01-26 17:55 Mikle Kolyada
2021-01-26 17:55 Mikle Kolyada
2020-07-11 15:38 William Hubbs
2019-09-21 17:20 Mikle Kolyada
2019-08-01 11:44 Mikle Kolyada
2019-07-31 10:07 Mikle Kolyada
2019-07-25 13:22 Mikle Kolyada
2019-04-15 15:06 Mikle Kolyada
2019-04-04 20:33 Mikle Kolyada
2019-04-04 20:27 Mikle Kolyada
2019-04-04 20:24 Mikle Kolyada
2019-03-30 11:57 Mikle Kolyada
2019-03-21 22:13 Mikle Kolyada
2019-03-13 8:43 Mikle Kolyada
2019-03-12 16:11 Mikle Kolyada
2019-03-12 16:11 Mikle Kolyada
2019-03-07 17:02 Mikle Kolyada
2019-02-28 10:47 Mikle Kolyada
2019-02-22 6:46 Mikle Kolyada
2019-02-21 17:59 Mikle Kolyada
2019-02-15 6:15 Mikle Kolyada
2019-02-07 10:10 Mikle Kolyada
2019-01-31 14:21 Mikle Kolyada
2019-01-30 9:16 Mikle Kolyada
2019-01-25 8:23 Mikle Kolyada
2019-01-10 9:15 Mikle Kolyada
2018-12-20 17:59 Mikle Kolyada
2018-12-13 20:36 Mikle Kolyada
2018-12-06 18:15 Mikle Kolyada
2018-11-30 13:51 Mikle Kolyada
2018-11-17 12:45 Mikle Kolyada
2018-10-25 19:51 Mikle Kolyada
2018-10-19 20:11 Mikle Kolyada
2018-10-03 20:34 Mikle Kolyada
2018-09-11 11:30 Mikle Kolyada
2018-09-09 18:43 Mikle Kolyada
2018-09-09 10:56 Mikle Kolyada
2018-08-20 17:55 Manuel Rüger
2018-03-30 14:19 Manuel Rüger
2018-03-30 14:19 Manuel Rüger
2018-02-27 12:56 Manuel Rüger
2017-11-28 16:02 Manuel Rüger
2017-11-27 20:14 Manuel Rüger
2017-11-27 19:31 Manuel Rüger
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=1754527058.c54e83c4be6baf180faa4fcb8431fc7df5e533f4.dlan@gentoo \
--to=dlan@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