Commit Graph

4 Commits

Author SHA1 Message Date
Paul Zander
aeb46b2739 Revert "sys-fs/bcachefs-kmod: treeclean"
This reverts commit f522bb53f9.

We wait for the tree-clean first so people know why it got removed.

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2026-04-01 01:26:27 +02:00
Matt Jolly
f522bb53f9 sys-fs/bcachefs-kmod: treeclean
Use sys-fs/bcachefs[modules]::gentoo

Signed-off-by: Matt Jolly <kangie@gentoo.org>
2026-03-31 19:25:52 +10:00
Florian Albrechtskirchinger
3f1b6a725c sys-fs/bcachefs-kmod: allow dynamic versioning in live builds
Stop hardcoding VERSION in the Makefile.

The Makefile determines VERSION in one of two (relevant) ways:
* If a .git directory is present, it uses git-describe.
* Otherwise, it reads the contents of a .version file.

Write ${PV} to a .version file to let the Makefile inject the
git-describe output for live builds.

This provides a more accurate version string (including the commit hash)
in modinfo rather than a generic and unhelpful "9999".

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
2026-03-01 04:56:13 +01:00
Florian Schmaus
a593979c73 sys-fs/bcachefs-kmod: add 1.36.1, fix minor style issues
Only declare the pre-inherit variables before inherit. Reduce the
scope of MOUDLE_S by making it a local variable 'module_src'. Move
other non-pre-inherit variables after the typical ebuild prelude.

Signed-off-by: Florian Schmaus <flow@gentoo.org>
2026-02-11 12:10:23 +01:00