app-admin/ananicy - 2.2.1 (gentoo)

Search

Install

Install this version:

emerge -a =app-admin/ananicy-2.2.1

Package Information

Description:
ANother Auto NICe daemon
Homepage:
https://github.com/Nefelim4ag/Ananicy
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.2.1 8 amd64 ~arm ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..15} )

inherit python-single-r1

DESCRIPTION="ANother Auto NICe daemon"
HOMEPAGE="https://github.com/Nefelim4ag/Ananicy"
SRC_URI="https://github.com/Nefelim4ag/Ananicy/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P^}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="
	${PYTHON_DEPS}
	sys-process/schedtool
"
BDEPEND="${PYTHON_DEPS}"

DOCS=( README.md )

PATCHES=(
	"${FILESDIR}/${PN}-fix-sysctl-path.patch"
)

src_compile() {
	:;
}

src_install() {
	emake PREFIX="${D}" install

	python_fix_shebang "${ED}"/usr/bin/ananicy
	doinitd "${FILESDIR}"/ananicy.initd

	einstalldocs
}

Inherited Eclasses

Dependencies

RDEPEND

	
	sys-process/schedtool

Manifest for 2.2.1

Type File Size Source URLs
DIST ananicy-2.2.1.tar.gz 43197 bytes https://github.com/Nefelim4ag/Ananicy/archive/2.2.1.tar.gz