From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/RyzenAdj/
Date: Thu, 20 May 2021 09:05:57 +0000 (UTC) [thread overview]
Message-ID: <1621501554.de6a12c782acac512aecb008b09a1ce2fcf65a98.slashbeast@gentoo> (raw)
commit: de6a12c782acac512aecb008b09a1ce2fcf65a98
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Thu May 20 09:05:21 2021 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu May 20 09:05:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6a12c7
sys-power/RyzenAdj: 0.8.2 version bump.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
sys-power/RyzenAdj/Manifest | 1 +
sys-power/RyzenAdj/RyzenAdj-0.8.2.ebuild | 33 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/sys-power/RyzenAdj/Manifest b/sys-power/RyzenAdj/Manifest
index 02ce8e047cd..4a9ecb43943 100644
--- a/sys-power/RyzenAdj/Manifest
+++ b/sys-power/RyzenAdj/Manifest
@@ -1 +1,2 @@
DIST RyzenAdj-0.8.1.tar.gz 121560 BLAKE2B e7e2dee6bbb14564a641fff430bf3a043c94a6a95a743e7026f5dda8c2f22fb1c7a0fe129e00c5dd2a21ca7c2accff6dba71b095a6c3390282be7b5dc0082235 SHA512 77ec6095036be526308b778290c39af9855f1de500eafef184e2cf747482e4ffb74a1220a15eddbd556c6459c083a160295c927c31ce6e0cbc654aa62062202b
+DIST RyzenAdj-0.8.2.tar.gz 122245 BLAKE2B 8a2bc25e1f3030c4e1832149c359cc31fee29303643db9724afc34f4cb5afa4076049ce7c8634034fa4415ace9b71b3bace8bacb55e7ee7630c65285b843e1f9 SHA512 740f3aa57b349e9ccba715aed45e6fdd61ad22ebf1050bba8a11da7c5d6aaa37a39b9c3b6a1762556da7f9424e3af63de19476eb5f6cb7593cd8edb4f5f4b248
diff --git a/sys-power/RyzenAdj/RyzenAdj-0.8.2.ebuild b/sys-power/RyzenAdj/RyzenAdj-0.8.2.ebuild
new file mode 100644
index 00000000000..9bdcb5989b9
--- /dev/null
+++ b/sys-power/RyzenAdj/RyzenAdj-0.8.2.ebuild
@@ -0,0 +1,33 @@
+# 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
+
+ dodir "/usr/$(get_libdir)"
+ insinto "/usr/$(get_libdir)"
+ doins "${BUILD_DIR}"/libryzenadj.so
+
+ dodoc "${S}"/README.md
+}
next reply other threads:[~2021-05-20 9:06 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-20 9:05 Piotr Karbowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-18 8:18 [gentoo-commits] repo/gentoo:master commit in: sys-power/RyzenAdj/ 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
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-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=1621501554.de6a12c782acac512aecb008b09a1ce2fcf65a98.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