app-admin/checkrestart - 0.53 (voyageur)

Search

Package Information

Description:
the sysadmin's rolling upgrade tool
Homepage:
https://github.com/voyageur/checkrestart/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.53 8 ~amd64 ~arm ~hppa ~x86 0
View Raw Ebuild
# 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}
}

Dependencies

RDEPEND

${PYTHON_DEPS}
	sys-apps/lsb-release
	>=app-portage/portage-utils-0.80
	sys-process/lsof

Manifest for 0.53

Type File Size Source URLs
DIST checkrestart-0.53.tar.gz 14200 bytes https://github.com/voyageur/checkrestart/archive/0.53.tar.gz