| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.53 | 8 | ~amd64 ~arm ~hppa ~x86 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13})
inherit python-single-r1
DESCRIPTION="the sysadmin's rolling upgrade tool"
HOMEPAGE="https://github.com/voyageur/checkrestart/"
SRC_URI="https://github.com/voyageur/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~x86"
IUSE=""
RDEPEND="${PYTHON_DEPS}
sys-apps/lsb-release
>=app-portage/portage-utils-0.80
sys-process/lsof"
REQUIRED_USE=${PYTHON_REQUIRED_USE}
src_prepare() {
default
python_fix_shebang ${PN}
}
src_install() {
dosbin ${PN}
}
${PYTHON_DEPS}
sys-apps/lsb-release
>=app-portage/portage-utils-0.80
sys-process/lsof
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | checkrestart-0.53.tar.gz | 14200 bytes | https://github.com/voyageur/checkrestart/archive/0.53.tar.gz |