Install this version:
emerge -a =net-misc/ifstate-2.4.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/ifstate-2.4.1
Or alternatively:
emerge --autounmask-write -a =net-misc/ifstate-2.4.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.4.1 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="Python tool to configure host network interfaces declaratively"
HOMEPAGE="https://ifstate.net/"
MY_PV="${PV/_/-}"
SRC_URI="https://codeberg.org/routerkit/ifstate/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
$(python_gen_cond_dep '
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/pyroute2[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/setproctitle[${PYTHON_USEDEP}]
')
"
PATCHES=(
"${FILESDIR}/${P}-noarp-default-mac.patch"
"${FILESDIR}/${P}-ipv6-token-einval.patch"
"${FILESDIR}/${P}-bridge-stp-state.patch"
)
DOCS=( README.md CHANGELOG.md )
python_install_all() {
distutils-r1_python_install_all
newinitd "${FILESDIR}/${PN}.initd" "${PN}"
keepdir /etc/ifstate
}
$(python_gen_cond_dep ' dev-python/jsonschema[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/pyroute2[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/setproctitle[${PYTHON_USEDEP}] ')
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ifstate-2.4.1.tar.gz | 151970 bytes | https://codeberg.org/routerkit/ifstate/archive/2.4.1.tar.gz |