summaryrefslogtreecommitdiff
path: root/dev-util/splint
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-util/splint
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-util/splint')
-rw-r--r--dev-util/splint/Manifest2
-rw-r--r--dev-util/splint/splint-3.1.2-r2.ebuild15
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-util/splint/Manifest b/dev-util/splint/Manifest
index f0909e36b25d..6b5119f93aaa 100644
--- a/dev-util/splint/Manifest
+++ b/dev-util/splint/Manifest
@@ -1,4 +1,4 @@
AUX splint-3.1.2-musl.patch 232 BLAKE2B 1d802cba805a993ccec83b2beeefba3f7971fe31d4c20f03082538aa47ff3614fa8c270a6011c21745c85ad9325884d7447446dcc415995909bcedf1fcf10f9d SHA512 4e74cd5181848c3babf3a6d6687eb6d274be1549f26b7817b2c3fa4c0cee048c841d71a28931ae4db21c0c67154cff536218e7ace6d6e5ba4c7eccb7a800790f
DIST splint-3.1.2.src.tgz 2284033 BLAKE2B b071092ddb82be76734e00cdc8f96b697c20d0beaeba921b74464ac0b1f727c396f8f15845cf8c6c20011186e4da00199411545e0e167fcb9ce4ef2b27efa975 SHA512 9bbf3f6575763c022940efde947f845f52095a1bcf645f7f4a98feb335b62d2bd50d78420e7fe95f81eb139b110d8fe48112b025deace45f7994360b20d47e0b
-EBUILD splint-3.1.2-r2.ebuild 1087 BLAKE2B 189e6a4cd1a1ffc4d9fe2d70e5c46448d292d0e25f5875f4b50b27b9921945bf0953b56b60aa81364015f0e23ad7f7bc1dfc8c08027d41b4e9b1c8f916aa9af3 SHA512 c433e0b8157232f023afd3e914f38adcb905d662538c52279fb96e486cbaee061ec4c94631e3ad57390f5dae26160695444a0d239ab1dd774af55db377b08309
+EBUILD splint-3.1.2-r2.ebuild 1093 BLAKE2B 0141c0b33181e364b21f169ba53912f2ef5a9795d0a49a0c970433c4199cef3e83cfae61dd3428f8ae5e21be72d6bbac74d266104f8092c44973d3a2eb401cdc SHA512 75d74e6966cfdddc2b3b0b707d8e2cb8cffc4d57314f1eeb7ce35fa5a9dd8b6c5c38fc4bfbf007a34d510635563572ea49708442ae50d28192f36566613e274f
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/dev-util/splint/splint-3.1.2-r2.ebuild b/dev-util/splint/splint-3.1.2-r2.ebuild
index b47c46e8e141..1975543f7f9d 100644
--- a/dev-util/splint/splint-3.1.2-r2.ebuild
+++ b/dev-util/splint/splint-3.1.2-r2.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit autotools eutils
+EAPI=7
+
+inherit autotools
DESCRIPTION="Check C programs for vulnerabilities and programming mistakes"
HOMEPAGE="http://lclint.cs.virginia.edu/"
@@ -12,12 +13,14 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~ppc-macos ~x64-macos"
-DEPEND="
- sys-devel/flex
-"
+DEPEND="sys-devel/flex"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.1.2-musl.patch
+)
src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.1.2-musl.patch
+ default
# verbose compiler calls
sed -i -e '/Compiling/d' src/Makefile.am || die