From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-kernel/zenpower3/, sys-kernel/zenpower3/files/
Date: Sat, 28 Dec 2024 20:08:11 +0000 (UTC) [thread overview]
Message-ID: <1735354986.1d7c85e619f112ad2eddbef4bd033c15073fc47a.flow@gentoo> (raw)
commit: 1d7c85e619f112ad2eddbef4bd033c15073fc47a
Author: kernaltrap <kernaltrap <AT> gmail <DOT> com>
AuthorDate: Sat Dec 28 03:03:06 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 03:03:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d7c85e6
sys-kernel/zenpower3-0.2.0: Swap to working upstream
So, probably wasn't the best idea to just drop 0.2.0 and add a 9999 ebuild. Im a little rusty. Anyway, I found a working upstream that can be used.
Signed-off-by: kernaltrap <kernaltrap <AT> gmail.com>
...9999-use-symlink-to-detect-kernel-version.patch | 9 -----
sys-kernel/zenpower3/zenpower3-0.2.0.ebuild | 4 +--
sys-kernel/zenpower3/zenpower3-9999.ebuild | 38 ----------------------
3 files changed, 2 insertions(+), 49 deletions(-)
diff --git a/sys-kernel/zenpower3/files/zenpower3-9999-use-symlink-to-detect-kernel-version.patch b/sys-kernel/zenpower3/files/zenpower3-9999-use-symlink-to-detect-kernel-version.patch
deleted file mode 100644
index e92abc955..000000000
--- a/sys-kernel/zenpower3/files/zenpower3-9999-use-symlink-to-detect-kernel-version.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/Makefile 2024-12-27 20:38:15.878880229 -0600
-+++ b/Makefile 2024-12-27 20:38:36.776225483 -0600
-@@ -1,5 +1,5 @@
- VERSION := 0.1.12
--TARGET := $(shell uname -r)
-+TARGET ?= $(shell uname -r)
- DKMS_ROOT_PATH := /usr/src/zenpower-$(VERSION)
-
- KERNEL_MODULES := /lib/modules/$(TARGET)
diff --git a/sys-kernel/zenpower3/zenpower3-0.2.0.ebuild b/sys-kernel/zenpower3/zenpower3-0.2.0.ebuild
index d9b81129f..877ff626a 100644
--- a/sys-kernel/zenpower3/zenpower3-0.2.0.ebuild
+++ b/sys-kernel/zenpower3/zenpower3-0.2.0.ebuild
@@ -7,8 +7,8 @@ inherit linux-mod-r1
DESCRIPTION="Linux kernel driver for reading sensors of AMD Zen family CPUs"
HOMEPAGE="https://git.exozy.me/a/zenpower3"
-SRC_URI="https://git.exozy.me/a/zenpower3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}"
+SRC_URI="https://github.com/koweda/zenpower3/archive/refs/tags/v0.2.0.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
diff --git a/sys-kernel/zenpower3/zenpower3-9999.ebuild b/sys-kernel/zenpower3/zenpower3-9999.ebuild
deleted file mode 100644
index 787bed043..000000000
--- a/sys-kernel/zenpower3/zenpower3-9999.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-mod-r1
-
-DESCRIPTION="Linux kernel driver for reading sensors of AMD Zen family CPUs"
-HOMEPAGE="https://git.exozy.me/a/zenpower3"
-if [[ ${PV} -eq 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/ocerman/zenpower"
- S="${WORKDIR}/${PN}-9999"
-else
- SRC_URI="https://git.exozy.me/a/zenpower3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-CONFIG_CHECK="HWMON PCI AMD_NB"
-
-PATCHES="${FILESDIR}/${P}-use-symlink-to-detect-kernel-version.patch"
-
-src_compile() {
- export TARGET=${KV_FULL}
- local modlist=(
- zenpower=misc:::all
- )
- linux-mod-r1_src_compile
-}
-
-src_install() {
- linux-mod-r1_src_install
- dodoc README.md
-}
next reply other threads:[~2024-12-28 20:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-28 20:08 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-29 17:49 [gentoo-commits] repo/proj/guru:master commit in: sys-kernel/zenpower3/, sys-kernel/zenpower3/files/ Florian Schmaus
2024-12-28 20:08 Florian Schmaus
2023-12-26 19:23 David Roman
2022-03-07 15:15 Ronny Gutbrod
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=1735354986.1d7c85e619f112ad2eddbef4bd033c15073fc47a.flow@gentoo \
--to=flow@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