* [gentoo-commits] repo/gentoo:master commit in: sys-power/dptfxtract/
@ 2020-08-04 8:57 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2020-08-04 8:57 UTC (permalink / raw
To: gentoo-commits
commit: f5fddfa400304e92d7e71e1c2cd5b562aee0f635
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 4 08:56:50 2020 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Aug 4 08:56:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fddfa4
sys-power/dptfxtract: Add tool to generate thermald config files
Thanks-to: Dennis Schridde
Thanks-to: Ulrich Müller
Closes: https://bugs.gentoo.org/734932
Closes: https://bugs.gentoo.org/698004
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sys-power/dptfxtract/Manifest | 1 +
sys-power/dptfxtract/dptfxtract-1.4.3.ebuild | 23 +++++++++++++++++++++++
sys-power/dptfxtract/metadata.xml | 8 ++++++++
3 files changed, 32 insertions(+)
diff --git a/sys-power/dptfxtract/Manifest b/sys-power/dptfxtract/Manifest
new file mode 100644
index 00000000000..e079598a5ac
--- /dev/null
+++ b/sys-power/dptfxtract/Manifest
@@ -0,0 +1 @@
+DIST dptfxtract-1.4.3.tar.gz 1199293 BLAKE2B df06ad700193b43d78e70af9477bba20a39efcd387adea1f9ae1ceb79dbe784d84b8b18b7a203d96c42d73f6879de022be46001ddd6bd6930f7d629b3e18636d SHA512 3f14bbd5da06b130405bdf4694535e04a3e05352676f656419246965b0dbca333345035855565f5fec2cfd8c7b2e236ee20eb91e39bf876feb0eed07fc605cf5
diff --git a/sys-power/dptfxtract/dptfxtract-1.4.3.ebuild b/sys-power/dptfxtract/dptfxtract-1.4.3.ebuild
new file mode 100644
index 00000000000..1d9109d5133
--- /dev/null
+++ b/sys-power/dptfxtract/dptfxtract-1.4.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Intel's Linux DPTF Extract Utility for generating thermald's thermal_conf.xml"
+HOMEPAGE="https://github.com/intel/dptfxtract"
+SRC_URI="https://github.com/intel/dptfxtract/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ipw3945"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+QA_PREBUILT="*"
+
+src_install() {
+ dobin "${PN}"
+ einstalldocs
+}
diff --git a/sys-power/dptfxtract/metadata.xml b/sys-power/dptfxtract/metadata.xml
new file mode 100644
index 00000000000..3da97a9953c
--- /dev/null
+++ b/sys-power/dptfxtract/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>pacho@gentoo.org</email>
+ <name>Pacho Ramos</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/dptfxtract/
@ 2020-09-22 8:46 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2020-09-22 8:46 UTC (permalink / raw
To: gentoo-commits
commit: d2c406890c574d975fa30dfdeae3bf9ac5fbe077
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 08:46:27 2020 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 08:46:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c40689
sys-power/dptfxtract: Stabilize
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sys-power/dptfxtract/dptfxtract-1.4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-power/dptfxtract/dptfxtract-1.4.3.ebuild b/sys-power/dptfxtract/dptfxtract-1.4.3.ebuild
index 1d9109d5133..f14d8983d17 100644
--- a/sys-power/dptfxtract/dptfxtract-1.4.3.ebuild
+++ b/sys-power/dptfxtract/dptfxtract-1.4.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/intel/dptfxtract/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="ipw3945"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/dptfxtract/
@ 2022-03-13 18:36 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2022-03-13 18:36 UTC (permalink / raw
To: gentoo-commits
commit: cfd0bc41c6e4992d2607b27353e311d600a59e0f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 18:05:37 2022 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 18:36:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd0bc41
sys-power/dptfxtract: glibc is needed
Closes: https://bugs.gentoo.org/832983
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../{dptfxtract-1.4.3.ebuild => dptfxtract-1.4.3-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-power/dptfxtract/dptfxtract-1.4.3.ebuild b/sys-power/dptfxtract/dptfxtract-1.4.3-r1.ebuild
similarity index 85%
rename from sys-power/dptfxtract/dptfxtract-1.4.3.ebuild
rename to sys-power/dptfxtract/dptfxtract-1.4.3-r1.ebuild
index f14d8983d176..8a06a3360de8 100644
--- a/sys-power/dptfxtract/dptfxtract-1.4.3.ebuild
+++ b/sys-power/dptfxtract/dptfxtract-1.4.3-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="Intel's Linux DPTF Extract Utility for generating thermald's thermal_conf.xml"
HOMEPAGE="https://github.com/intel/dptfxtract"
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="amd64"
IUSE=""
-RDEPEND=""
+RDEPEND="sys-libs/glibc"
DEPEND=""
QA_PREBUILT="*"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-13 18:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-04 8:57 [gentoo-commits] repo/gentoo:master commit in: sys-power/dptfxtract/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2020-09-22 8:46 Pacho Ramos
2022-03-13 18:36 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox