From 9be727961766f916a8f4a71236ec465095329fd3 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Wed, 26 Jul 2017 11:18:52 +0200 Subject: [PATCH] sys-apps/tuned: EAPI 6 bump. Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- sys-apps/tuned/tuned-2.7.1-r3.ebuild | 58 ++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 sys-apps/tuned/tuned-2.7.1-r3.ebuild diff --git a/sys-apps/tuned/tuned-2.7.1-r3.ebuild b/sys-apps/tuned/tuned-2.7.1-r3.ebuild new file mode 100644 index 000000000000..d8d3a5fb28ad --- /dev/null +++ b/sys-apps/tuned/tuned-2.7.1-r3.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 systemd + +DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices" +HOMEPAGE="https://fedorahosted.org/tuned/" +SRC_URI="https://fedorahosted.org/releases/t/u/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +CDEPEND=" + dev-python/configobj[${PYTHON_USEDEP}] + dev-python/decorator[${PYTHON_USEDEP}] + dev-python/pyudev[${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}]" + +DEPEND=" + ${CDEPEND}" + +RDEPEND=" + ${CDEPEND} + sys-apps/dbus + sys-apps/ethtool + sys-power/powertop + sys-process/procps + dev-util/systemtap" + +PATCHES=( + "${FILESDIR}/${P}-sysctl.patch" + "${FILESDIR}/${P}-makefile-rpm.patch" +) + +RESTRICT="test" + +src_prepare() { + default + + sed -i \ + -e "/\$(DESTDIR)\/run\/tuned/d" \ + Makefile || die +} + +src_install() { + default + + newinitd "${FILESDIR}/${PN}.initd" "${PN}" + python_fix_shebang "${ED}" +} -- 2.26.2