From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/flawfinder/
Date: Sun, 31 Dec 2023 17:22:39 +0000 (UTC) [thread overview]
Message-ID: <1704043336.1d2a8ac9b9f1e38ded93f2f215b84ae658937b6b.tupone@gentoo> (raw)
commit: 1d2a8ac9b9f1e38ded93f2f215b84ae658937b6b
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 17:21:39 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 17:22:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2a8ac9
dev-util/flawfinder: PEP517 build
Closes: https://bugs.gentoo.org/909978
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-util/flawfinder/flawfinder-2.0.19-r1.ebuild | 32 +++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/dev-util/flawfinder/flawfinder-2.0.19-r1.ebuild b/dev-util/flawfinder/flawfinder-2.0.19-r1.ebuild
new file mode 100644
index 000000000000..d6b63ad8c62f
--- /dev/null
+++ b/dev-util/flawfinder/flawfinder-2.0.19-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{9..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Examines C/C++ source code for security flaws"
+HOMEPAGE="https://www.dwheeler.com/flawfinder/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.0.18-setup.patch )
+
+src_prepare() {
+ sed -e "s/${PN}.1.gz/${PN}.1/g" -i setup.py || die 'sed failed'
+ default
+}
+
+python_test() {
+ emake test
+}
+
+python_install_all() {
+ local DOCS=( announcement ChangeLog README.md ${PN}.pdf )
+ distutils-r1_python_install_all
+}
next reply other threads:[~2023-12-31 17:22 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-31 17:22 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-16 18:08 [gentoo-commits] repo/gentoo:master commit in: dev-util/flawfinder/ Alfredo Tupone
2024-02-03 21:34 Sam James
2024-02-03 21:34 Sam James
2024-02-03 21:34 Sam James
2024-02-03 19:09 Sam James
2023-02-17 19:41 Michał Górny
2022-02-05 14:26 Alfredo Tupone
2022-02-05 6:34 Sam James
2021-09-10 7:08 Alfredo Tupone
2021-08-13 20:41 Michał Górny
2021-08-13 20:41 Michał Górny
2021-08-13 20:41 Michał Górny
2021-06-05 14:40 Alfredo Tupone
2021-06-01 6:59 Agostino Sarubbo
2021-06-01 6:32 Agostino Sarubbo
2021-05-23 10:07 Alfredo Tupone
2021-02-08 20:56 Alfredo Tupone
2021-02-08 6:21 Joonas Niilola
2020-10-26 13:16 Joonas Niilola
2020-09-19 8:50 Michał Górny
2020-08-05 13:53 Agostino Sarubbo
2020-05-07 15:08 Michał Górny
2020-04-21 6:22 Joonas Niilola
2020-04-21 6:22 Joonas Niilola
2019-07-05 14:30 Michał Górny
2019-05-21 8:45 Michał Górny
2019-04-29 12:32 Michał Górny
2019-04-29 12:32 Michał Górny
2019-04-29 12:32 Michał Górny
2016-11-09 14:04 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1704043336.1d2a8ac9b9f1e38ded93f2f215b84ae658937b6b.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox