Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/splint/
Date: Thu, 24 Nov 2022 18:15:04
Message-Id: 1669313687.8d08e1449e8365e6b41d3f8a783ee2b86dda192c.conikost@gentoo
1 commit: 8d08e1449e8365e6b41d3f8a783ee2b86dda192c
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Nov 18 15:54:26 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 24 18:14:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d08e144
7
8 dev-util/splint: use HTTPS, fix LICENSE
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/28328
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 dev-util/splint/splint-3.1.2-r2.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-util/splint/splint-3.1.2-r2.ebuild b/dev-util/splint/splint-3.1.2-r2.ebuild
18 index b05529f3de56..4ae035e30794 100644
19 --- a/dev-util/splint/splint-3.1.2-r2.ebuild
20 +++ b/dev-util/splint/splint-3.1.2-r2.ebuild
21 @@ -6,10 +6,10 @@ EAPI=7
22 inherit autotools
23
24 DESCRIPTION="Check C programs for vulnerabilities and programming mistakes"
25 -HOMEPAGE="http://lclint.cs.virginia.edu/"
26 -SRC_URI="http://www.splint.org/downloads/${P}.src.tgz"
27 +HOMEPAGE="https://splint.org/"
28 +SRC_URI="https://splint.org/downloads/${P}.src.tgz"
29
30 -LICENSE="GPL-2"
31 +LICENSE="GPL-2+"
32 SLOT="0"
33 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~ppc-macos ~x64-macos"