Install this version:
emerge -a =net-misc/ifstate-2.2.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/ifstate-2.2.5
Or alternatively:
emerge --autounmask-write -a =net-misc/ifstate-2.2.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.2.5 | 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/"
SRC_URI="https://codeberg.org/routerkit/ifstate/archive/${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}]
')
"
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[] dev-python/pygments[] dev-python/pyroute2[] dev-python/pyyaml[] dev-python/setproctitle[] ')
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ifstate-2.2.5.tar.gz | 135184 bytes | https://codeberg.org/routerkit/ifstate/archive/2.2.5.tar.gz |