sys-apps/tuned: Remove old (py2)
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:21:08 +0000 (21:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:46:56 +0000 (21:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-apps/tuned/Manifest
sys-apps/tuned/tuned-2.10.0.ebuild [deleted file]

index f25e76d623c46b101e5fffb8c30848939a013e6d..42b4090aa231a44103df8b20993ada275bea9e8d 100644 (file)
@@ -1,2 +1 @@
-DIST tuned-2.10.0.tar.gz 160254 BLAKE2B 0a09b4b870ec153adc62de7811af561ddb3967d459b1d5e8b6f02c5ac036ed170ad3368d18fc1b3fd40649335035cce971a54e1eda8745c77e836a3b2d892a83 SHA512 e0674533f17ac27cd3647808cda1f51d9905f563521af8cb3ffd1854098d6e2ca1adac82e542e6bdf86cce7e659303464eac50b8823167360783a75843d02a60
 DIST tuned-2.13.0.tar.gz 193816 BLAKE2B 1e51a9da855f54db9ac8ed6e764c091d513c1101771422a62c7c501dc3c8741430eb3503803b408709868d16d4791fbedb9dbc088b36fb693f065a1b6054fa15 SHA512 d81b0a80f911fe808ca324319da3e42c3c15196c0c37343d33b45c2b34f33e205e2913d77ffda8598379a91ef72ab73d88d7b83a4684b6a067e3f36d98a85927
diff --git a/sys-apps/tuned/tuned-2.10.0.ebuild b/sys-apps/tuned/tuned-2.10.0.ebuild
deleted file mode 100644 (file)
index 0d0931c..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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://github.com/redhat-performance/tuned/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-CDEPEND="
-       ${PYTHON_DEPS}
-       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}]
-       dev-python/python-linux-procfs[${PYTHON_USEDEP}]"
-
-DEPEND="
-       ${CDEPEND}"
-
-RDEPEND="
-       ${CDEPEND}
-       sys-apps/dbus
-       sys-apps/ethtool
-       sys-power/powertop
-       sys-process/procps
-       dev-util/systemtap"
-
-RESTRICT="test"
-
-src_prepare() {
-       default
-
-       sed -i \
-               -e "/^PYTHON/s/= python3/= python2/g" \
-               -e "/^DOCDIR/s/$/&\-\$(VERSION)/g" \
-               -e "/\$(DESTDIR)\/run\/tuned/d" \
-               -e "/\$(DESTDIR)\/var\/lib\/tuned/d" \
-               -e "/\$(DESTDIR)\/var\/log\/tuned/d" \
-               Makefile || die
-}
-
-src_install() {
-       default
-
-       newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-       python_fix_shebang "${ED}"
-}