public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/tuned/
Date: Sat, 29 Mar 2025 14:29:14 +0000 (UTC)	[thread overview]
Message-ID: <1743258494.628b5b851c7500433a573c73721baf0ef76d791d.dlan@gentoo> (raw)

commit:     628b5b851c7500433a573c73721baf0ef76d791d
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 29 13:23:31 2025 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Mar 29 14:28:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=628b5b85

sys-apps/tuned: drop 2.23.0, 2.24.0

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 sys-apps/tuned/Manifest            |  2 --
 sys-apps/tuned/tuned-2.23.0.ebuild | 70 --------------------------------------
 sys-apps/tuned/tuned-2.24.0.ebuild | 70 --------------------------------------
 3 files changed, 142 deletions(-)

diff --git a/sys-apps/tuned/Manifest b/sys-apps/tuned/Manifest
index cd8bcefc2a75..df907e89def9 100644
--- a/sys-apps/tuned/Manifest
+++ b/sys-apps/tuned/Manifest
@@ -1,4 +1,2 @@
-DIST tuned-2.23.0.tar.gz 261402 BLAKE2B 7fb46fc8eb074779c963c8424c3e802cd9ef216ef80cd96ba8d9d3f1bc83dc03187496044d164cbc1ef6c164ee9004b2dfc6795cf6b6605cb662502f3b4cc5c2 SHA512 b7d95b17ab38ac944e6e5b8b4345ddf65120a03ebb73cdb1795525c237852a8fa4223dcef6ce28189874e5010c8076816bd3646fd7f700983f2449400a2057d8
-DIST tuned-2.24.0.tar.gz 263676 BLAKE2B e699ca612bdf9395e47c0882c8302c14a3d657299f224580cab0a9c3eda73a6a435af6d34d69d5cf9df138a1d87fcd2eb16e551427d348231322a1250de4981d SHA512 d004cd621e26195fff14b39f29b2143cf47de09641454acd3029d61142c3d000a452f018356c84c32772bd99fc766f6ee847d2a8eddbde8ae34aaa0ecefa644e
 DIST tuned-2.24.1.tar.gz 264503 BLAKE2B 7b83e52c03ceb9b565707cbc95122065badfca2e29a818f6ca78523550eb27d27eddb95bc3e5f81d997e36c52d342e87929a025fa60844144df93175613dafef SHA512 66c0a438a6bd0f2febd3bd0f1bb65ab05141f167b51581fae997922965308f0127b605cf57291244074f24598d1166f628dd2ed102f4829e5b164a23f8712b3f
 DIST tuned-2.25.1.tar.gz 268726 BLAKE2B 324f47f7a45bb363fb171ceed3139da3a7f2b16fecda061ac1183b58c09c9787dff50d2092b21d3e0c8a2c259cecbd8f501ff6de284837f47b49c2deb89b4185 SHA512 fa5ac9d818d11b118fb7c26db28993b704f590070edbece570fee1a6c60a1f5f850b711683c45b46f33d9b056a84e43ced2c4c1ee58e9ef3d1fd035a4c1d4de4

diff --git a/sys-apps/tuned/tuned-2.23.0.ebuild b/sys-apps/tuned/tuned-2.23.0.ebuild
deleted file mode 100644
index 7f5306e69847..000000000000
--- a/sys-apps/tuned/tuned-2.23.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit optfeature python-single-r1 tmpfiles xdg-utils
-
-DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices"
-HOMEPAGE="https://github.com/redhat-performance/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}"
-
-DEPEND="
-	${PYTHON_DEPS}
-	$(python_gen_cond_dep '
-		dev-python/configobj[${PYTHON_USEDEP}]
-		dev-python/dbus-python[${PYTHON_USEDEP}]
-		dev-python/decorator[${PYTHON_USEDEP}]
-		dev-python/pygobject:3[${PYTHON_USEDEP}]
-		dev-python/python-linux-procfs[${PYTHON_USEDEP}]
-		dev-python/pyudev[${PYTHON_USEDEP}]
-	')"
-
-RDEPEND="
-	${DEPEND}
-	app-emulation/virt-what
-	dev-debug/systemtap
-	sys-apps/dbus
-	sys-apps/ethtool
-	sys-power/powertop
-	"
-
-RESTRICT="test"
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e "/^PYTHON/s:/usr/bin/python3:${EPREFIX}/usr/bin/${EPYTHON}:" \
-		-e "/^export 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 "${D}"
-	python_optimize
-}
-
-pkg_postinst() {
-	tmpfiles_process ${PN}.conf
-	xdg_icon_cache_update
-
-	optfeature_header
-	optfeature "Optimize for power saving by spinning-down rotational disks" sys-apps/hdparm
-	optfeature "Get hardware info" sys-apps/dmidecode
-	optfeature "Optimize network txqueuelen" sys-apps/iproute2
-}

