net-fs/eos-client: new package
- [x] Add eos-client.
- [ ] Patch
/etcdirectory.
The code of eos hardcoded the /etc/eos directory. It's messive to change it to ${EPREFIX}/etc/eos. Is that OK?
The common/fmt directory is empty. It is a submodule in the upstream. Shall we populate its contents?
dev-libs/libfmt is there.
There are plenty of submodules of git that needs to be downloaded and extracted before heading to src_prepare, much like the https://github.com/gentoo/sci/blob/203194ee62f8d4ffce6fb8278078b693af3ec87f/sci-libs/pytorch/pytorch-1.10.2.ebuild
Most of them could be replaced by the system dependencies without changes. The cmake script of eos seems clever enough.
The code of
eoshardcoded the/etc/eosdirectory. It's messive to change it to${EPREFIX}/etc/eos. Is that OK?
I think for ::sci this is fine.
Most of them could be replaced by the system dependencies without changes. The cmake script of eos seems clever enough.
Lets use system versions whenever possible.