Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/smatch/
Date: Thu, 23 Jun 2022 06:31:47
Message-Id: 1655965896.b5442c09cd3f9cbc3b5024cd48282c568fb2427e.sam@gentoo
1 commit: b5442c09cd3f9cbc3b5024cd48282c568fb2427e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 23 06:31:07 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 23 06:31:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5442c09
7
8 sys-devel/smatch: fix LICENSE
9
10 Closes: https://bugs.gentoo.org/853733
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-devel/smatch/smatch-1.72.ebuild | 7 ++++---
14 sys-devel/smatch/smatch-9999.ebuild | 7 ++++---
15 2 files changed, 8 insertions(+), 6 deletions(-)
16
17 diff --git a/sys-devel/smatch/smatch-1.72.ebuild b/sys-devel/smatch/smatch-1.72.ebuild
18 index 9006835c81bb..adff98d916f1 100644
19 --- a/sys-devel/smatch/smatch-1.72.ebuild
20 +++ b/sys-devel/smatch/smatch-1.72.ebuild
21 @@ -1,10 +1,10 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 inherit toolchain-funcs
29 -if [[ ${PV} == "9999" ]] ; then
30 +if [[ ${PV} == 9999 ]] ; then
31 EGIT_REPO_URI="https://repo.or.cz/${PN}.git
32 https://repo.or.cz/r/${PN}.git"
33 inherit git-r3
34 @@ -20,7 +20,8 @@ fi
35 DESCRIPTION="Static analysis tool for C"
36 HOMEPAGE="http://smatch.sourceforge.net/"
37
38 -LICENSE="OSL-1.1"
39 +# bug #853733
40 +LICENSE="GPL-2+ MIT OSL-1.1"
41 SLOT="0"
42
43 RDEPEND="dev-db/sqlite"
44
45 diff --git a/sys-devel/smatch/smatch-9999.ebuild b/sys-devel/smatch/smatch-9999.ebuild
46 index 9006835c81bb..adff98d916f1 100644
47 --- a/sys-devel/smatch/smatch-9999.ebuild
48 +++ b/sys-devel/smatch/smatch-9999.ebuild
49 @@ -1,10 +1,10 @@
50 -# Copyright 1999-2021 Gentoo Authors
51 +# Copyright 1999-2022 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=7
55
56 inherit toolchain-funcs
57 -if [[ ${PV} == "9999" ]] ; then
58 +if [[ ${PV} == 9999 ]] ; then
59 EGIT_REPO_URI="https://repo.or.cz/${PN}.git
60 https://repo.or.cz/r/${PN}.git"
61 inherit git-r3
62 @@ -20,7 +20,8 @@ fi
63 DESCRIPTION="Static analysis tool for C"
64 HOMEPAGE="http://smatch.sourceforge.net/"
65
66 -LICENSE="OSL-1.1"
67 +# bug #853733
68 +LICENSE="GPL-2+ MIT OSL-1.1"
69 SLOT="0"
70
71 RDEPEND="dev-db/sqlite"