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: Mon, 14 Feb 2022 14:34:33 +0000 (UTC)	[thread overview]
Message-ID: <1644849022.64b3c53b47c1d4ed963283eb8af9a345ac3d3897.dlan@gentoo> (raw)

commit:     64b3c53b47c1d4ed963283eb8af9a345ac3d3897
Author:     Francisco Javier Félix <web <AT> inode64 <DOT> com>
AuthorDate: Thu Feb 10 17:27:00 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Feb 14 14:30:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b3c53b

sys-apps/tuned: version bump, 2.18.0

requiere app-emulation/virt-what from spec
Include optional features (hdparm, dmidecode, iproute2)

Closes: https://github.com/gentoo/gentoo/pull/24149
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: INODE64 <ffelix <AT> inode64.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 sys-apps/tuned/Manifest                                  |  1 +
 sys-apps/tuned/tuned-2.16.0.ebuild                       | 16 +++++++++++-----
 sys-apps/tuned/tuned-2.17.0.ebuild                       | 14 ++++++++++----
 .../tuned/{tuned-2.17.0.ebuild => tuned-2.18.0.ebuild}   | 15 +++++++++++----
 4 files changed, 33 insertions(+), 13 deletions(-)

diff --git a/sys-apps/tuned/Manifest b/sys-apps/tuned/Manifest
index 71d63c7625cd..2e205cc48127 100644
--- a/sys-apps/tuned/Manifest
+++ b/sys-apps/tuned/Manifest
@@ -1,2 +1,3 @@
 DIST tuned-2.16.0.tar.gz 213111 BLAKE2B 865cfffc89459396aa50c7908c88de405dea365084cf1592134391da961e88cc5610b663d93d531febdf881182624a13771493c61915003c59ad24bc64dd8a5c SHA512 35f04e1ee1ab3d8be711f0787db92c089cc210c75a3be0bc60389effaed8dc3fb502eff54ea0336154563f7b194f8ff286a2e408ab439a472b6d4922c64d5b03
 DIST tuned-2.17.0.tar.gz 214983 BLAKE2B 76c9609b91910cb5c4da67a18ba7d0c3dd7348e02360084ae6ca9e6b17832071314f5e4e84a4700789ae6c456aebb7c60c44e9951687d43a5e3a82fdbdddaa33 SHA512 e2521caa47c3176528ea1fd595d30c483aec4623eeccc9a7c1aa3b3781c7c9bdc48625488b313d7aaebbfecbae8f540029d2159d522574e334096094da54e868
+DIST tuned-2.18.0.tar.gz 218252 BLAKE2B 25bf078ea4e616830fa8b125251e24afbe2a566fcdd1050b2e1ac95125e22e8276b61f23a0236380bf1aec5ce892e1832230a800356460b5af21346c8825269d SHA512 9508bfad6502b7b9a72fb84d29308cbc10b3cb663b367c821e79ad4d57c2349086c199bf884440c46d230d08d0ad3df17d4f31ebdc03b68c7ba2695b6e18bcc9

diff --git a/sys-apps/tuned/tuned-2.16.0.ebuild b/sys-apps/tuned/tuned-2.16.0.ebuild
index cceedf446eba..7ce4188e8394 100644
--- a/sys-apps/tuned/tuned-2.16.0.ebuild
+++ b/sys-apps/tuned/tuned-2.16.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 PYTHON_COMPAT=( python3_{8,9} )
 
-inherit python-single-r1 tmpfiles xdg-utils
+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"
@@ -21,19 +21,21 @@ DEPEND="
 	${PYTHON_DEPS}
 	$(python_gen_cond_dep '
 		dev-python/configobj[${PYTHON_USEDEP}]
-		dev-python/decorator[${PYTHON_USEDEP}]
-		dev-python/pyudev[${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-util/systemtap
 	sys-apps/dbus
 	sys-apps/ethtool
 	sys-power/powertop
-	dev-util/systemtap"
+	"
 
 RESTRICT="test"
 
@@ -60,4 +62,8 @@ src_install() {
 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
 }

diff --git a/sys-apps/tuned/tuned-2.17.0.ebuild b/sys-apps/tuned/tuned-2.17.0.ebuild
index d43f6e41ed30..ee2397ad3175 100644
--- a/sys-apps/tuned/tuned-2.17.0.ebuild
+++ b/sys-apps/tuned/tuned-2.17.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
 
-inherit python-single-r1 tmpfiles xdg-utils
+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"
@@ -21,19 +21,21 @@ DEPEND="
 	${PYTHON_DEPS}
 	$(python_gen_cond_dep '
 		dev-python/configobj[${PYTHON_USEDEP}]
-		dev-python/decorator[${PYTHON_USEDEP}]
-		dev-python/pyudev[${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-util/systemtap
 	sys-apps/dbus
 	sys-apps/ethtool
 	sys-power/powertop
-	dev-util/systemtap"
+	"
 
 RESTRICT="test"
 
@@ -60,4 +62,8 @@ src_install() {
 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
 }

diff --git a/sys-apps/tuned/tuned-2.17.0.ebuild b/sys-apps/tuned/tuned-2.18.0.ebuild
similarity index 80%
copy from sys-apps/tuned/tuned-2.17.0.ebuild
copy to sys-apps/tuned/tuned-2.18.0.ebuild
index d43f6e41ed30..8443e063fd1c 100644
--- a/sys-apps/tuned/tuned-2.17.0.ebuild
+++ b/sys-apps/tuned/tuned-2.18.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
 
-inherit python-single-r1 tmpfiles xdg-utils
+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"
@@ -21,19 +21,21 @@ DEPEND="
 	${PYTHON_DEPS}
 	$(python_gen_cond_dep '
 		dev-python/configobj[${PYTHON_USEDEP}]
-		dev-python/decorator[${PYTHON_USEDEP}]
-		dev-python/pyudev[${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-util/systemtap
 	sys-apps/dbus
 	sys-apps/ethtool
 	sys-power/powertop
-	dev-util/systemtap"
+	"
 
 RESTRICT="test"
 
@@ -60,4 +62,9 @@ src_install() {
 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:[~2022-02-14 14:34 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-14 14:34 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-30 11:12 [gentoo-commits] repo/gentoo:master commit in: sys-apps/tuned/ Yixun Lan
2025-03-29 14:29 Yixun Lan
2025-03-29 14:29 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-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=1644849022.64b3c53b47c1d4ed963283eb8af9a345ac3d3897.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