From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84A6413933E for ; Tue, 20 Jul 2021 11:34:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 737C4E0A63; Tue, 20 Jul 2021 11:34:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CFE2E0A63 for ; Tue, 20 Jul 2021 11:34:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE270342AC1 for ; Tue, 20 Jul 2021 11:34:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98EF87FE for ; Tue, 20 Jul 2021 11:34:05 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1626731462.5f34b2a37646a83fc985a7fcff5f8c9cebaceb0d.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/liquidctl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/liquidctl/Manifest app-misc/liquidctl/liquidctl-1.7.0.ebuild X-VCS-Directories: app-misc/liquidctl/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 5f34b2a37646a83fc985a7fcff5f8c9cebaceb0d X-VCS-Branch: master Date: Tue, 20 Jul 2021 11:34:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db9ebad7-bf49-48bd-8978-5ad1a5b31192 X-Archives-Hash: e03802f147113392f1252585cfc4c58f commit: 5f34b2a37646a83fc985a7fcff5f8c9cebaceb0d Author: Alexey Sokolov asokolov org> AuthorDate: Mon Jul 19 21:51:02 2021 +0000 Commit: Florian Schmaus gentoo 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 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 -}