sys-power/RyzenAdj: drop 0.15.0

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2025-05-15 09:13:51 +02:00
parent 08c7f15038
commit f23ad70e50
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +1 @@
DIST RyzenAdj-0.15.0.tar.gz 126215 BLAKE2B 4575d47b71b3f777bfaaeb29217c8debf955f561d5bfb7ffdafcacfa23840514f875cfa19e7b41332e948716ec59b2442c900fdb85e1f36c9fb841bd42d6ccdf SHA512 1b40eafeb8fc308d97d76285f13cc5a9ea6043ae3a3af14ebcca3762c93f8b5f64463586aed19413fc79718565b44c43a14480de3e43456f9340f6fbc699a891
DIST RyzenAdj-0.16.0.tar.gz 126451 BLAKE2B c414f6fdb4f18f83aa55e1890fda18558aaabe838d7470aadaa1ac3d2d98552b967bc5753f1784d711bc80b77af3f14ace96ed9986c3dcbf5ba248329a985df0 SHA512 15a49bda180b1a60838f358031c8b443382ced2b74fa9b9717846adc62a9310da43c85841d06cbfa869ea9b9fd0457b09dea26380479b587adac5b4624eb161d

View File

@@ -1,30 +0,0 @@
# Copyright 2022-2024 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}"
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
}