aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <alexey+gentoo@asokolov.org>2021-07-07 12:58:12 +0100
committerAlexey Sokolov <alexey+gentoo@asokolov.org>2021-07-07 12:58:12 +0100
commit1b6e086d0aadac8818e626a4fb6e3d306504ac59 (patch)
treec77712a45cef234949d63cead5dad8bb024c8dd4
parentapp-misc/liquidctl: version 1.7.0 (diff)
downloadguru-1b6e086d0aadac8818e626a4fb6e3d306504ac59.tar.gz
guru-1b6e086d0aadac8818e626a4fb6e3d306504ac59.tar.bz2
guru-1b6e086d0aadac8818e626a4fb6e3d306504ac59.zip
app-misc/liquidctl: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
-rw-r--r--app-misc/liquidctl/Manifest1
-rw-r--r--app-misc/liquidctl/liquidctl-1.4.2.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest
index 104d7c0ab8..6811329bfc 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 b4d2acfa1b..0000000000
--- 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
-}