public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/
@ 2020-08-28  0:42 Alexey Sokolov
  0 siblings, 0 replies; 12+ messages in thread
From: Alexey Sokolov @ 2020-08-28  0:42 UTC (permalink / raw
  To: gentoo-commits

commit:     0440fcbb0022573e2d5e9de0e6949522257a9a86
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Fri Aug 28 00:41:49 2020 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Fri Aug 28 00:41:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0440fcbb

app-misc/liquidctl: new package

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 app-misc/liquidctl/Manifest               |  1 +
 app-misc/liquidctl/liquidctl-1.4.1.ebuild | 36 +++++++++++++++++++++++++++++++
 app-misc/liquidctl/metadata.xml           | 11 ++++++++++
 3 files changed, 48 insertions(+)

diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
new file mode 100644
index 0000000..373b6da
--- /dev/null
+++ b/app-misc/liquidctl/Manifest
@@ -0,0 +1 @@
+DIST liquidctl-1.4.1.tar.gz 149114 BLAKE2B eee91d82cd31021aa8a290844c74ff117024383f85eaa83ef89bf4f1d3e9d1af29b6b530497c356fb51aaca6f686522768eb1df0c7fb85ecdc34b630109a1db9 SHA512 f5f1e1e9f4f03ab2bc1252a65a118a1cfd2203f4cbde7e7ddb45667b20ec7757d35eff9f69922395efb1461d660b104531230942f4d537428f30ae3e59ed2594

diff --git a/app-misc/liquidctl/liquidctl-1.4.1.ebuild b/app-misc/liquidctl/liquidctl-1.4.1.ebuild
new file mode 100644
index 0000000..162b49f
--- /dev/null
+++ b/app-misc/liquidctl/liquidctl-1.4.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1 udev
+
+DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"
+HOMEPAGE="https://github.com/jonasmalacofilho/liquidctl"
+SRC_URI="https://github.com/jonasmalacofilho/liquidctl/releases/download/v${PV}/${P}.tar.gz"
+#S="${WORKDIR}/${P}"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/docopt[${PYTHON_USEDEP}]
+	dev-python/hidapi[${PYTHON_USEDEP}]
+	dev-python/pyusb[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+	# Without this variable, it attempts to write to /var/run and fails
+	XDG_RUNTIME_DIR="${T}/xdg" distutils-r1_src_test || die
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	dodoc docs/*.md || die
+	dodoc -r docs/linux/
+	udev_dorules extra/linux/71-liquidctl.rules
+}

diff --git a/app-misc/liquidctl/metadata.xml b/app-misc/liquidctl/metadata.xml
new file mode 100644
index 0000000..8e9aedf
--- /dev/null
+++ b/app-misc/liquidctl/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>alexey+gentoo@asokolov.org</email>
+		<name>Alexey Sokolov</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">jonasmalacofilho/liquidctl</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/
@ 2020-08-28  0:45 Alexey Sokolov
  0 siblings, 0 replies; 12+ messages in thread
From: Alexey Sokolov @ 2020-08-28  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     928ca0992c2109c72ae425ed324d473aab395619
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Fri Aug 28 00:44:51 2020 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Fri Aug 28 00:44:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=928ca099

app-misc/liquidctl: remove a commented out variable

which I forgot to remove

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 app-misc/liquidctl/liquidctl-1.4.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-misc/liquidctl/liquidctl-1.4.1.ebuild b/app-misc/liquidctl/liquidctl-1.4.1.ebuild
index 162b49f..b4d2acf 100644
--- a/app-misc/liquidctl/liquidctl-1.4.1.ebuild
+++ b/app-misc/liquidctl/liquidctl-1.4.1.ebuild
@@ -10,7 +10,6 @@ inherit distutils-r1 udev
 DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"
 HOMEPAGE="https://github.com/jonasmalacofilho/liquidctl"
 SRC_URI="https://github.com/jonasmalacofilho/liquidctl/releases/download/v${PV}/${P}.tar.gz"
-#S="${WORKDIR}/${P}"
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/
@ 2020-11-02 23:38 Alexey Sokolov
  0 siblings, 0 replies; 12+ messages in thread
From: Alexey Sokolov @ 2020-11-02 23:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b078919d50300e52a8c6bb1d998daf64034db86b
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Mon Nov  2 23:37:57 2020 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Mon Nov  2 23:37:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b078919d

app-misc/liquidctl: 1.4.2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 app-misc/liquidctl/Manifest               |  1 +
 app-misc/liquidctl/liquidctl-1.4.2.ebuild | 35 +++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
index 373b6da8..ad738268 100644
--- a/app-misc/liquidctl/Manifest
+++ b/app-misc/liquidctl/Manifest
@@ -1 +1,2 @@
 DIST liquidctl-1.4.1.tar.gz 149114 BLAKE2B eee91d82cd31021aa8a290844c74ff117024383f85eaa83ef89bf4f1d3e9d1af29b6b530497c356fb51aaca6f686522768eb1df0c7fb85ecdc34b630109a1db9 SHA512 f5f1e1e9f4f03ab2bc1252a65a118a1cfd2203f4cbde7e7ddb45667b20ec7757d35eff9f69922395efb1461d660b104531230942f4d537428f30ae3e59ed2594
+DIST liquidctl-1.4.2.tar.gz 159500 BLAKE2B a307949798c779f0a45494b0353f45b1a1d957fc9e5d3eeb9eefaaa03b82e4df1c5a9adce3bc025caf2a95745b225a112780ba6a426367ee45aa868c1f1620e5 SHA512 06a832c1e4784def449e64b9c119cf9fc8554932644d0126ad24ce1ab68995ea510e5473db2bdd8f1d20d4d5f505f21ecbf4ae490b6984fb87407ea9e6bfb58e

diff --git a/app-misc/liquidctl/liquidctl-1.4.2.ebuild b/app-misc/liquidctl/liquidctl-1.4.2.ebuild
new file mode 100644
index 00000000..b4d2acfa
--- /dev/null
+++ b/app-misc/liquidctl/liquidctl-1.4.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1 udev
+
+DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"
+HOMEPAGE="https://github.com/jonasmalacofilho/liquidctl"
+SRC_URI="https://github.com/jonasmalacofilho/liquidctl/releases/download/v${PV}/${P}.tar.gz"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/docopt[${PYTHON_USEDEP}]
+	dev-python/hidapi[${PYTHON_USEDEP}]
+	dev-python/pyusb[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+	# Without this variable, it attempts to write to /var/run and fails
+	XDG_RUNTIME_DIR="${T}/xdg" distutils-r1_src_test || die
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	dodoc docs/*.md || die
+	dodoc -r docs/linux/
+	udev_dorules extra/linux/71-liquidctl.rules
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/
@ 2020-11-02 23:39 Alexey Sokolov
  0 siblings, 0 replies; 12+ messages in thread
From: Alexey Sokolov @ 2020-11-02 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e87e78efd39b7125673d066a6fc13d6d8d859ebc
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Mon Nov  2 23:39:08 2020 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Mon Nov  2 23:39:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e87e78ef

app-misc/liquidctl: drop 1.4.1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 app-misc/liquidctl/Manifest               |  1 -
 app-misc/liquidctl/liquidctl-1.4.1.ebuild | 35 -------------------------------
 2 files changed, 36 deletions(-)

diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
index ad738268..c5bdc633 100644
--- a/app-misc/liquidctl/Manifest
+++ b/app-misc/liquidctl/Manifest
@@ -1,2 +1 @@
-DIST liquidctl-1.4.1.tar.gz 149114 BLAKE2B eee91d82cd31021aa8a290844c74ff117024383f85eaa83ef89bf4f1d3e9d1af29b6b530497c356fb51aaca6f686522768eb1df0c7fb85ecdc34b630109a1db9 SHA512 f5f1e1e9f4f03ab2bc1252a65a118a1cfd2203f4cbde7e7ddb45667b20ec7757d35eff9f69922395efb1461d660b104531230942f4d537428f30ae3e59ed2594
 DIST liquidctl-1.4.2.tar.gz 159500 BLAKE2B a307949798c779f0a45494b0353f45b1a1d957fc9e5d3eeb9eefaaa03b82e4df1c5a9adce3bc025caf2a95745b225a112780ba6a426367ee45aa868c1f1620e5 SHA512 06a832c1e4784def449e64b9c119cf9fc8554932644d0126ad24ce1ab68995ea510e5473db2bdd8f1d20d4d5f505f21ecbf4ae490b6984fb87407ea9e6bfb58e

diff --git a/app-misc/liquidctl/liquidctl-1.4.1.ebuild b/app-misc/liquidctl/liquidctl-1.4.1.ebuild
deleted file mode 100644
index b4d2acfa..00000000
--- a/app-misc/liquidctl/liquidctl-1.4.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 udev
-
-DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"
-HOMEPAGE="https://github.com/jonasmalacofilho/liquidctl"
-SRC_URI="https://github.com/jonasmalacofilho/liquidctl/releases/download/v${PV}/${P}.tar.gz"
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/docopt[${PYTHON_USEDEP}]
-	dev-python/hidapi[${PYTHON_USEDEP}]
-	dev-python/pyusb[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-	# Without this variable, it attempts to write to /var/run and fails
-	XDG_RUNTIME_DIR="${T}/xdg" distutils-r1_src_test || die
-}
-
-python_install_all() {
-	distutils-r1_python_install_all
-	dodoc docs/*.md || die
-	dodoc -r docs/linux/
-	udev_dorules extra/linux/71-liquidctl.rules
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/
@ 2021-07-07 11:58 Alexey Sokolov
  0 siblings, 0 replies; 12+ messages in thread
From: Alexey Sokolov @ 2021-07-07 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     1b6e086d0aadac8818e626a4fb6e3d306504ac59
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Wed Jul  7 11:58:12 2021 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Wed Jul  7 11:58:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b6e086d

app-misc/liquidctl: drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 app-misc/liquidctl/Manifest               |  1 -
 app-misc/liquidctl/liquidctl-1.4.2.ebuild | 35 -------------------------------
 2 files changed, 36 deletions(-)

diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
index 104d7c0ab..6811329bf 100644
--- a/app-misc/liquidctl/Manifest
+++ b/app-misc/liquidctl/Manifest
@@ -1,2 +1 @@
-DIST liquidctl-1.4.2.tar.gz 159500 BLAKE2B a307949798c779f0a45494b0353f45b1a1d957fc9e5d3eeb9eefaaa03b82e4df1c5a9adce3bc025caf2a95745b225a112780ba6a426367ee45aa868c1f1620e5 SHA512 06a832c1e4784def449e64b9c119cf9fc8554932644d0126ad24ce1ab68995ea510e5473db2bdd8f1d20d4d5f505f21ecbf4ae490b6984fb87407ea9e6bfb58e
 DIST liquidctl-1.7.0.tar.gz 2036796 BLAKE2B 38227ee16daa769c72b6070e23885f14fce3695db01a5b278b37d570cf9c293d8e7442d9f71e26fe3d50890c8cdcd59114539b014c14d3fc6aeca888bfb652da SHA512 f13925cebad63996475f0535d2db0a0cfb5177a83aebceba0ab45600ab1c175cb76bfb351118acfd4995eec44a75acd86b7b7539d69e999525a3aa9cd88f16ed

diff --git a/app-misc/liquidctl/liquidctl-1.4.2.ebuild b/app-misc/liquidctl/liquidctl-1.4.2.ebuild
deleted file mode 100644
index b4d2acfa1..000000000
--- a/app-misc/liquidctl/liquidctl-1.4.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 udev
-
-DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"
-HOMEPAGE="https://github.com/jonasmalacofilho/liquidctl"
-SRC_URI="https://github.com/jonasmalacofilho/liquidctl/releases/download/v${PV}/${P}.tar.gz"
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/docopt[${PYTHON_USEDEP}]
-	dev-python/hidapi[${PYTHON_USEDEP}]
-	dev-python/pyusb[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-	# Without this variable, it attempts to write to /var/run and fails
-	XDG_RUNTIME_DIR="${T}/xdg" distutils-r1_src_test || die
-}
-
-python_install_all() {
-	distutils-r1_python_install_all
-	dodoc docs/*.md || die
-	dodoc -r docs/linux/
-	udev_dorules extra/linux/71-liquidctl.rules
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/
@ 2021-07-07 11:58 Alexey Sokolov
  0 siblings, 0 replies; 12+ messages in thread
From: Alexey Sokolov @ 2021-07-07 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     eebe04d2a37156ac27ed1b3006a0d924da782ea7
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Wed Jul  7 11:57:52 2021 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Wed Jul  7 11:57:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eebe04d2

app-misc/liquidctl: version 1.7.0

Bug: https://bugs.gentoo.org/800992
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 app-misc/liquidctl/Manifest               |  1 +
 app-misc/liquidctl/liquidctl-1.7.0.ebuild | 37 +++++++++++++++++++++++++++++++
 app-misc/liquidctl/metadata.xml           |  2 +-
 3 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
index c5bdc6332..104d7c0ab 100644
--- a/app-misc/liquidctl/Manifest
+++ b/app-misc/liquidctl/Manifest
@@ -1 +1,2 @@
 DIST liquidctl-1.4.2.tar.gz 159500 BLAKE2B a307949798c779f0a45494b0353f45b1a1d957fc9e5d3eeb9eefaaa03b82e4df1c5a9adce3bc025caf2a95745b225a112780ba6a426367ee45aa868c1f1620e5 SHA512 06a832c1e4784def449e64b9c119cf9fc8554932644d0126ad24ce1ab68995ea510e5473db2bdd8f1d20d4d5f505f21ecbf4ae490b6984fb87407ea9e6bfb58e
+DIST liquidctl-1.7.0.tar.gz 2036796 BLAKE2B 38227ee16daa769c72b6070e23885f14fce3695db01a5b278b37d570cf9c293d8e7442d9f71e26fe3d50890c8cdcd59114539b014c14d3fc6aeca888bfb652da SHA512 f13925cebad63996475f0535d2db0a0cfb5177a83aebceba0ab45600ab1c175cb76bfb351118acfd4995eec44a75acd86b7b7539d69e999525a3aa9cd88f16ed

diff --git a/app-misc/liquidctl/liquidctl-1.7.0.ebuild b/app-misc/liquidctl/liquidctl-1.7.0.ebuild
new file mode 100644
index 000000000..547ab6c45
--- /dev/null
+++ b/app-misc/liquidctl/liquidctl-1.7.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1 udev
+
+DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"
+HOMEPAGE="https://github.com/liquidctl/liquidctl"
+SRC_URI="https://github.com/liquidctl/liquidctl/releases/download/v${PV}/${P}.tar.gz"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/colorlog[${PYTHON_USEDEP}]
+	dev-python/docopt[${PYTHON_USEDEP}]
+	dev-python/hidapi[${PYTHON_USEDEP}]
+	dev-python/pyusb[${PYTHON_USEDEP}]
+	sys-apps/i2c-tools[${PYTHON_USEDEP},python]
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+	# Without this variable, it attempts to write to /var/run and fails
+	XDG_RUNTIME_DIR="${T}/xdg" distutils-r1_src_test || die
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	dodoc docs/*.md || die
+	dodoc -r docs/linux/
+	udev_dorules extra/linux/71-liquidctl.rules
+}

diff --git a/app-misc/liquidctl/metadata.xml b/app-misc/liquidctl/metadata.xml
index 8e9aedf81..abd809ae8 100644
--- a/app-misc/liquidctl/metadata.xml
+++ b/app-misc/liquidctl/metadata.xml
@@ -6,6 +6,6 @@
 		<name>Alexey Sokolov</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">jonasmalacofilho/liquidctl</remote-id>
+		<remote-id type="github">liquidctl/liquidctl</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/
@ 2021-07-19 21:51 Alexey Sokolov
  0 siblings, 0 replies; 12+ messages in thread
From: Alexey Sokolov @ 2021-07-19 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     5f34b2a37646a83fc985a7fcff5f8c9cebaceb0d
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Mon Jul 19 21:51:02 2021 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Mon Jul 19 21:51:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f34b2a3

app-misc/liquidctl: drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 app-misc/liquidctl/Manifest               |  1 -
 app-misc/liquidctl/liquidctl-1.7.0.ebuild | 37 -------------------------------
 2 files changed, 38 deletions(-)

diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
index 7672c4245..006b8cda1 100644
--- a/app-misc/liquidctl/Manifest
+++ b/app-misc/liquidctl/Manifest
@@ -1,2 +1 @@
-DIST liquidctl-1.7.0.tar.gz 2036796 BLAKE2B 38227ee16daa769c72b6070e23885f14fce3695db01a5b278b37d570cf9c293d8e7442d9f71e26fe3d50890c8cdcd59114539b014c14d3fc6aeca888bfb652da SHA512 f13925cebad63996475f0535d2db0a0cfb5177a83aebceba0ab45600ab1c175cb76bfb351118acfd4995eec44a75acd86b7b7539d69e999525a3aa9cd88f16ed
 DIST liquidctl-1.7.1.tar.gz 2036957 BLAKE2B fdafe35b9d9066ee9477803a14bf41424a6b7750cebef03751d7789551269f47f41bfc851132c908038673f12e5ec95c38474319b13d8aa20a2cb93a706ec67c SHA512 9ff46a0947a7a1d4d083d25939151d9b877b6b3137c92b7d41bc9aecf60b41bd07346ac6ff0f1a83cb1bf7405a13dbc66b8f84f4f9f59ba3de9792897d5a8f08

diff --git a/app-misc/liquidctl/liquidctl-1.7.0.ebuild b/app-misc/liquidctl/liquidctl-1.7.0.ebuild
deleted file mode 100644
index 547ab6c45..000000000
--- a/app-misc/liquidctl/liquidctl-1.7.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 udev
-
-DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"
-HOMEPAGE="https://github.com/liquidctl/liquidctl"
-SRC_URI="https://github.com/liquidctl/liquidctl/releases/download/v${PV}/${P}.tar.gz"
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/colorlog[${PYTHON_USEDEP}]
-	dev-python/docopt[${PYTHON_USEDEP}]
-	dev-python/hidapi[${PYTHON_USEDEP}]
-	dev-python/pyusb[${PYTHON_USEDEP}]
-	sys-apps/i2c-tools[${PYTHON_USEDEP},python]
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-	# Without this variable, it attempts to write to /var/run and fails
-	XDG_RUNTIME_DIR="${T}/xdg" distutils-r1_src_test || die
-}
-
-python_install_all() {
-	distutils-r1_python_install_all
-	dodoc docs/*.md || die
-	dodoc -r docs/linux/
-	udev_dorules extra/linux/71-liquidctl.rules
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/
@ 2021-07-19 21:51 Alexey Sokolov
  0 siblings, 0 replies; 12+ messages in thread
From: Alexey Sokolov @ 2021-07-19 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     6f0f1a58a15a235762d6bd67b2f43e252a205547
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Mon Jul 19 21:50:46 2021 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Mon Jul 19 21:50:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f0f1a58

app-misc/liquidctl: version 1.7.1

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 app-misc/liquidctl/Manifest               |  1 +
 app-misc/liquidctl/liquidctl-1.7.1.ebuild | 37 +++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
index 6811329bf..7672c4245 100644
--- a/app-misc/liquidctl/Manifest
+++ b/app-misc/liquidctl/Manifest
@@ -1 +1,2 @@
 DIST liquidctl-1.7.0.tar.gz 2036796 BLAKE2B 38227ee16daa769c72b6070e23885f14fce3695db01a5b278b37d570cf9c293d8e7442d9f71e26fe3d50890c8cdcd59114539b014c14d3fc6aeca888bfb652da SHA512 f13925cebad63996475f0535d2db0a0cfb5177a83aebceba0ab45600ab1c175cb76bfb351118acfd4995eec44a75acd86b7b7539d69e999525a3aa9cd88f16ed
+DIST liquidctl-1.7.1.tar.gz 2036957 BLAKE2B fdafe35b9d9066ee9477803a14bf41424a6b7750cebef03751d7789551269f47f41bfc851132c908038673f12e5ec95c38474319b13d8aa20a2cb93a706ec67c SHA512 9ff46a0947a7a1d4d083d25939151d9b877b6b3137c92b7d41bc9aecf60b41bd07346ac6ff0f1a83cb1bf7405a13dbc66b8f84f4f9f59ba3de9792897d5a8f08

diff --git a/app-misc/liquidctl/liquidctl-1.7.1.ebuild b/app-misc/liquidctl/liquidctl-1.7.1.ebuild
new file mode 100644
index 000000000..547ab6c45
--- /dev/null
+++ b/app-misc/liquidctl/liquidctl-1.7.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1 udev
+
+DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"
+HOMEPAGE="https://github.com/liquidctl/liquidctl"
+SRC_URI="https://github.com/liquidctl/liquidctl/releases/download/v${PV}/${P}.tar.gz"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/colorlog[${PYTHON_USEDEP}]
+	dev-python/docopt[${PYTHON_USEDEP}]
+	dev-python/hidapi[${PYTHON_USEDEP}]
+	dev-python/pyusb[${PYTHON_USEDEP}]
+	sys-apps/i2c-tools[${PYTHON_USEDEP},python]
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+	# Without this variable, it attempts to write to /var/run and fails
+	XDG_RUNTIME_DIR="${T}/xdg" distutils-r1_src_test || die
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	dodoc docs/*.md || die
+	dodoc -r docs/linux/
+	udev_dorules extra/linux/71-liquidctl.rules
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/
@ 2021-10-01 19:49 Alexey Sokolov
  0 siblings, 0 replies; 12+ messages in thread
From: Alexey Sokolov @ 2021-10-01 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a5d5cef451f560c06f31e447d9a87b8aa3e0aba8
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Fri Oct  1 19:48:44 2021 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Fri Oct  1 19:48:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5d5cef4

app-misc/liquidctl: drop DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/815691
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 .../liquidctl/{liquidctl-1.7.1.ebuild => liquidctl-1.7.1-r1.ebuild}    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-misc/liquidctl/liquidctl-1.7.1.ebuild b/app-misc/liquidctl/liquidctl-1.7.1-r1.ebuild
similarity index 95%
rename from app-misc/liquidctl/liquidctl-1.7.1.ebuild
rename to app-misc/liquidctl/liquidctl-1.7.1-r1.ebuild
index 547ab6c45..f43f2382d 100644
--- a/app-misc/liquidctl/liquidctl-1.7.1.ebuild
+++ b/app-misc/liquidctl/liquidctl-1.7.1-r1.ebuild
@@ -1,10 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 udev
 
 DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/
@ 2021-10-11  0:56 Alexey Sokolov
  0 siblings, 0 replies; 12+ messages in thread
From: Alexey Sokolov @ 2021-10-11  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f16343aa86ec9675883d077e3fce34d2ea931c46
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Mon Oct 11 00:56:16 2021 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Mon Oct 11 00:56:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f16343aa

app-misc/liquidctl: version 1.7.2

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 app-misc/liquidctl/Manifest                                             | 2 +-
 .../liquidctl/{liquidctl-1.7.1-r1.ebuild => liquidctl-1.7.2.ebuild}     | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
index 006b8cda1..102eb0c79 100644
--- a/app-misc/liquidctl/Manifest
+++ b/app-misc/liquidctl/Manifest
@@ -1 +1 @@
-DIST liquidctl-1.7.1.tar.gz 2036957 BLAKE2B fdafe35b9d9066ee9477803a14bf41424a6b7750cebef03751d7789551269f47f41bfc851132c908038673f12e5ec95c38474319b13d8aa20a2cb93a706ec67c SHA512 9ff46a0947a7a1d4d083d25939151d9b877b6b3137c92b7d41bc9aecf60b41bd07346ac6ff0f1a83cb1bf7405a13dbc66b8f84f4f9f59ba3de9792897d5a8f08
+DIST liquidctl-1.7.2.tar.gz 2064552 BLAKE2B 4afd404043313e8cf544859a5655bf855d093396a9c07660f355f9febae25f9067bec80de40f29b6b9378e04582dcaf118ddf7964a66c918b3d0f0c0b7e877ae SHA512 c34c5026255516014419b2c71f15585b7b61537279d3f1e61146cb00b9890b8178863d66d6da858c5560f8c97668e04f41b2af73dafabcd757d480ce6784e3d0

diff --git a/app-misc/liquidctl/liquidctl-1.7.1-r1.ebuild b/app-misc/liquidctl/liquidctl-1.7.2.ebuild
similarity index 100%
rename from app-misc/liquidctl/liquidctl-1.7.1-r1.ebuild
rename to app-misc/liquidctl/liquidctl-1.7.2.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/
@ 2022-06-16  2:07 Alexey Sokolov
  0 siblings, 0 replies; 12+ messages in thread
From: Alexey Sokolov @ 2022-06-16  2:07 UTC (permalink / raw
  To: gentoo-commits

commit:     5ac66122d208434aaa400997d9e8329aff260db4
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Thu Jun 16 02:06:56 2022 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Thu Jun 16 02:06:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ac66122

app-misc/liquidctl: add py3.10

Closes: https://bugs.gentoo.org/848090
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 .../liquidctl/{liquidctl-1.7.2.ebuild => liquidctl-1.7.2-r1.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/liquidctl/liquidctl-1.7.2.ebuild b/app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild
similarity index 92%
rename from app-misc/liquidctl/liquidctl-1.7.2.ebuild
rename to app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild
index f43f2382d..dd7ad5708 100644
--- a/app-misc/liquidctl/liquidctl-1.7.2.ebuild
+++ b/app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1 udev
 
 DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/
@ 2022-08-30 19:10 Stephan Hartmann
  0 siblings, 0 replies; 12+ messages in thread
From: Stephan Hartmann @ 2022-08-30 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a6354cbe41521eb6a27353883c29fe668856d69b
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 19:08:24 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 19:08:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6354cbe

app-misc/liquidctl: treeclean, moved to ::gentoo

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 app-misc/liquidctl/Manifest                  |  1 -
 app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild | 36 ----------------------------
 app-misc/liquidctl/metadata.xml              | 11 ---------
 3 files changed, 48 deletions(-)

diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
deleted file mode 100644
index 102eb0c79..000000000
--- a/app-misc/liquidctl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST liquidctl-1.7.2.tar.gz 2064552 BLAKE2B 4afd404043313e8cf544859a5655bf855d093396a9c07660f355f9febae25f9067bec80de40f29b6b9378e04582dcaf118ddf7964a66c918b3d0f0c0b7e877ae SHA512 c34c5026255516014419b2c71f15585b7b61537279d3f1e61146cb00b9890b8178863d66d6da858c5560f8c97668e04f41b2af73dafabcd757d480ce6784e3d0

diff --git a/app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild b/app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild
deleted file mode 100644
index dd7ad5708..000000000
--- a/app-misc/liquidctl/liquidctl-1.7.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1 udev
-
-DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"
-HOMEPAGE="https://github.com/liquidctl/liquidctl"
-SRC_URI="https://github.com/liquidctl/liquidctl/releases/download/v${PV}/${P}.tar.gz"
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/colorlog[${PYTHON_USEDEP}]
-	dev-python/docopt[${PYTHON_USEDEP}]
-	dev-python/hidapi[${PYTHON_USEDEP}]
-	dev-python/pyusb[${PYTHON_USEDEP}]
-	sys-apps/i2c-tools[${PYTHON_USEDEP},python]
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-	# Without this variable, it attempts to write to /var/run and fails
-	XDG_RUNTIME_DIR="${T}/xdg" distutils-r1_src_test || die
-}
-
-python_install_all() {
-	distutils-r1_python_install_all
-	dodoc docs/*.md || die
-	dodoc -r docs/linux/
-	udev_dorules extra/linux/71-liquidctl.rules
-}

diff --git a/app-misc/liquidctl/metadata.xml b/app-misc/liquidctl/metadata.xml
deleted file mode 100644
index abd809ae8..000000000
--- a/app-misc/liquidctl/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>alexey+gentoo@asokolov.org</email>
-		<name>Alexey Sokolov</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">liquidctl/liquidctl</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2022-08-30 19:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-19 21:51 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/ Alexey Sokolov
  -- strict thread matches above, loose matches on Subject: below --
2022-08-30 19:10 Stephan Hartmann
2022-06-16  2:07 Alexey Sokolov
2021-10-11  0:56 Alexey Sokolov
2021-10-01 19:49 Alexey Sokolov
2021-07-19 21:51 Alexey Sokolov
2021-07-07 11:58 Alexey Sokolov
2021-07-07 11:58 Alexey Sokolov
2020-11-02 23:39 Alexey Sokolov
2020-11-02 23:38 Alexey Sokolov
2020-08-28  0:45 Alexey Sokolov
2020-08-28  0:42 Alexey Sokolov

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