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 98FF2138359 for ; Fri, 28 Aug 2020 00:45:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4714E0A53; Fri, 28 Aug 2020 00:45:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BAFCDE0A53 for ; Fri, 28 Aug 2020 00:45:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 44F21335D94 for ; Fri, 28 Aug 2020 00:45:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2CFB324 for ; Fri, 28 Aug 2020 00:45:04 +0000 (UTC) From: "Alexey Sokolov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Sokolov" Message-ID: <1598575491.928ca0992c2109c72ae425ed324d473aab395619.DarthGandalf@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/liquidctl/liquidctl-1.4.1.ebuild X-VCS-Directories: app-misc/liquidctl/ X-VCS-Committer: DarthGandalf X-VCS-Committer-Name: Alexey Sokolov X-VCS-Revision: 928ca0992c2109c72ae425ed324d473aab395619 X-VCS-Branch: dev Date: Fri, 28 Aug 2020 00:45:04 +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: bbed8b5f-a96e-4afa-89c6-9c0fca80b684 X-Archives-Hash: 4960bebc7b8891049ae788e3e8715a4b commit: 928ca0992c2109c72ae425ed324d473aab395619 Author: Alexey Sokolov asokolov org> AuthorDate: Fri Aug 28 00:44:51 2020 +0000 Commit: Alexey Sokolov asokolov 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 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"