From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bcachefs-tools/
Date: Mon, 28 Aug 2023 06:18:35 +0000 (UTC) [thread overview]
Message-ID: <1693203411.d40b04ded7d8c6505ad6a958ab8eda9b0ad842f2.sam@gentoo> (raw)
commit: d40b04ded7d8c6505ad6a958ab8eda9b0ad842f2
Author: Colin Gillespie <colin <AT> cgillespie <DOT> xyz>
AuthorDate: Mon Aug 14 02:16:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 06:16:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40b04de
sys-fs/bcachefs-tools: move binaries to /sbin
bcachefs and mount/fsck/mkfs helpers are expected to reside in /sbin.
Signed-off-by: Colin Gillespie <colin <AT> cgillespie.xyz>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild
index 3e057d19c8ff..e0dd0d66a627 100644
--- a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild
+++ b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild
@@ -23,7 +23,7 @@ if [[ ${PV} == "9999" ]]; then
else
MY_COMMIT=1f78fed4693a5361f56508daac59bebd5b556379
SRC_URI="https://github.com/koverstreet/bcachefs-tools/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz
- $(cargo_crate_uris ${CRATES})"
+ ${CARGO_CRATE_URIS}"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
KEYWORDS="~amd64"
fi
@@ -129,11 +129,15 @@ src_test() {
}
src_install() {
- exeinto /usr/bin
- local file
- for file in bcachefs fsck.bcachefs mkfs.bcachefs mount.bcachefs; do
- doexe $file
- done
+ into /
+ dosbin bcachefs fsck.bcachefs mkfs.bcachefs mount.bcachefs
+
+ if use fuse; then
+ dosbin mount.fuse.bcachefs
+ newsbin fsck.bcachefs fsck.fuse.bcachefs
+ newsbin mkfs.bcachefs mkfs.fuse.bcachefs
+ fi
+
doman bcachefs.8
}
next reply other threads:[~2023-08-28 6:18 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-28 6:18 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-19 0:16 [gentoo-commits] repo/gentoo:master commit in: sys-fs/bcachefs-tools/ Sam James
2025-04-10 18:51 Sam James
2025-04-10 18:51 Sam James
2025-03-25 11:27 Matt Jolly
2025-03-13 17:48 Florian Schmaus
2025-03-04 13:45 Matt Jolly
2025-02-28 7:25 Arthur Zamarin
2025-02-28 7:25 Arthur Zamarin
2025-02-08 0:55 Sam James
2024-10-14 7:16 Florian Schmaus
2024-08-30 0:47 Matt Jolly
2024-08-27 23:39 Jakov Smolić
2024-08-27 23:39 Jakov Smolić
2024-08-27 10:40 Florian Schmaus
2024-07-17 23:28 Matt Jolly
2024-06-25 7:06 Florian Schmaus
2024-06-19 18:58 Florian Schmaus
2024-06-15 13:09 Florian Schmaus
2024-04-24 6:16 Sam James
2024-04-20 4:04 Matt Jolly
2024-04-20 4:04 Matt Jolly
2024-03-06 12:30 Florian Schmaus
2024-03-06 12:30 Florian Schmaus
2024-03-06 12:30 Florian Schmaus
2024-02-27 1:25 Sam James
2024-02-10 6:58 Ionen Wolkens
2024-01-28 23:18 Yixun Lan
2024-01-07 7:20 Joonas Niilola
2024-01-07 7:20 Joonas Niilola
2023-12-18 7:03 Sam James
2023-12-18 7:03 Sam James
2023-12-18 7:03 Sam James
2023-12-13 2:06 Sam James
2023-12-13 2:06 Sam James
2023-12-07 13:01 Sam James
2023-10-01 2:59 Sam James
2023-09-14 3:41 Sam James
2023-09-03 7:14 Sam James
2023-08-28 6:18 Sam James
2023-08-28 6:18 Sam James
2023-06-10 6:37 Sam James
2023-06-04 1:09 Sam James
2023-06-04 1:09 Sam James
2022-11-24 8:16 Sam James
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=1693203411.d40b04ded7d8c6505ad6a958ab8eda9b0ad842f2.sam@gentoo \
--to=sam@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