Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/flawfinder/
Date: Sat, 05 Feb 2022 14:26:20
Message-Id: 1644071163.5c508c82af80981d7283d9607b661dddf760b671.tupone@gentoo
1 commit: 5c508c82af80981d7283d9607b661dddf760b671
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 5 14:26:03 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 14:26:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c508c82
7
8 dev-util/flawfinder: drop old versions
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-util/flawfinder/Manifest | 2 --
14 dev-util/flawfinder/flawfinder-2.0.15.ebuild | 35 ----------------------------
15 dev-util/flawfinder/flawfinder-2.0.18.ebuild | 32 -------------------------
16 3 files changed, 69 deletions(-)
17
18 diff --git a/dev-util/flawfinder/Manifest b/dev-util/flawfinder/Manifest
19 index 02ffdca4ea98..760a73f374f2 100644
20 --- a/dev-util/flawfinder/Manifest
21 +++ b/dev-util/flawfinder/Manifest
22 @@ -1,3 +1 @@
23 -DIST flawfinder-2.0.15.tar.gz 253677 BLAKE2B 5c4a0e21e0a7f144382c6ca25f713aef9bdb413d4bb5a73f66632ef365f55c75e755ab59cf92fb54dc2d043c8b88be8c28d5f5fca36df6795dabc00313b839f2 SHA512 12b637bae789ee86710c7d6ee203b811e78414ad5d173730bfffe3ea783a76ce999878c57ddaa8019744cac6bf94967663fd9fd80769d7a24b0a79d23c0b0d9d
24 -DIST flawfinder-2.0.18.tar.gz 259960 BLAKE2B 8ddc04d7cef5946d574db499c9d3bd61f9bf8c556d58d649b50544d8c70e76c7dab15391464f5dac3dc229602a6988ddbfaa194dab579cc1b56112af519d6102 SHA512 630be03190f1a8900c001143a9cbb98d2bbd4cc1134097070b39b34a51ff8ee98ff060f082dd7fb5c6773ce1e751926a1b95faac6c307facdba445d919547940
25 DIST flawfinder-2.0.19.tar.gz 260817 BLAKE2B d9b74d1882a363fa37aabd4ea6c53a5c18e15d27ee755ce2a2ea7421cb052505ef45290b5dfe7df0c3f92de1f561d274624986291d297dad8d8bf0b3550d5cdd SHA512 7ac8684f157f30cb7cc0e2d9c270f92bb26e9207d9879530c499cc93af10070c2558f3794cc8b1a0a51b52ae771a4aa47157b467d0e6578cab96360cb0c6d90b
26
27 diff --git a/dev-util/flawfinder/flawfinder-2.0.15.ebuild b/dev-util/flawfinder/flawfinder-2.0.15.ebuild
28 deleted file mode 100644
29 index b05accd76765..000000000000
30 --- a/dev-util/flawfinder/flawfinder-2.0.15.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{7..9} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Examines C/C++ source code for security flaws"
43 -HOMEPAGE="https://www.dwheeler.com/flawfinder/"
44 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="GPL-2+"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
49 -
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -DEPEND="${PYTHON_DEPS}"
53 -RDEPEND="${DEPEND}"
54 -
55 -src_prepare() {
56 - sed -i "s/${PN}.1.gz/${PN}.1/g" setup.py || die 'sed failed.'
57 - default
58 -}
59 -
60 -python_test() {
61 - emake test
62 -}
63 -
64 -python_install_all() {
65 - local DOCS=( announcement ChangeLog README.md ${PN}.pdf )
66 - distutils-r1_python_install_all
67 -}
68
69 diff --git a/dev-util/flawfinder/flawfinder-2.0.18.ebuild b/dev-util/flawfinder/flawfinder-2.0.18.ebuild
70 deleted file mode 100644
71 index ae56037d4dfa..000000000000
72 --- a/dev-util/flawfinder/flawfinder-2.0.18.ebuild
73 +++ /dev/null
74 @@ -1,32 +0,0 @@
75 -# Copyright 1999-2021 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=7
79 -
80 -PYTHON_COMPAT=( python3_{8..10} )
81 -
82 -inherit distutils-r1
83 -
84 -DESCRIPTION="Examines C/C++ source code for security flaws"
85 -HOMEPAGE="https://www.dwheeler.com/flawfinder/"
86 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
87 -
88 -LICENSE="GPL-2+"
89 -SLOT="0"
90 -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
91 -
92 -PATCHES=( "${FILESDIR}"/${P}-setup.patch )
93 -
94 -src_prepare() {
95 - sed -e "s/${PN}.1.gz/${PN}.1/g" -i setup.py || die 'sed failed'
96 - default
97 -}
98 -
99 -python_test() {
100 - emake test
101 -}
102 -
103 -python_install_all() {
104 - local DOCS=( announcement ChangeLog README.md ${PN}.pdf )
105 - distutils-r1_python_install_all
106 -}