From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-909682-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 8F80E1395E2
	for <garchives@archives.gentoo.org>; Fri,  4 Nov 2016 03:02:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3F3A5E0B60;
	Fri,  4 Nov 2016 03:02:36 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EE65DE0B60
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Nov 2016 03:02:35 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id ABC383414D6
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Nov 2016 03:02:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 73AC324B4
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Nov 2016 03:02:32 +0000 (UTC)
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" <dlan@gentoo.org>
Message-ID: <1478228549.e88c7f37314361f24bccf55cc15cb3593a704f3f.dlan@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/tuned/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-apps/tuned/tuned-2.7.1-r1.ebuild sys-apps/tuned/tuned-2.7.1.ebuild
X-VCS-Directories: sys-apps/tuned/
X-VCS-Committer: dlan
X-VCS-Committer-Name: Yixun Lan
X-VCS-Revision: e88c7f37314361f24bccf55cc15cb3593a704f3f
X-VCS-Branch: master
Date: Fri,  4 Nov 2016 03:02:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 810a322e-ca53-4530-8962-3d4217d56526
X-Archives-Hash: 5b416023b01b6680e03a370e94c281f8

commit:     e88c7f37314361f24bccf55cc15cb3593a704f3f
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 02:57:23 2016 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 03:02:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88c7f37

sys-apps/tuned: drop old

Package-Manager: portage-2.3.2

 sys-apps/tuned/tuned-2.7.1-r1.ebuild | 51 ------------------------------------
 sys-apps/tuned/tuned-2.7.1.ebuild    | 47 ---------------------------------
 2 files changed, 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 6a2d718..00000000
--- 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 b4a69cf..00000000
--- 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}"
-}