* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/undervolt/
@ 2023-07-08 12:52 Gonçalo Negrier Duarte
0 siblings, 0 replies; 5+ messages in thread
From: Gonçalo Negrier Duarte @ 2023-07-08 12:52 UTC (permalink / raw
To: gentoo-commits
commit: a68f9c8e922e08f028e066f11d7ee645305a85f6
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Sat Jul 8 12:48:58 2023 +0000
Commit: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Sat Jul 8 12:52:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a68f9c8e
dev-python/undervolt: new package, add 0.3.0, 9999
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
dev-python/undervolt/Manifest | 1 +
dev-python/undervolt/metadata.xml | 7 +++++++
dev-python/undervolt/undervolt-0.3.0.ebuild | 26 ++++++++++++++++++++++++++
dev-python/undervolt/undervolt-9999.ebuild | 24 ++++++++++++++++++++++++
4 files changed, 58 insertions(+)
diff --git a/dev-python/undervolt/Manifest b/dev-python/undervolt/Manifest
new file mode 100644
index 000000000..4bc0c031f
--- /dev/null
+++ b/dev-python/undervolt/Manifest
@@ -0,0 +1 @@
+DIST 0.3.0.tar.gz 9161 BLAKE2B 4e23f591c2c765a996bec6f9d4c17d80a4fa8de96648549522a259c63b455833b46554e33024d19768d161c2000bc6ee01a8d183c742a6c689c05c5fecc263ed SHA512 154590a5172bb305e32d464b340ef8c96fc081464dc1090deda364ad47e4eaba010376ab7cb8d001103b64d44bc38c34aff6f9a1bd6125ce5b149ccb6c96065f
diff --git a/dev-python/undervolt/metadata.xml b/dev-python/undervolt/metadata.xml
new file mode 100644
index 000000000..8796d312c
--- /dev/null
+++ b/dev-python/undervolt/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <remote-id type="github">georgewhewell/undervolt</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/undervolt/undervolt-0.3.0.ebuild b/dev-python/undervolt/undervolt-0.3.0.ebuild
new file mode 100644
index 000000000..ea4396824
--- /dev/null
+++ b/dev-python/undervolt/undervolt-0.3.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+
+inherit distutils-r1
+
+SRC_URI="https://github.com/georgewhewell/undervolt/archive/refs/tags/${PV}.tar.gz"
+DESCRIPTION="Undervolt Intel CPUs under Linux"
+HOMEPAGE="https://github.com/georgewhewell/undervolt"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+ distutils-r1_src_compile
+}
+
+src_install() {
+ distutils-r1_src_install
+}
diff --git a/dev-python/undervolt/undervolt-9999.ebuild b/dev-python/undervolt/undervolt-9999.ebuild
new file mode 100644
index 000000000..9f5d803b9
--- /dev/null
+++ b/dev-python/undervolt/undervolt-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+
+inherit git-r3 distutils-r1
+
+EGIT_REPO_URI="https://github.com/georgewhewell/undervolt.git"
+DESCRIPTION="Undervolt Intel CPUs under Linux"
+HOMEPAGE="https://github.com/georgewhewell/undervolt"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+src_compile() {
+ distutils-r1_src_compile
+}
+
+src_install() {
+ distutils-r1_src_install
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/undervolt/
@ 2023-07-26 13:03 Gonçalo Negrier Duarte
0 siblings, 0 replies; 5+ messages in thread
From: Gonçalo Negrier Duarte @ 2023-07-26 13:03 UTC (permalink / raw
To: gentoo-commits
commit: bd5395309656a1be94f13a4db1f0b1ea5bc4e4d5
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Wed Jul 26 11:30:41 2023 +0000
Commit: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Wed Jul 26 13:02:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd539530
dev-python/undervolt: add myself as a maintainer
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
dev-python/undervolt/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/undervolt/metadata.xml b/dev-python/undervolt/metadata.xml
index 8796d312c..3fac1e410 100644
--- a/dev-python/undervolt/metadata.xml
+++ b/dev-python/undervolt/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>gonegrier.duarte@gmail.com</email>
+ <name>Gonçalo Negrier Duarte</name>
+ </maintainer>
<upstream>
<remote-id type="github">georgewhewell/undervolt</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/undervolt/
@ 2023-07-26 13:03 Gonçalo Negrier Duarte
0 siblings, 0 replies; 5+ messages in thread
From: Gonçalo Negrier Duarte @ 2023-07-26 13:03 UTC (permalink / raw
To: gentoo-commits
commit: 60c92156a4c2163f006eb7ac45ce8fe74e9419f1
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Wed Jul 26 13:01:45 2023 +0000
Commit: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Wed Jul 26 13:03:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60c92156
dev-python/undervolt: update SRC_URI
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
dev-python/undervolt/Manifest | 2 +-
dev-python/undervolt/undervolt-0.3.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/undervolt/Manifest b/dev-python/undervolt/Manifest
index 4bc0c031f..c1cad1b70 100644
--- a/dev-python/undervolt/Manifest
+++ b/dev-python/undervolt/Manifest
@@ -1 +1 @@
-DIST 0.3.0.tar.gz 9161 BLAKE2B 4e23f591c2c765a996bec6f9d4c17d80a4fa8de96648549522a259c63b455833b46554e33024d19768d161c2000bc6ee01a8d183c742a6c689c05c5fecc263ed SHA512 154590a5172bb305e32d464b340ef8c96fc081464dc1090deda364ad47e4eaba010376ab7cb8d001103b64d44bc38c34aff6f9a1bd6125ce5b149ccb6c96065f
+DIST undervolt-0.3.0.tar.gz 9161 BLAKE2B 4e23f591c2c765a996bec6f9d4c17d80a4fa8de96648549522a259c63b455833b46554e33024d19768d161c2000bc6ee01a8d183c742a6c689c05c5fecc263ed SHA512 154590a5172bb305e32d464b340ef8c96fc081464dc1090deda364ad47e4eaba010376ab7cb8d001103b64d44bc38c34aff6f9a1bd6125ce5b149ccb6c96065f
diff --git a/dev-python/undervolt/undervolt-0.3.0.ebuild b/dev-python/undervolt/undervolt-0.3.0.ebuild
index ea4396824..711638784 100644
--- a/dev-python/undervolt/undervolt-0.3.0.ebuild
+++ b/dev-python/undervolt/undervolt-0.3.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
-SRC_URI="https://github.com/georgewhewell/undervolt/archive/refs/tags/${PV}.tar.gz"
+SRC_URI="https://github.com/georgewhewell/undervolt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Undervolt Intel CPUs under Linux"
HOMEPAGE="https://github.com/georgewhewell/undervolt"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/undervolt/
@ 2024-02-19 12:39 Gonçalo Negrier Duarte
0 siblings, 0 replies; 5+ messages in thread
From: Gonçalo Negrier Duarte @ 2024-02-19 12:39 UTC (permalink / raw
To: gentoo-commits
commit: 48ba8a43cadd1a1b4a8ee57fb5b60c42826d54a5
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Mon Feb 19 10:18:21 2024 +0000
Commit: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Mon Feb 19 12:39:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48ba8a43
dev-python/undervolt: add 0.4.0, drop 0.3.0
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
dev-python/undervolt/Manifest | 2 +-
dev-python/undervolt/{undervolt-0.3.0.ebuild => undervolt-0.4.0.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/undervolt/Manifest b/dev-python/undervolt/Manifest
index c1cad1b70e..19ac3bea10 100644
--- a/dev-python/undervolt/Manifest
+++ b/dev-python/undervolt/Manifest
@@ -1 +1 @@
-DIST undervolt-0.3.0.tar.gz 9161 BLAKE2B 4e23f591c2c765a996bec6f9d4c17d80a4fa8de96648549522a259c63b455833b46554e33024d19768d161c2000bc6ee01a8d183c742a6c689c05c5fecc263ed SHA512 154590a5172bb305e32d464b340ef8c96fc081464dc1090deda364ad47e4eaba010376ab7cb8d001103b64d44bc38c34aff6f9a1bd6125ce5b149ccb6c96065f
+DIST undervolt-0.4.0.tar.gz 9976 BLAKE2B 57f9d7b8f1c00497a86669baab02749e43fed934e1ec29e512223ebfac2c7a1231d48def78c387e3c7030f06d716b8c165abfab95450193f8fd4c7615ec20389 SHA512 bd2743e8bea277bd9d6c80abcfad2c3e98f03a5bda2987b5ca448abbd2fd5b912e939bbddb619c59376de77bc5e7f7fe5c3dab929375a849abbdad8e55db3984
diff --git a/dev-python/undervolt/undervolt-0.3.0.ebuild b/dev-python/undervolt/undervolt-0.4.0.ebuild
similarity index 100%
rename from dev-python/undervolt/undervolt-0.3.0.ebuild
rename to dev-python/undervolt/undervolt-0.4.0.ebuild
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/undervolt/
@ 2024-04-28 21:43 Lucio Sauer
0 siblings, 0 replies; 5+ messages in thread
From: Lucio Sauer @ 2024-04-28 21:43 UTC (permalink / raw
To: gentoo-commits
commit: df39f1162aa052e77456961ce650ee4e6d35e48e
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Apr 28 20:55:57 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Apr 28 21:42:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df39f116
dev-python/undervolt: remove redundant phase functions
Distutils-r1 already exports them.
Fix VariableOrderCheck
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/undervolt/undervolt-0.4.0.ebuild | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/dev-python/undervolt/undervolt-0.4.0.ebuild b/dev-python/undervolt/undervolt-0.4.0.ebuild
index 7116387848..794c73d9b6 100644
--- a/dev-python/undervolt/undervolt-0.4.0.ebuild
+++ b/dev-python/undervolt/undervolt-0.4.0.ebuild
@@ -8,19 +8,10 @@ PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
-SRC_URI="https://github.com/georgewhewell/undervolt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Undervolt Intel CPUs under Linux"
HOMEPAGE="https://github.com/georgewhewell/undervolt"
+SRC_URI="https://github.com/georgewhewell/undervolt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-
KEYWORDS="~amd64 ~x86"
-
-src_compile() {
- distutils-r1_src_compile
-}
-
-src_install() {
- distutils-r1_src_install
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-28 21:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-26 13:03 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/undervolt/ Gonçalo Negrier Duarte
-- strict thread matches above, loose matches on Subject: below --
2024-04-28 21:43 Lucio Sauer
2024-02-19 12:39 Gonçalo Negrier Duarte
2023-07-26 13:03 Gonçalo Negrier Duarte
2023-07-08 12:52 Gonçalo Negrier Duarte
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox