Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/liquidctl/
Date: Wed, 07 Jul 2021 14:02:19
Message-Id: 1625659092.1b6e086d0aadac8818e626a4fb6e3d306504ac59.flow@gentoo
1 commit: 1b6e086d0aadac8818e626a4fb6e3d306504ac59
2 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
3 AuthorDate: Wed Jul 7 11:58:12 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 7 11:58:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b6e086d
7
8 app-misc/liquidctl: drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
12
13 app-misc/liquidctl/Manifest | 1 -
14 app-misc/liquidctl/liquidctl-1.4.2.ebuild | 35 -------------------------------
15 2 files changed, 36 deletions(-)
16
17 diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
18 index 104d7c0ab..6811329bf 100644
19 --- a/app-misc/liquidctl/Manifest
20 +++ b/app-misc/liquidctl/Manifest
21 @@ -1,2 +1 @@
22 -DIST liquidctl-1.4.2.tar.gz 159500 BLAKE2B a307949798c779f0a45494b0353f45b1a1d957fc9e5d3eeb9eefaaa03b82e4df1c5a9adce3bc025caf2a95745b225a112780ba6a426367ee45aa868c1f1620e5 SHA512 06a832c1e4784def449e64b9c119cf9fc8554932644d0126ad24ce1ab68995ea510e5473db2bdd8f1d20d4d5f505f21ecbf4ae490b6984fb87407ea9e6bfb58e
23 DIST liquidctl-1.7.0.tar.gz 2036796 BLAKE2B 38227ee16daa769c72b6070e23885f14fce3695db01a5b278b37d570cf9c293d8e7442d9f71e26fe3d50890c8cdcd59114539b014c14d3fc6aeca888bfb652da SHA512 f13925cebad63996475f0535d2db0a0cfb5177a83aebceba0ab45600ab1c175cb76bfb351118acfd4995eec44a75acd86b7b7539d69e999525a3aa9cd88f16ed
24
25 diff --git a/app-misc/liquidctl/liquidctl-1.4.2.ebuild b/app-misc/liquidctl/liquidctl-1.4.2.ebuild
26 deleted file mode 100644
27 index b4d2acfa1..000000000
28 --- a/app-misc/liquidctl/liquidctl-1.4.2.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{7,8} )
37 -DISTUTILS_USE_SETUPTOOLS=rdepend
38 -inherit distutils-r1 udev
39 -
40 -DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"
41 -HOMEPAGE="https://github.com/jonasmalacofilho/liquidctl"
42 -SRC_URI="https://github.com/jonasmalacofilho/liquidctl/releases/download/v${PV}/${P}.tar.gz"
43 -LICENSE="GPL-3+"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -
47 -RDEPEND="
48 - dev-python/docopt[${PYTHON_USEDEP}]
49 - dev-python/hidapi[${PYTHON_USEDEP}]
50 - dev-python/pyusb[${PYTHON_USEDEP}]
51 -"
52 -
53 -distutils_enable_tests pytest
54 -
55 -src_test() {
56 - # Without this variable, it attempts to write to /var/run and fails
57 - XDG_RUNTIME_DIR="${T}/xdg" distutils-r1_src_test || die
58 -}
59 -
60 -python_install_all() {
61 - distutils-r1_python_install_all
62 - dodoc docs/*.md || die
63 - dodoc -r docs/linux/
64 - udev_dorules extra/linux/71-liquidctl.rules
65 -}