public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2021-09-14 22:04 Piotr Karbowski
  0 siblings, 0 replies; 14+ messages in thread
From: Piotr Karbowski @ 2021-09-14 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     1a5c67f09ee13e244cc872561ca18310817551b7
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 14 20:22:36 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Tue Sep 14 22:04:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5c67f0

app-admin/ryzen_smu: Fix CC when actually crosscompilling.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-admin/ryzen_smu/ryzen_smu-0.1.2.ebuild           | 2 +-
 app-admin/ryzen_smu/ryzen_smu-0.1.2_p20210627.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.2.ebuild b/app-admin/ryzen_smu/ryzen_smu-0.1.2.ebuild
index fe4e3f02e5e..7b435d147ee 100644
--- a/app-admin/ryzen_smu/ryzen_smu-0.1.2.ebuild
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.2.ebuild
@@ -26,7 +26,7 @@ pkg_setup() {
 	linux-mod_pkg_setup
 
 	BUILD_TARGETS="modules"
-	BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERNEL_BUILD=${KERNEL_DIR}"
+	BUILD_PARAMS="CC=$(tc-getCC) KERNEL_BUILD=${KERNEL_DIR}"
 }
 
 src_install() {

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20210627.ebuild b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20210627.ebuild
index e07caf3d378..6beb7f83fc1 100644
--- a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20210627.ebuild
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20210627.ebuild
@@ -26,7 +26,7 @@ pkg_setup() {
 	linux-mod_pkg_setup
 
 	BUILD_TARGETS="modules"
-	BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERNEL_BUILD=${KERNEL_DIR}"
+	BUILD_PARAMS="CC=$(tc-getCC) KERNEL_BUILD=${KERNEL_DIR}"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2022-02-07 22:24 Piotr Karbowski
  0 siblings, 0 replies; 14+ messages in thread
From: Piotr Karbowski @ 2022-02-07 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     1a7c9a89de07d37856ee17bce736d29a4fca11d9
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 22:19:03 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 22:24:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7c9a89

app-admin/ryzen_smu: 0.1.2_p20211205 version bump.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-admin/ryzen_smu/Manifest                       |  1 +
 .../ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild     | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-admin/ryzen_smu/Manifest b/app-admin/ryzen_smu/Manifest
index 55487ffbafa3..b515364afb69 100644
--- a/app-admin/ryzen_smu/Manifest
+++ b/app-admin/ryzen_smu/Manifest
@@ -1,2 +1,3 @@
 DIST ryzen_smu-0.1.2.tar.gz 169644 BLAKE2B 48445c857d10077b87513d1ccaf6b94d46f6c9179f327de4309d699a17bdd6b41f956e29e324a466451fb2ed68218730c0a02a19b820909cc606eaeea85ed9ab SHA512 7a47b193c7143c3b6bcc2943f9ee895fa1184c9c14953e728cda4f6c8416bef19f0c5fa34344bc47e21101f47816961c4a5f222fd70a7d29401452f90c75ba04
 DIST ryzen_smu-0.1.2_p20210627.tar.xz 151900 BLAKE2B c3845755753256aeee4e68d106e2f61c3c2578a31035eebac60d6e484f60a592de1c67574519d48cf251403cc118dd98efd030d4d7eee23f58b8f7b0d2e0ca8c SHA512 65578d8696fe3b8d002895614df72d57700fb1a5b8587fe0671a6863446fad72425400f9f6767abfdc636927132820e63b7f780fd9e88b5ab4b13668be405ed0
+DIST ryzen_smu-0.1.2_p20211205.tar.xz 386260 BLAKE2B eea0466f6abd93a18c670fbbf603be7efb60807865151543341b6a0a9f248eff8a99d8ecda864bebab6e5e2471ff7239681a83ae9b3dded3b1350a7f363ee62c SHA512 93f7eaac4811ac6e3d46abeb012b1ff4e334fc9247a3747ca67489a35ea04dce20806ae2e57f46e930e5238d1d2a966e8d0b83f8bf090a735d0c2d078f3256f3

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild
new file mode 100644
index 000000000000..90210e25cb73
--- /dev/null
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-mod linux-info toolchain-funcs
+
+SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz"
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Kernel driver for AMD Ryzen's System Management Unit"
+HOMEPAGE="https://github.com/leogx9r/ryzen_smu"
+
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+MODULE_NAMES="ryzen_smu(misc)"
+
+pkg_setup() {
+	linux_config_exists
+
+	linux-mod_pkg_setup
+
+	BUILD_TARGETS="modules"
+	BUILD_PARAMS="CC=$(tc-getCC) KERNEL_BUILD=${KERNEL_DIR}"
+}
+
+src_install() {
+	linux-mod_src_install
+	insinto /usr/lib/modules-load.d/
+	newins "${FILESDIR}"/ryzen_smu.conf ryzen_smu.conf
+
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2022-07-02 22:25 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-07-02 22:25 UTC (permalink / raw
  To: gentoo-commits

commit:     621e995951dc4f7291296702dec4d56f8fa50adf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 22:25:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 22:25:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621e9959

app-admin/ryzen_smu: Stabilize 0.1.2_p20211205 amd64, #855998

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild
index 90210e25cb73..04843615ec11 100644
--- a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit linux-mod linux-info toolchain-funcs
 
 SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DESCRIPTION="Kernel driver for AMD Ryzen's System Management Unit"
 HOMEPAGE="https://github.com/leogx9r/ryzen_smu"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2022-07-03 10:52 Agostino Sarubbo
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2022-07-03 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     4e2d38a5b1ae5e85445dcd4688d9d80c267f9a81
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 10:51:40 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 10:51:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2d38a5

app-admin/ryzen_smu: x86 stable wrt bug #855998

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild
index 04843615ec11..aa763072c39c 100644
--- a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit linux-mod linux-info toolchain-funcs
 
 SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DESCRIPTION="Kernel driver for AMD Ryzen's System Management Unit"
 HOMEPAGE="https://github.com/leogx9r/ryzen_smu"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2022-10-29 16:06 Piotr Karbowski
  0 siblings, 0 replies; 14+ messages in thread
From: Piotr Karbowski @ 2022-10-29 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9c1beee8e43ecd644bc1f7f473ea4e4a7098ceeb
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Sat Oct 22 17:01:48 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 16:06:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1beee8

app-admin/ryzen_smu: handle clang built kernels OOTB

If the kernel has been built with a different version of clang
than the default one, the emerge will fail as expected.

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
Closes: https://github.com/gentoo/gentoo/pull/22143
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild
index aa763072c39c..96e15892d055 100644
--- a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205.ebuild
@@ -26,7 +26,17 @@ pkg_setup() {
 	linux-mod_pkg_setup
 
 	BUILD_TARGETS="modules"
-	BUILD_PARAMS="CC=$(tc-getCC) KERNEL_BUILD=${KERNEL_DIR}"
+	BUILD_PARAMS="KERNEL_BUILD=${KERNEL_DIR}"
+	if linux_chkconfig_present CC_IS_CLANG; then
+	  BUILD_PARAMS+=" CC=${CHOST}-clang"
+	  if linux_chkconfig_present LD_IS_LLD; then
+	    BUILD_PARAMS+=' LD=ld.lld'
+	    if linux_chkconfig_present LTO_CLANG_THIN; then
+	      # kernel enables cache by default leading to sandbox violations
+	      BUILD_PARAMS+=' ldflags-y=--thinlto-cache-dir= LDFLAGS_MODULE=--thinlto-cache-dir='
+	    fi
+	  fi
+	fi
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2023-05-29 13:05 Ionen Wolkens
  0 siblings, 0 replies; 14+ messages in thread
From: Ionen Wolkens @ 2023-05-29 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0d61c12173e779de87882aa5310edf83f1de4e89
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed May 24 21:26:00 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon May 29 13:03:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d61c121

app-admin/ryzen_smu: migrate to linux-mod-r1

I don't actually use this (no hardware), but migrating myself as an
example given it's simple and cleanups the CC_IS_CLANG checks. Sorry
if it breaks anything (feel free to mask or revert if need be).

Haven't heard from slashbeast (maybe didn't notice PR), but hopefully
this is okay.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 .../ryzen_smu/ryzen_smu-0.1.2_p20211205-r1.ebuild  | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205-r1.ebuild b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205-r1.ebuild
new file mode 100644
index 000000000000..f1b8625e5b94
--- /dev/null
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod-r1
+
+DESCRIPTION="Kernel driver for AMD Ryzen's System Management Unit"
+HOMEPAGE="https://github.com/leogx9r/ryzen_smu"
+SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+	local modlist=( ryzen_smu )
+	local modargs=( KERNEL_BUILD="${KV_OUT_DIR}" )
+
+	linux-mod-r1_src_compile
+}
+
+src_install() {
+	linux-mod-r1_src_install
+
+	insinto /usr/lib/modules-load.d
+	doins "${FILESDIR}"/ryzen_smu.conf
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2023-05-29 13:05 Ionen Wolkens
  0 siblings, 0 replies; 14+ messages in thread
From: Ionen Wolkens @ 2023-05-29 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     fcf365b160e653e1df5580adf341b6ab527f9ba2
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 12:55:32 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon May 29 13:03:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf365b1

app-admin/ryzen_smu: add github upstream metadata

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-admin/ryzen_smu/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-admin/ryzen_smu/metadata.xml b/app-admin/ryzen_smu/metadata.xml
index 8ac26ba5990d..1ca97fb95e1b 100644
--- a/app-admin/ryzen_smu/metadata.xml
+++ b/app-admin/ryzen_smu/metadata.xml
@@ -5,4 +5,7 @@
 		<email>slashbeast@gentoo.org</email>
 		<name>Piotr Karbowski</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">leogx9r/ryzen_smu</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2023-07-23 19:22 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-07-23 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     fbccf60b61f42e1e5e4d917fc0fc6b445975c23c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 19:22:27 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 19:22:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbccf60b

app-admin/ryzen_smu: Stabilize 0.1.2_p20211205-r1 amd64, #909788

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205-r1.ebuild b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205-r1.ebuild
index f1b8625e5b94..b294b0edc887 100644
--- a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205-r1.ebuild
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20211205-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_compile() {
 	local modlist=( ryzen_smu )


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2023-10-22 16:41 Jonas Stein
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Stein @ 2023-10-22 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     64cb5946d3ffd59181b4a09e0cff32ca148ee2e8
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 16:39:41 2023 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 16:40:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64cb5946

app-admin/ryzen_smu: add 0.1.5

Closes: https://bugs.gentoo.org/916097
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 app-admin/ryzen_smu/Manifest               |  1 +
 app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/app-admin/ryzen_smu/Manifest b/app-admin/ryzen_smu/Manifest
index b515364afb69..595450b0211e 100644
--- a/app-admin/ryzen_smu/Manifest
+++ b/app-admin/ryzen_smu/Manifest
@@ -1,3 +1,4 @@
 DIST ryzen_smu-0.1.2.tar.gz 169644 BLAKE2B 48445c857d10077b87513d1ccaf6b94d46f6c9179f327de4309d699a17bdd6b41f956e29e324a466451fb2ed68218730c0a02a19b820909cc606eaeea85ed9ab SHA512 7a47b193c7143c3b6bcc2943f9ee895fa1184c9c14953e728cda4f6c8416bef19f0c5fa34344bc47e21101f47816961c4a5f222fd70a7d29401452f90c75ba04
 DIST ryzen_smu-0.1.2_p20210627.tar.xz 151900 BLAKE2B c3845755753256aeee4e68d106e2f61c3c2578a31035eebac60d6e484f60a592de1c67574519d48cf251403cc118dd98efd030d4d7eee23f58b8f7b0d2e0ca8c SHA512 65578d8696fe3b8d002895614df72d57700fb1a5b8587fe0671a6863446fad72425400f9f6767abfdc636927132820e63b7f780fd9e88b5ab4b13668be405ed0
 DIST ryzen_smu-0.1.2_p20211205.tar.xz 386260 BLAKE2B eea0466f6abd93a18c670fbbf603be7efb60807865151543341b6a0a9f248eff8a99d8ecda864bebab6e5e2471ff7239681a83ae9b3dded3b1350a7f363ee62c SHA512 93f7eaac4811ac6e3d46abeb012b1ff4e334fc9247a3747ca67489a35ea04dce20806ae2e57f46e930e5238d1d2a966e8d0b83f8bf090a735d0c2d078f3256f3
+DIST ryzen_smu-v0.1.5.tar.bz2 415723 BLAKE2B 0fed89aad85a5080d4c1a6ecdaaef6ffe2b70f0cebbf58392c725f1aa626151e4b5335096bd63cf73ff29d6f5768ce6e0a844dc7030e8c1e4dc5e04990521651 SHA512 5793beae8204a16800ed876da2a07d2f477a21cef706fed6076e1dcc6e74118b7c45a330e264302d644fdb49f7c44e4fca53dc67e43b2f2a62b3b1ea4ad00d8f

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild b/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild
new file mode 100644
index 000000000000..65855c43f75c
--- /dev/null
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod-r1
+
+DESCRIPTION="Kernel driver for AMD Ryzen's System Management Unit"
+HOMEPAGE="https://gitlab.com/leogx9r/ryzen_smu"
+SRC_URI="https://gitlab.com/leogx9r/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+	local modlist=( ryzen_smu )
+	local modargs=( KERNEL_BUILD="${KV_OUT_DIR}" )
+
+	linux-mod-r1_src_compile
+}
+
+src_install() {
+	linux-mod-r1_src_install
+
+	insinto /usr/lib/modules-load.d
+	doins "${FILESDIR}"/ryzen_smu.conf
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2023-10-23  4:47 罗百科
  0 siblings, 0 replies; 14+ messages in thread
From: 罗百科 @ 2023-10-23  4:47 UTC (permalink / raw
  To: gentoo-commits

commit:     5d339918669b81adb7d9a3e67bf1a0b1b170ca60
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 04:45:59 2023 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 04:45:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d339918

app-admin/ryzen_smu: Fix build dir name

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild b/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild
index 65855c43f75c..997efaf05596 100644
--- a/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild
@@ -13,6 +13,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+S="${WORKDIR}/${PN}-v${PV}"
+
 src_compile() {
 	local modlist=( ryzen_smu )
 	local modargs=( KERNEL_BUILD="${KV_OUT_DIR}" )


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2023-12-08  9:09 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-12-08  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2dacd89d2cb678d203d9d7b1b154cff626b3cdb3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  8 09:08:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 09:08:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dacd89d

app-admin/ryzen_smu: Stabilize 0.1.5 amd64, #919429

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild b/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild
index 997efaf05596..a5285384fb6c 100644
--- a/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/leogx9r/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 S="${WORKDIR}/${PN}-v${PV}"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2023-12-09  7:15 Joonas Niilola
  0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2023-12-09  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     ca05a15480b7a3a2a34e3f8b6a20ea84f95c82c3
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 07:08:48 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 07:15:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca05a154

app-admin/ryzen_smu: Stabilize 0.1.5 x86, #919429

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild b/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild
index a5285384fb6c..98aa6724dab5 100644
--- a/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/leogx9r/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 S="${WORKDIR}/${PN}-v${PV}"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2023-12-13  8:06 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2023-12-13  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f0c983df7ae28e93ad471724059b6cc5d0018b3e
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Nov 27 15:58:44 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 08:04:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c983df

app-admin/ryzen_smu: add myself as maintainer

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-admin/ryzen_smu/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-admin/ryzen_smu/metadata.xml b/app-admin/ryzen_smu/metadata.xml
index dd62cffb78bd..d03e5651f0ae 100644
--- a/app-admin/ryzen_smu/metadata.xml
+++ b/app-admin/ryzen_smu/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person" proxied="yes">
+		<email>negril.nx+gentoo@gmail.com</email>
+		<name>Paul Zander</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">leogx9r/ryzen_smu</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/
@ 2023-12-13  8:06 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2023-12-13  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d0c431a0a200b323eccf6fcd69a51e54d70d40c9
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Nov 27 15:59:12 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 08:04:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c431a0

app-admin/ryzen_smu: adjust remote-id

Upstream moved to gitlab

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34018
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-admin/ryzen_smu/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ryzen_smu/metadata.xml b/app-admin/ryzen_smu/metadata.xml
index d03e5651f0ae..724cb7041d8f 100644
--- a/app-admin/ryzen_smu/metadata.xml
+++ b/app-admin/ryzen_smu/metadata.xml
@@ -10,6 +10,6 @@
 		<name>Proxy Maintainers</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">leogx9r/ryzen_smu</remote-id>
+		<remote-id type="gitlab">leogx9r/ryzen_smu</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-12-13  8:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-03 10:52 [gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_smu/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2023-12-13  8:06 Florian Schmaus
2023-12-13  8:06 Florian Schmaus
2023-12-09  7:15 Joonas Niilola
2023-12-08  9:09 Arthur Zamarin
2023-10-23  4:47 罗百科
2023-10-22 16:41 Jonas Stein
2023-07-23 19:22 Arthur Zamarin
2023-05-29 13:05 Ionen Wolkens
2023-05-29 13:05 Ionen Wolkens
2022-10-29 16:06 Piotr Karbowski
2022-07-02 22:25 Sam James
2022-02-07 22:24 Piotr Karbowski
2021-09-14 22:04 Piotr Karbowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox