Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/liquidctl/
Date: Fri, 28 Aug 2020 15:26:26
Message-Id: 1598575491.928ca0992c2109c72ae425ed324d473aab395619.andrewammerlaan@gentoo
1 commit: 928ca0992c2109c72ae425ed324d473aab395619
2 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
3 AuthorDate: Fri Aug 28 00:44:51 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri Aug 28 00:44:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=928ca099
7
8 app-misc/liquidctl: remove a commented out variable
9
10 which I forgot to remove
11
12 Package-Manager: Portage-2.3.103, Repoman-2.3.23
13 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
14
15 app-misc/liquidctl/liquidctl-1.4.1.ebuild | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/app-misc/liquidctl/liquidctl-1.4.1.ebuild b/app-misc/liquidctl/liquidctl-1.4.1.ebuild
19 index 162b49f..b4d2acf 100644
20 --- a/app-misc/liquidctl/liquidctl-1.4.1.ebuild
21 +++ b/app-misc/liquidctl/liquidctl-1.4.1.ebuild
22 @@ -10,7 +10,6 @@ inherit distutils-r1 udev
23 DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"
24 HOMEPAGE="https://github.com/jonasmalacofilho/liquidctl"
25 SRC_URI="https://github.com/jonasmalacofilho/liquidctl/releases/download/v${PV}/${P}.tar.gz"
26 -#S="${WORKDIR}/${P}"
27 LICENSE="GPL-3+"
28 SLOT="0"
29 KEYWORDS="~amd64"