From 8786557f50665cfd3a22ad42ec92209c4d6eae66 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Feb 2024 05:40:24 +0000 Subject: gentoo auto-resync : 26:02:2024 - 05:40:24 --- sys-apps/tuned/Manifest | 4 +-- sys-apps/tuned/tuned-2.21.0.ebuild | 70 -------------------------------------- sys-apps/tuned/tuned-2.22.1.ebuild | 70 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+), 72 deletions(-) delete mode 100644 sys-apps/tuned/tuned-2.21.0.ebuild create mode 100644 sys-apps/tuned/tuned-2.22.1.ebuild (limited to 'sys-apps/tuned') diff --git a/sys-apps/tuned/Manifest b/sys-apps/tuned/Manifest index be4b175adba2..674857f46560 100644 --- a/sys-apps/tuned/Manifest +++ b/sys-apps/tuned/Manifest @@ -1,6 +1,6 @@ AUX tuned.initd 421 BLAKE2B b60d6fbf4110ba7e0b5c36159dc9624460ccb8774f101a50b89e633bb177a8ef9d7c36fa425a27d8c5ec6c7b9b19965212cb5ee4b60e02abb3c3990beb26840a SHA512 0123e60def031887040df8690222cc553d93b3c5eb7413e19f722ef04ccf2aeb6468709f66866d432d4d0b0c0ed6875929f1292fde8ad18c4a6b589d1b40fab4 -DIST tuned-2.21.0.tar.gz 245442 BLAKE2B 7b5bd75a026b871153a7340fbdfca690f2ff5723295d019260391b431d6b327ee445c44dff2755e6fc0e672af806e8cba96bea9122ef3efeafb8ec4269c34877 SHA512 f1f58d582997db7789af990895c63c1fd4f6329b95cda7fa0fb314f95f05be120b90228e347d0239e4a4bed13baad66a42f006880e369f46741ecf8705bb92d0 DIST tuned-2.22.0.tar.gz 254613 BLAKE2B 5354181ab300125d7011aa12c208bc9973c19bd34018ba83d772a9e2fa1598cb6582f952afb35d586bb24a2e3af077bdff22fa6e1e39fcdbe94bee090b2032a2 SHA512 653f946e8eff57eaa7e26b05c9215d60c8dcec6760b4a41a2855328e86b65f4dcbc0b2fd7d9f9355d00aae93f601c035a38d4e1611f30cb5003b417e31bea4dc -EBUILD tuned-2.21.0.ebuild 1661 BLAKE2B 3c040157964d6ce640f56a8ad9e8760b458ff6841bc4dddae2ecb4a158fd695a4bd4bcef27395958d4163e19079bff12c2910ccb52e1dc5e35713d683386471c SHA512 8c2c12e8c890ebe5eb7ee7316ef971fe892708a1e64fbf03bc8ef1ca5530d59e5d2eb037b160232e7d0e7d70610c73a90d25f30fa0c643f66c28e81a5d68e3f7 +DIST tuned-2.22.1.tar.gz 254690 BLAKE2B 1942aed859425494df702a45900d6e0c26c799f19427cb1ff18160ed49cf8ac78ae3b73a39f1120a1dc5d344c3c1e61298085c54655aa13052600b946cb16a41 SHA512 160b1cab5477d84a0da89f584fe646b32162527a138d9b5957799c5f26598b98449733040710133a1c5bdd5588eee72549131ff163e777a105fc24e92edc6d8f EBUILD tuned-2.22.0.ebuild 1661 BLAKE2B 3c040157964d6ce640f56a8ad9e8760b458ff6841bc4dddae2ecb4a158fd695a4bd4bcef27395958d4163e19079bff12c2910ccb52e1dc5e35713d683386471c SHA512 8c2c12e8c890ebe5eb7ee7316ef971fe892708a1e64fbf03bc8ef1ca5530d59e5d2eb037b160232e7d0e7d70610c73a90d25f30fa0c643f66c28e81a5d68e3f7 +EBUILD tuned-2.22.1.ebuild 1661 BLAKE2B 3c040157964d6ce640f56a8ad9e8760b458ff6841bc4dddae2ecb4a158fd695a4bd4bcef27395958d4163e19079bff12c2910ccb52e1dc5e35713d683386471c SHA512 8c2c12e8c890ebe5eb7ee7316ef971fe892708a1e64fbf03bc8ef1ca5530d59e5d2eb037b160232e7d0e7d70610c73a90d25f30fa0c643f66c28e81a5d68e3f7 MISC metadata.xml 389 BLAKE2B 52563fa6fe2c0117754a8892f1393c78692dc9952a06ecc3fdf0344a2a4bdf9ff7f72acf9e0789d2ce5c014c8f563c9ce5a553a2bd94adc654982e1c37c1f225 SHA512 9f4a01f5090acff631fa852632f6c4624b08c746afb545aeb215bfbf55f2ae7ef9b6f74af0036ca1e6962ac3a4307b6175afad3eb6b0363fe8868a4185168747 diff --git a/sys-apps/tuned/tuned-2.21.0.ebuild b/sys-apps/tuned/tuned-2.21.0.ebuild deleted file mode 100644 index 574731427297..000000000000 --- a/sys-apps/tuned/tuned-2.21.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..11} ) - -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.22.1.ebuild b/sys-apps/tuned/tuned-2.22.1.ebuild new file mode 100644 index 000000000000..574731427297 --- /dev/null +++ b/sys-apps/tuned/tuned-2.22.1.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) + +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 +} -- cgit v1.2.3