Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/tuned/
Date: Fri, 04 Nov 2016 03:02:37
Message-Id: 1478228549.e88c7f37314361f24bccf55cc15cb3593a704f3f.dlan@gentoo
1 commit: e88c7f37314361f24bccf55cc15cb3593a704f3f
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 4 02:57:23 2016 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 03:02:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88c7f37
7
8 sys-apps/tuned: drop old
9
10 Package-Manager: portage-2.3.2
11
12 sys-apps/tuned/tuned-2.7.1-r1.ebuild | 51 ------------------------------------
13 sys-apps/tuned/tuned-2.7.1.ebuild | 47 ---------------------------------
14 2 files changed, 98 deletions(-)
15
16 diff --git a/sys-apps/tuned/tuned-2.7.1-r1.ebuild b/sys-apps/tuned/tuned-2.7.1-r1.ebuild
17 deleted file mode 100644
18 index 6a2d718..00000000
19 --- a/sys-apps/tuned/tuned-2.7.1-r1.ebuild
20 +++ /dev/null
21 @@ -1,51 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -
28 -PYTHON_COMPAT=( python2_7 )
29 -
30 -inherit python-single-r1 systemd
31 -
32 -DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices"
33 -HOMEPAGE="https://fedorahosted.org/tuned/"
34 -SRC_URI="https://fedorahosted.org/releases/t/u/tuned/${P}.tar.bz2"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 -IUSE=""
40 -
41 -COMMON_DEPEND="${PYTHON_DEPS}
42 - dev-python/configobj[${PYTHON_USEDEP}]
43 - dev-python/decorator[${PYTHON_USEDEP}]
44 - dev-python/pyudev[${PYTHON_USEDEP}]
45 - dev-python/dbus-python[${PYTHON_USEDEP}]
46 - dev-python/pygobject:3[${PYTHON_USEDEP}]
47 -"
48 -DEPEND="${COMMON_DEPEND}"
49 -RDEPEND="${COMMON_DEPEND}
50 - sys-apps/dbus
51 - sys-apps/ethtool
52 - sys-power/powertop
53 - sys-process/procps
54 - dev-util/systemtap
55 -"
56 -
57 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
58 -
59 -src_prepare() {
60 - epatch "${FILESDIR}"/${P}-sysctl.patch
61 -
62 - sed -i \
63 - -e "/\$(DESTDIR)\/run\/tuned/d" \
64 - Makefile ||die
65 -}
66 -
67 -src_install() {
68 - default
69 - newinitd "${FILESDIR}"/tuned.initd tuned
70 -
71 - python_fix_shebang "${ED}"
72 -}
73
74 diff --git a/sys-apps/tuned/tuned-2.7.1.ebuild b/sys-apps/tuned/tuned-2.7.1.ebuild
75 deleted file mode 100644
76 index b4a69cf..00000000
77 --- a/sys-apps/tuned/tuned-2.7.1.ebuild
78 +++ /dev/null
79 @@ -1,47 +0,0 @@
80 -# Copyright 1999-2016 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Id$
83 -
84 -EAPI=5
85 -
86 -PYTHON_COMPAT=( python2_7 )
87 -
88 -inherit python-single-r1 systemd
89 -
90 -DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices"
91 -HOMEPAGE="https://fedorahosted.org/tuned/"
92 -SRC_URI="https://fedorahosted.org/releases/t/u/tuned/${P}.tar.bz2"
93 -
94 -LICENSE="GPL-2"
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~x86"
97 -IUSE=""
98 -
99 -COMMON_DEPEND="${PYTHON_DEPS}
100 - dev-python/configobj[${PYTHON_USEDEP}]
101 - dev-python/decorator[${PYTHON_USEDEP}]
102 - dev-python/pyudev[${PYTHON_USEDEP}]
103 - dev-python/dbus-python[${PYTHON_USEDEP}]
104 - dev-python/pygobject:3[${PYTHON_USEDEP}]
105 -"
106 -DEPEND="${COMMON_DEPEND}"
107 -RDEPEND="${COMMON_DEPEND}
108 - sys-apps/dbus
109 - sys-power/powertop
110 - dev-util/systemtap
111 -"
112 -
113 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
114 -
115 -src_prepare() {
116 - sed -i \
117 - -e "/\$(DESTDIR)\/run\/tuned/d" \
118 - Makefile ||die
119 -}
120 -
121 -src_install() {
122 - default
123 - newinitd "${FILESDIR}"/tuned.initd tuned
124 -
125 - python_fix_shebang "${ED}"
126 -}