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: Sun, 19 Sep 2021 02:24:55
Message-Id: 1632018259.90d2fff5659cda17be523808f5cddbc76ddfea53.sam@gentoo
1 commit: 90d2fff5659cda17be523808f5cddbc76ddfea53
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 19 02:08:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 19 02:24:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d2fff5
7
8 sys-devel/smatch: add 1.72
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-devel/smatch/Manifest | 1 +
13 sys-devel/smatch/smatch-1.60.ebuild | 4 ++--
14 sys-devel/smatch/{smatch-1.60.ebuild => smatch-1.72.ebuild} | 11 +++++------
15 sys-devel/smatch/smatch-9999.ebuild | 12 +++++++-----
16 4 files changed, 15 insertions(+), 13 deletions(-)
17
18 diff --git a/sys-devel/smatch/Manifest b/sys-devel/smatch/Manifest
19 index 758f2f83732..a99bf33cb4d 100644
20 --- a/sys-devel/smatch/Manifest
21 +++ b/sys-devel/smatch/Manifest
22 @@ -1 +1,2 @@
23 DIST smatch-1.60.tar.gz 558479 BLAKE2B d5e564c32e33dc38847f9a258b4b47285f190652181db9b8850c832c0cf4d8a3302d989a7b42592e73a713927a29565565e83a9be1b0a5c9d10869fce278a0be SHA512 2920c9d4c500db36cfa60db5be70d157ed16abd729279462faef6f79e0756bd017ec91b8f857d19fdebd8a9d709b0555635700a2864cf0a84daa61cf2ca3eecd
24 +DIST smatch-1.72.tar.gz 1431923 BLAKE2B ec4119fce985876afc9a46a74a0a56e8e8cb271a964c16496972c59ade95aa3d2df3a839a819e31cb081ca8a3b1f6bf6934ec97d73209091cfd86c87c1433557 SHA512 6d12e9ba85f332fcc56657296596e811cf3b75d4ad37007e07feb31baa4b315732361915972a2139ae13f75b8a73f953488ceb9de41529db9e84c81fb6fde77e
25
26 diff --git a/sys-devel/smatch/smatch-1.60.ebuild b/sys-devel/smatch/smatch-1.60.ebuild
27 index 9423f1d108f..4a6c5f79460 100644
28 --- a/sys-devel/smatch/smatch-1.60.ebuild
29 +++ b/sys-devel/smatch/smatch-1.60.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 +# Copyright 1999-2021 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=7
36 @@ -15,7 +15,7 @@ else
37 S=${WORKDIR}/${PN}
38 fi
39
40 -DESCRIPTION="static analysis tool for C"
41 +DESCRIPTION="Static analysis tool for C"
42 HOMEPAGE="http://smatch.sourceforge.net/"
43
44 LICENSE="OSL-1.1"
45
46 diff --git a/sys-devel/smatch/smatch-1.60.ebuild b/sys-devel/smatch/smatch-1.72.ebuild
47 similarity index 90%
48 copy from sys-devel/smatch/smatch-1.60.ebuild
49 copy to sys-devel/smatch/smatch-1.72.ebuild
50 index 9423f1d108f..cb53b5afd46 100644
51 --- a/sys-devel/smatch/smatch-1.60.ebuild
52 +++ b/sys-devel/smatch/smatch-1.72.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2020 Gentoo Authors
55 +# Copyright 1999-2021 Gentoo Authors
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=7
59 @@ -11,23 +11,22 @@ if [[ ${PV} == "9999" ]] ; then
60 else
61 SRC_URI="http://repo.or.cz/w/smatch.git/snapshot/${PV}.tar.gz -> ${P}.tar.gz
62 mirror://gentoo/${P}.tar.gz"
63 + # Update on bumps
64 + S="${WORKDIR}"/${P}-7f4b936
65 +
66 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
67 - S=${WORKDIR}/${PN}
68 fi
69
70 -DESCRIPTION="static analysis tool for C"
71 +DESCRIPTION="Static analysis tool for C"
72 HOMEPAGE="http://smatch.sourceforge.net/"
73
74 LICENSE="OSL-1.1"
75 SLOT="0"
76 -IUSE=""
77
78 RDEPEND="dev-db/sqlite"
79 DEPEND="${RDEPEND}"
80 BDEPEND="virtual/pkgconfig"
81
82 -S=${WORKDIR}/${P}-7a4fdad
83 -
84 src_prepare() {
85 default
86
87
88 diff --git a/sys-devel/smatch/smatch-9999.ebuild b/sys-devel/smatch/smatch-9999.ebuild
89 index 8ba49a55ed4..cb53b5afd46 100644
90 --- a/sys-devel/smatch/smatch-9999.ebuild
91 +++ b/sys-devel/smatch/smatch-9999.ebuild
92 @@ -1,25 +1,27 @@
93 -# Copyright 1999-2020 Gentoo Authors
94 +# Copyright 1999-2021 Gentoo Authors
95 # Distributed under the terms of the GNU General Public License v2
96
97 EAPI=7
98
99 inherit toolchain-funcs
100 if [[ ${PV} == "9999" ]] ; then
101 + EGIT_REPO_URI="git://repo.or.cz/${PN}.git
102 + http://repo.or.cz/r/${PN}.git"
103 inherit git-r3
104 - EGIT_REPO_URI="https://repo.or.cz/r/${PN}.git"
105 else
106 SRC_URI="http://repo.or.cz/w/smatch.git/snapshot/${PV}.tar.gz -> ${P}.tar.gz
107 mirror://gentoo/${P}.tar.gz"
108 + # Update on bumps
109 + S="${WORKDIR}"/${P}-7f4b936
110 +
111 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
112 - S=${WORKDIR}/${PN}
113 fi
114
115 -DESCRIPTION="static analysis tool for C"
116 +DESCRIPTION="Static analysis tool for C"
117 HOMEPAGE="http://smatch.sourceforge.net/"
118
119 LICENSE="OSL-1.1"
120 SLOT="0"
121 -IUSE=""
122
123 RDEPEND="dev-db/sqlite"
124 DEPEND="${RDEPEND}"