diff options
author | Yixun Lan <dlan@gentoo.org> | 2016-11-04 10:57:23 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2016-11-04 11:02:29 +0800 |
commit | e88c7f37314361f24bccf55cc15cb3593a704f3f (patch) | |
tree | f3c56fd50ac26621e7e5836c5094f62febba24b7 /sys-apps/tuned | |
parent | sys-apps/tuned: fix wrong systemd path if rpm installed (diff) | |
download | gentoo-e88c7f37314361f24bccf55cc15cb3593a704f3f.tar.gz gentoo-e88c7f37314361f24bccf55cc15cb3593a704f3f.tar.bz2 gentoo-e88c7f37314361f24bccf55cc15cb3593a704f3f.zip |
sys-apps/tuned: drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'sys-apps/tuned')
-rw-r--r-- | sys-apps/tuned/tuned-2.7.1-r1.ebuild | 51 | ||||
-rw-r--r-- | sys-apps/tuned/tuned-2.7.1.ebuild | 47 |
2 files changed, 0 insertions, 98 deletions
diff --git a/sys-apps/tuned/tuned-2.7.1-r1.ebuild b/sys-apps/tuned/tuned-2.7.1-r1.ebuild deleted file mode 100644 index 6a2d71851dee..000000000000 --- a/sys-apps/tuned/tuned-2.7.1-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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/tuned/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND="${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}] -" -DEPEND="${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND} - sys-apps/dbus - sys-apps/ethtool - sys-power/powertop - sys-process/procps - dev-util/systemtap -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-sysctl.patch - - sed -i \ - -e "/\$(DESTDIR)\/run\/tuned/d" \ - Makefile ||die -} - -src_install() { - default - newinitd "${FILESDIR}"/tuned.initd tuned - - python_fix_shebang "${ED}" -} diff --git a/sys-apps/tuned/tuned-2.7.1.ebuild b/sys-apps/tuned/tuned-2.7.1.ebuild deleted file mode 100644 index b4a69cf45d75..000000000000 --- a/sys-apps/tuned/tuned-2.7.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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/tuned/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND="${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}] -" -DEPEND="${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND} - sys-apps/dbus - sys-power/powertop - dev-util/systemtap -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_prepare() { - sed -i \ - -e "/\$(DESTDIR)\/run\/tuned/d" \ - Makefile ||die -} - -src_install() { - default - newinitd "${FILESDIR}"/tuned.initd tuned - - python_fix_shebang "${ED}" -} |