# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{8..11} ) inherit python-any-r1 DESCRIPTION="Scripts for power management on personal systems: suspend, powerfail." HOMEPAGE="https://git.xelnor.net/?p=powerscripts.git" SRC_URI="https://dist.xelnor.net/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" BDEPEND="${PYTHON_DEPS}" DEPEND="" RDEPEND="sys-boot/efibootmgr sys-apps/openrc sys-apps/util-linux"