bcacheFS is maturing such that there is plans to submit for kernel inclusion ( https://lwn.net/Articles/755276/) The associated userland tools are contained within their own suite Reproducible: Always
Created attachment 534554 [details] bcachefs-tools-9999.ebuild
Comment on attachment 534554 [details] bcachefs-tools-9999.ebuild ># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=5 Why not 6 or 7? > >EGIT_NONSHALLOW=true > >inherit git-r3 toolchain-funcs udev > >DESCRIPTION="Tools for bcachefs" >HOMEPAGE="http://bcachefs.evilpiepirate.org/" >SRC_URI="" No need to set empty SRC_URI. >EGIT_REPO_URI="https://evilpiepirate.org/git/bcachefs-tools.git" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~amd64" >IUSE="" No need to set empty IUSE. > >RDEPEND="" No need to set empty RDEPEND... >DEPEND="${RDEPEND} ...or reference it in DEPEND. > sys-apps/attr > sys-apps/util-linux > app-crypt/libscrypt > dev-libs/libsodium > sys-apps/keyutils > dev-libs/userspace-rcu > dev-util/pkgconfig > sys-libs/zlib > app-arch/zstd >" OK, looks like all of those should be in either DEPEND or RDEPEND or some of them in a common *DEPEND which is then referenced in DEPEND/RDEPEND.
Comment on attachment 534554 [details] bcachefs-tools-9999.ebuild >HOMEPAGE="http://bcachefs.evilpiepirate.org/" >SRC_URI="" >EGIT_REPO_URI="https://evilpiepirate.org/git/bcachefs-tools.git" So not https://bcachefs.org/ like in the [URL]?