Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/spicctrl/
Date: Sun, 03 Apr 2022 10:50:37
Message-Id: 1648983014.ba97f60a8e8a5aa0eabcce3f6fab4744b62e616d.conikost@gentoo
1 commit: ba97f60a8e8a5aa0eabcce3f6fab4744b62e616d
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Mar 29 18:39:17 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 10:50:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba97f60a
7
8 app-laptop/spicctrl: use https, fix LICENSE
9
10 Closes: https://github.com/gentoo/gentoo/pull/24806
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 app-laptop/spicctrl/spicctrl-1.9-r1.ebuild | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild b/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild
19 index 673144b0e853..4021fcf06c4c 100644
20 --- a/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild
21 +++ b/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -6,10 +6,10 @@ EAPI=7
29 inherit toolchain-funcs
30
31 DESCRIPTION="tool for the sonypi-Device (found in Sony Vaio Notebooks)"
32 -HOMEPAGE="http://www.popies.net/sonypi/"
33 -SRC_URI="http://www.popies.net/sonypi/${P}.tar.bz2"
34 +HOMEPAGE="https://www.popies.net/sonypi/"
35 +SRC_URI="https://www.popies.net/sonypi/${P}.tar.bz2"
36
37 -LICENSE="GPL-2"
38 +LICENSE="GPL-2+"
39 SLOT="0"
40 KEYWORDS="~amd64 -ppc x86"