From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/RyzenAdj/
Date: Sat, 21 Jan 2023 15:38:41 +0000 (UTC) [thread overview]
Message-ID: <1674315518.7f6cadda9c74a148f2d8b002a3e74f80e85ba51d.slashbeast@gentoo> (raw)
commit: 7f6cadda9c74a148f2d8b002a3e74f80e85ba51d
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 15:32:21 2023 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 15:38:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6cadda
sys-power/RyzenAdj: drop old.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
sys-power/RyzenAdj/Manifest | 3 ---
sys-power/RyzenAdj/RyzenAdj-0.10.0.ebuild | 31 -----------------------------
sys-power/RyzenAdj/RyzenAdj-0.8.2-r1.ebuild | 31 -----------------------------
sys-power/RyzenAdj/RyzenAdj-0.8.3.ebuild | 31 -----------------------------
4 files changed, 96 deletions(-)
diff --git a/sys-power/RyzenAdj/Manifest b/sys-power/RyzenAdj/Manifest
index 0c3f7a2e162c..44a3a14b1dea 100644
--- a/sys-power/RyzenAdj/Manifest
+++ b/sys-power/RyzenAdj/Manifest
@@ -1,5 +1,2 @@
-DIST RyzenAdj-0.10.0.tar.gz 125039 BLAKE2B 633f33942cd63ca664d52d49dd3590e1f7df099a26afc3a98b975ac52ff1ee831505e8eae9f6ab6b971d0e997e75ce1634056584fde397cad255c080c8888928 SHA512 4066b77963540014b6910d7da0e6465555a063b526a050c222c6c462ecce8eca31aadeaeb35e14836d0251df22c35ccd440e155a4d8c35b25ad61fd34299a965
DIST RyzenAdj-0.11.1.tar.gz 125189 BLAKE2B c7b928c2b17720e792c028c11da4d5e74f92bb8a28bd92f4116e22bc8e5f054675f70ca97882f204a4e4b02edf0575fe6efaf5bddf32a76d1d0df6404b0528ac SHA512 b7c070d6d648e00fda87b2f780b1e369f2f62a24bddebce1b34983849e221923878fcc19e5e9ac1519428e26013248c1288e5df9f365ca5525d0d8f6ed6e22f7
DIST RyzenAdj-0.12.0.tar.gz 125323 BLAKE2B d7cd07d20942d4c6ecfadf639e4cf4d0a6c7732f8a263f5c42ef5a3113953ebf8246e88df9f975cdcc225d368f56bb5719c76d9a599ee32693ce72225a39de45 SHA512 9e38114c7495b98fe65ecd86ba389510258361b3837b0aeabd9fd6004d5b6ea95d85ce949e2df23c50939c205dce8177227cdcc33b20a19f7371e93841a3b049
-DIST RyzenAdj-0.8.2.tar.gz 122245 BLAKE2B 8a2bc25e1f3030c4e1832149c359cc31fee29303643db9724afc34f4cb5afa4076049ce7c8634034fa4415ace9b71b3bace8bacb55e7ee7630c65285b843e1f9 SHA512 740f3aa57b349e9ccba715aed45e6fdd61ad22ebf1050bba8a11da7c5d6aaa37a39b9c3b6a1762556da7f9424e3af63de19476eb5f6cb7593cd8edb4f5f4b248
-DIST RyzenAdj-0.8.3.tar.gz 122381 BLAKE2B 39cfaee1013eace362805acbc330ba791c03297d416484ddc96dd10553df1a78eb849ce8f90fea40415c0caf8fdcbe7059d7b27e21a0db9dcd04f99ebdf640a3 SHA512 57e3c9a0c85e194b2200ad2a265dd293bc04434bded8bf0cf61a9ae0ae08dbf993363e7fb7d02033b896828fbe6b637c6b23ab3cb0587d4f1d0108c9cdd3ea36
diff --git a/sys-power/RyzenAdj/RyzenAdj-0.10.0.ebuild b/sys-power/RyzenAdj/RyzenAdj-0.10.0.ebuild
deleted file mode 100644
index 1212e30f5521..000000000000
--- a/sys-power/RyzenAdj/RyzenAdj-0.10.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="The power management tool for mobile and desktop Ryzen APUs"
-HOMEPAGE="https://github.com/FlyGoat/RyzenAdj"
-SRC_URI="https://github.com/FlyGoat/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="sys-apps/pciutils"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_configure() {
- CMAKE_BUILD_TYPE="Release"
- cmake_src_configure
-}
-
-src_install() {
- dosbin "${BUILD_DIR}"/ryzenadj
-
- dolib.so "${BUILD_DIR}"/libryzenadj.so
-
- dodoc "${S}"/README.md
-}
diff --git a/sys-power/RyzenAdj/RyzenAdj-0.8.2-r1.ebuild b/sys-power/RyzenAdj/RyzenAdj-0.8.2-r1.ebuild
deleted file mode 100644
index 32ff0cb5e701..000000000000
--- a/sys-power/RyzenAdj/RyzenAdj-0.8.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="The power management tool for mobile and desktop Ryzen APUs"
-HOMEPAGE="https://github.com/FlyGoat/RyzenAdj"
-SRC_URI="https://github.com/FlyGoat/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="sys-apps/pciutils"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_configure() {
- CMAKE_BUILD_TYPE="Release"
- cmake_src_configure
-}
-
-src_install() {
- dosbin "${BUILD_DIR}"/ryzenadj
-
- dolib.so "${BUILD_DIR}"/libryzenadj.so
-
- dodoc "${S}"/README.md
-}
diff --git a/sys-power/RyzenAdj/RyzenAdj-0.8.3.ebuild b/sys-power/RyzenAdj/RyzenAdj-0.8.3.ebuild
deleted file mode 100644
index 1212e30f5521..000000000000
--- a/sys-power/RyzenAdj/RyzenAdj-0.8.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="The power management tool for mobile and desktop Ryzen APUs"
-HOMEPAGE="https://github.com/FlyGoat/RyzenAdj"
-SRC_URI="https://github.com/FlyGoat/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="sys-apps/pciutils"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_configure() {
- CMAKE_BUILD_TYPE="Release"
- cmake_src_configure
-}
-
-src_install() {
- dosbin "${BUILD_DIR}"/ryzenadj
-
- dolib.so "${BUILD_DIR}"/libryzenadj.so
-
- dodoc "${S}"/README.md
-}
next reply other threads:[~2023-01-21 15:38 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-21 15:38 Piotr Karbowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-15 7:24 [gentoo-commits] repo/gentoo:master commit in: sys-power/RyzenAdj/ Petr Vaněk
2025-04-26 1:02 Sam James
2025-04-26 0:39 Sam James
2025-02-18 8:18 Joonas Niilola
2025-02-18 8:18 Joonas Niilola
2024-11-23 16:20 Michał Górny
2024-11-23 15:42 Michał Górny
2023-08-09 18:14 Piotr Karbowski
2023-05-02 15:21 Arthur Zamarin
2023-05-02 15:21 Arthur Zamarin
2023-03-29 20:51 Piotr Karbowski
2023-03-29 20:51 Piotr Karbowski
2023-01-21 15:38 Piotr Karbowski
2022-12-09 22:32 Sam James
2022-12-09 21:55 Arthur Zamarin
2022-10-20 10:56 Jakov Smolić
2022-10-20 10:52 Jakov Smolić
2022-10-19 19:51 Piotr Karbowski
2022-07-03 10:52 Agostino Sarubbo
2022-07-03 10:48 Agostino Sarubbo
2022-07-02 20:45 Piotr Karbowski
2022-02-07 22:24 Piotr Karbowski
2021-06-14 9:15 Piotr Karbowski
2021-05-20 9:05 Piotr Karbowski
2021-05-10 18:59 Piotr Karbowski
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=1674315518.7f6cadda9c74a148f2d8b002a3e74f80e85ba51d.slashbeast@gentoo \
--to=slashbeast@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