Diff ugrd-2.2.0 with a ugrd-9999
| /usr/portage/sys-kernel/ugrd/ugrd-9999.ebuild 2026-04-10 12:17:39.990731907 +0300 | ||
|---|---|---|
| 5 | 5 | |
| 6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
| 7 | 7 |
PYTHON_COMPAT=( python3_{11..14} )
|
| 8 |
inherit distutils-r1 optfeature shell-completion |
|
| 8 |
inherit distutils-r1 git-r3 optfeature shell-completion |
|
| 9 | 9 | |
| 10 | 10 |
DESCRIPTION="Python based POSIX initramfs generator with TOML definitions" |
| 11 | 11 |
HOMEPAGE="https://github.com/desultory/ugrd" |
| 12 |
SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
|
| 12 |
EGIT_REPO_URI="https://github.com/desultory/${PN}"
|
|
| 13 | 13 | |
| 14 | 14 |
LICENSE="GPL-2" |
| 15 | 15 |
SLOT="0" |
| 16 |
KEYWORDS="amd64 arm64 ~riscv ~x86" |
|
| 17 | 16 |
RESTRICT="test" |
| 18 | 17 |
PROPERTIES="test_privileged" |
| 19 | 18 | |
| ... | ... | |
| 23 | 22 |
sys-apps/kmod |
| 24 | 23 |
sys-apps/util-linux |
| 25 | 24 |
sys-devel/bc |
| 26 |
>=dev-python/zenlib-3.3.0[${PYTHON_USEDEP}]
|
|
| 27 |
>=dev-python/pycpio-1.7.0[${PYTHON_USEDEP}]
|
|
| 25 |
>=dev-python/zenlib-9999[${PYTHON_USEDEP}]
|
|
| 26 |
>=dev-python/pycpio-9999[${PYTHON_USEDEP}]
|
|
| 28 | 27 |
" |
| 29 | 28 | |
| 30 | 29 |
BDEPEND=" |
| ... | ... | |
| 81 | 80 |
optfeature "ugrd.fs.mdraid support" sys-fs/mdadm |
| 82 | 81 |
optfeature "ugrd.base.plymouth support" sys-boot/plymouth |
| 83 | 82 |
optfeature "ZSTD compression support" dev-python/zstandard |
| 83 | ||
| 84 | 84 |
} |