diff --git a/sys-apps/tuned/tuned-2.24.0.ebuild b/sys-apps/tuned/tuned-2.24.0.ebuild
deleted file mode 100644
index 7f5306e69847..000000000000
--- a/sys-apps/tuned/tuned-2.24.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit optfeature python-single-r1 tmpfiles xdg-utils
-
-DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices"
-HOMEPAGE="https://github.com/redhat-performance/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}"
-
-DEPEND="
-	${PYTHON_DEPS}
-	$(python_gen_cond_dep '
-		dev-python/configobj[${PYTHON_USEDEP}]
-		dev-python/dbus-python[${PYTHON_USEDEP}]
-		dev-python/decorator[${PYTHON_USEDEP}]
-		dev-python/pygobject:3[${PYTHON_USEDEP}]
-		dev-python/python-linux-procfs[${PYTHON_USEDEP}]
-		dev-python/pyudev[${PYTHON_USEDEP}]
-	')"
-
-RDEPEND="
-	${DEPEND}
-	app-emulation/virt-what
-	dev-debug/systemtap
-	sys-apps/dbus
-	sys-apps/ethtool
-	sys-power/powertop
-	"
-
-RESTRICT="test"
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e "/^PYTHON/s:/usr/bin/python3:${EPREFIX}/usr/bin/${EPYTHON}:" \
-		-e "/^export 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 "${D}"
-	python_optimize
-}
-
-pkg_postinst() {
-	tmpfiles_process ${PN}.conf
-	xdg_icon_cache_update
-
-	optfeature_header
-	optfeature "Optimize for power saving by spinning-down rotational disks" sys-apps/hdparm
-	optfeature "Get hardware info" sys-apps/dmidecode
-	optfeature "Optimize network txqueuelen" sys-apps/iproute2
-}


             reply	other threads:[~2025-03-29 14:29 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-29 14:29 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-29 14:29 [gentoo-commits] repo/gentoo:master commit in: sys-apps/tuned/ Yixun Lan
2025-02-10 13:37 Yixun Lan
2024-12-02 10:17 Yixun Lan
2024-08-26  0:03 Yixun Lan
2024-08-21  5:30 Sam James
2024-06-06 13:33 Yixun Lan
2024-06-06 13:33 Yixun Lan
2024-06-06 13:33 Yixun Lan
2024-02-26  1:29 Yixun Lan
2024-02-26  1:29 Yixun Lan
2024-02-18  1:10 Yixun Lan
2024-02-18  1:10 Yixun Lan
2023-08-30  9:55 Yixun Lan
2023-08-30  9:55 Yixun Lan
2023-03-11 11:06 Yixun Lan
2023-03-11 11:06 Yixun Lan
2022-09-05 13:11 Yixun Lan
2022-09-05 13:11 Yixun Lan
2022-02-14 14:34 Yixun Lan
2022-02-14 14:34 Yixun Lan
2022-01-31 14:52 Yixun Lan
2022-01-31 14:52 Yixun Lan
2021-09-26 19:36 Conrad Kostecki
2021-09-26 19:36 Conrad Kostecki
2021-09-24  1:52 Yixun Lan
2021-07-17 18:18 David Seifert
2021-05-31 21:00 Michał Górny
2021-02-03 14:10 Yixun Lan
2021-01-14 14:37 Yixun Lan
2021-01-13 23:04 Yixun Lan
2020-02-09 16:42 Michał Górny
2020-02-05 20:47 Michał Górny
2020-01-22  6:43 Yixun Lan
2019-08-13 14:10 Michał Górny
2018-11-20  6:30 Yixun Lan
2017-07-26  9:19 Patrice Clement
2016-11-04  3:02 Yixun Lan
2016-08-15  7:51 Yixun Lan
2016-05-29 12:23 Yixun Lan
2016-05-29 12:23 Yixun Lan
2016-02-01  3:08 Yixun Lan
2016-02-01  3:08 Yixun Lan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1743258494.628b5b851c7500433a573c73721baf0ef76d791d.dlan@gentoo \
    --to=dlan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox