commit: 7e7d3a41666178aff0e92298a95021f1c6677099 Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Thu Jan 30 15:39:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 10 08:51:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7d3a41
sys-devel/smatch-9999: update EAPI 7 -> 8 Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40387 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/smatch/smatch-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-devel/smatch/smatch-9999.ebuild b/sys-devel/smatch/smatch-9999.ebuild index 2e2fc45d2564..6432bf04a327 100644 --- a/sys-devel/smatch/smatch-9999.ebuild +++ b/sys-devel/smatch/smatch-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs if [[ ${PV} == 9999 ]] ; then @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]] ; then https://repo.or.cz/r/${PN}.git" inherit git-r3 else - SRC_URI="http://repo.or.cz/w/smatch.git/snapshot/${PV}.tar.gz -> ${P}.tar.gz + SRC_URI="https://repo.or.cz/w/smatch.git/snapshot/${PV}.tar.gz -> ${P}.tar.gz mirror://gentoo/${P}.tar.gz" # Update on bumps S="${WORKDIR}"/${P}-7f4b936 @@ -18,7 +18,7 @@ else fi DESCRIPTION="Static analysis tool for C" -HOMEPAGE="http://smatch.sourceforge.net/" +HOMEPAGE="https://smatch.sourceforge.net/" # bug #853733 LICENSE="GPL-2+ MIT OSL-1.1" @@ -62,8 +62,8 @@ src_test() { src_install() { # default install target installs a lot of sparse cruft - dobin smatch + dobin smatch cgcc insinto /usr/share/smatch/smatch_data doins smatch_data/* - dodoc FAQ README + dodoc FAQ Documentation/smatch.rst }
