From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/RyzenAdj/
Date: Mon, 10 May 2021 18:59:15 +0000 (UTC) [thread overview]
Message-ID: <1620673146.e95f11c4e55a2ae54b4cc02f171cde851e2388ba.slashbeast@gentoo> (raw)
commit: e95f11c4e55a2ae54b4cc02f171cde851e2388ba
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 18:58:36 2021 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon May 10 18:59:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95f11c4
sys-power/RyzenAdj: New package
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
sys-power/RyzenAdj/Manifest | 1 +
sys-power/RyzenAdj/RyzenAdj-0.8.1.ebuild | 33 ++++++++++++++++++++++++++++++++
sys-power/RyzenAdj/metadata.xml | 11 +++++++++++
3 files changed, 45 insertions(+)
diff --git a/sys-power/RyzenAdj/Manifest b/sys-power/RyzenAdj/Manifest
new file mode 100644
index 00000000000..02ce8e047cd
--- /dev/null
+++ b/sys-power/RyzenAdj/Manifest
@@ -0,0 +1 @@
+DIST RyzenAdj-0.8.1.tar.gz 121560 BLAKE2B e7e2dee6bbb14564a641fff430bf3a043c94a6a95a743e7026f5dda8c2f22fb1c7a0fe129e00c5dd2a21ca7c2accff6dba71b095a6c3390282be7b5dc0082235 SHA512 77ec6095036be526308b778290c39af9855f1de500eafef184e2cf747482e4ffb74a1220a15eddbd556c6459c083a160295c927c31ce6e0cbc654aa62062202b
diff --git a/sys-power/RyzenAdj/RyzenAdj-0.8.1.ebuild b/sys-power/RyzenAdj/RyzenAdj-0.8.1.ebuild
new file mode 100644
index 00000000000..9bdcb5989b9
--- /dev/null
+++ b/sys-power/RyzenAdj/RyzenAdj-0.8.1.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
+}
diff --git a/sys-power/RyzenAdj/metadata.xml b/sys-power/RyzenAdj/metadata.xml
new file mode 100644
index 00000000000..65aa12f9044
--- /dev/null
+++ b/sys-power/RyzenAdj/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>slashbeast@gentoo.org</email>
+ <name>Piotr Karbowski</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">FlyGoat/RyzenAdj</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2021-05-10 18:59 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-10 18:59 Piotr Karbowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-20 9:05 [gentoo-commits] repo/gentoo:master commit in: sys-power/RyzenAdj/ Piotr Karbowski
2021-06-14 9:15 Piotr Karbowski
2022-02-07 22:24 Piotr Karbowski
2022-07-02 20:45 Piotr Karbowski
2022-07-03 10:48 Agostino Sarubbo
2022-07-03 10:52 Agostino Sarubbo
2022-10-19 19:51 Piotr Karbowski
2022-10-20 10:52 Jakov Smolić
2022-10-20 10:56 Jakov Smolić
2022-12-09 21:55 Arthur Zamarin
2022-12-09 22:32 Sam James
2023-01-21 15:38 Piotr Karbowski
2023-01-21 15:38 Piotr Karbowski
2023-03-29 20:51 Piotr Karbowski
2023-03-29 20:51 Piotr Karbowski
2023-05-02 15:21 Arthur Zamarin
2023-05-02 15:21 Arthur Zamarin
2023-08-09 18:14 Piotr Karbowski
2024-11-23 15:42 Michał Górny
2024-11-23 16:20 Michał Górny
2025-02-18 8:18 Joonas Niilola
2025-02-18 8:18 Joonas Niilola
2025-04-26 0:39 Sam James
2025-04-26 1:02 Sam James
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=1620673146.e95f11c4e55a2ae54b4cc02f171cde851e2388ba.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