Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/yara/
Date: Tue, 23 Aug 2022 05:30:29
Message-Id: 1661232292.591d7e59c86ac4284c11a53a6b72c758662c893a.sam@gentoo
1 commit: 591d7e59c86ac4284c11a53a6b72c758662c893a
2 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
3 AuthorDate: Tue Aug 9 11:35:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 05:24:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591d7e59
7
8 app-forensics/yara: drop 4.2.0-r1, 4.2.1
9
10 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-forensics/yara/Manifest | 2 --
14 app-forensics/yara/yara-4.2.0-r1.ebuild | 57 ---------------------------------
15 app-forensics/yara/yara-4.2.1.ebuild | 57 ---------------------------------
16 3 files changed, 116 deletions(-)
17
18 diff --git a/app-forensics/yara/Manifest b/app-forensics/yara/Manifest
19 index 7cb826c17da6..ce50cf366466 100644
20 --- a/app-forensics/yara/Manifest
21 +++ b/app-forensics/yara/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST yara-4.2.0.tar.gz 1284059 BLAKE2B 735d161fde5f84199315f1ce6d31f1ad79488312bede85d2941a03cb97fe75c3c4db0b3cba75782d338a462d87e9d9ed57b393bbdb68decfb350a1bbd096258b SHA512 24ca707015c77d87126bcaac0991997f6b09403024765d615a06db47191a3f0177e1c1eb4a917ec8412876b61d28f4a708f36999ddd9214c3967968c71ae3b7c
24 -DIST yara-4.2.1.tar.gz 1285173 BLAKE2B dc290bf7fe85d468fd519e68a12d88097d817ca064a665397ba64768078a2d572b46e488eb48747ea1904207598b41a72a510b4b8e4e8601cf518cb6ab98c322 SHA512 036a35d713647b23998135da0d27c13a8876aa44e18e3c9dc99fa425273d7c4a953cbdc78f413f29e8bf818d84b340d0719e241d2a83b7165a16d97e952c45b0
25 DIST yara-4.2.2.tar.gz 1287486 BLAKE2B 956a9ed4dab64d24cff680248b4f95b06287e96d27b3f94ff80e97641b3dc4581eaee59cf0d19dfffa9f90a6f0a56f95d3f90f9e9472b65e133bf4aac3e42da3 SHA512 6eb42e63eff93ce636e1d2ae84e30621eeea0d91e1d72bb2cbe826aca6af306bb3564ac2314bc090fb59c9aca5436e72d33658009722ce0cfbaae7ef87cc894e
26 DIST yara-4.2.3.tar.gz 1288334 BLAKE2B 4e92570e4dced5c1aa114065d791fc6780ea1281919eb1e908d4181fb5a966137c58d82ae09e8ba18edc69a25d542e3820d8e8de4ac62c0636e273e158086954 SHA512 1df23837d14d3f9f72db901190e7412241514a8914d72b753df32ad8a44c7a49ad8f14941a95de83754e4d1dd0f23d712d8e6a43916343341b92cb1bc66f3c09
27
28 diff --git a/app-forensics/yara/yara-4.2.0-r1.ebuild b/app-forensics/yara/yara-4.2.0-r1.ebuild
29 deleted file mode 100644
30 index a4761519106a..000000000000
31 --- a/app-forensics/yara/yara-4.2.0-r1.ebuild
32 +++ /dev/null
33 @@ -1,57 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -inherit autotools
40 -
41 -DESCRIPTION="A malware identification and classification tool"
42 -HOMEPAGE="http://virustotal.github.io/yara/"
43 -SRC_URI="https://github.com/virustotal/yara/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
44 -S="${WORKDIR}/${PN}-${PV/_/-}"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0/8"
48 -if [[ ${PV} != *_rc* ]] ; then
49 - KEYWORDS="~amd64 ~x86"
50 -fi
51 -IUSE="+dex +dotnet +cuckoo +macho +magic profiling python test"
52 -RESTRICT="!test? ( test )"
53 -
54 -DEPEND="
55 - dev-libs/openssl:=
56 - cuckoo? ( dev-libs/jansson:= )
57 - magic? ( sys-apps/file:= )
58 -"
59 -RDEPEND="${DEPEND}"
60 -PDEPEND="python? ( =dev-python/yara-python-$(ver_cut 1)* )"
61 -
62 -PATCHES=( "${FILESDIR}/${PN}-$(ver_cut 1-2)-test.patch" )
63 -
64 -src_prepare() {
65 - default
66 - eautoreconf
67 -}
68 -
69 -src_configure() {
70 - econf \
71 - $(use_enable profiling) \
72 - $(use_enable cuckoo) \
73 - $(use_enable magic) \
74 - $(use_enable dotnet) \
75 - $(use_enable macho) \
76 - $(use_enable dex) \
77 - $(use_enable test static)
78 -}
79 -
80 -src_test() {
81 - emake check
82 -}
83 -
84 -src_install() {
85 - default
86 -
87 - # TODO: Allow tests to work against dyn. lib rather than building
88 - # statically just for tests.
89 - find "${ED}" \( -name '*.a' -o -name '*.la' \) -delete || die
90 -}
91
92 diff --git a/app-forensics/yara/yara-4.2.1.ebuild b/app-forensics/yara/yara-4.2.1.ebuild
93 deleted file mode 100644
94 index b7af959baad0..000000000000
95 --- a/app-forensics/yara/yara-4.2.1.ebuild
96 +++ /dev/null
97 @@ -1,57 +0,0 @@
98 -# Copyright 1999-2022 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=8
102 -
103 -inherit autotools
104 -
105 -DESCRIPTION="A malware identification and classification tool"
106 -HOMEPAGE="http://virustotal.github.io/yara/"
107 -SRC_URI="https://github.com/virustotal/yara/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
108 -S="${WORKDIR}/${PN}-${PV/_/-}"
109 -
110 -LICENSE="Apache-2.0"
111 -SLOT="0/8"
112 -if [[ ${PV} != *_rc* ]] ; then
113 - KEYWORDS="amd64 x86"
114 -fi
115 -IUSE="+dex +dotnet +cuckoo +macho +magic profiling python test"
116 -RESTRICT="!test? ( test )"
117 -
118 -DEPEND="
119 - dev-libs/openssl:=
120 - cuckoo? ( dev-libs/jansson:= )
121 - magic? ( sys-apps/file:= )
122 -"
123 -RDEPEND="${DEPEND}"
124 -PDEPEND="python? ( =dev-python/yara-python-$(ver_cut 1)* )"
125 -
126 -PATCHES=( "${FILESDIR}/${PN}-$(ver_cut 1-2)-test.patch" )
127 -
128 -src_prepare() {
129 - default
130 - eautoreconf
131 -}
132 -
133 -src_configure() {
134 - econf \
135 - $(use_enable profiling) \
136 - $(use_enable cuckoo) \
137 - $(use_enable magic) \
138 - $(use_enable dotnet) \
139 - $(use_enable macho) \
140 - $(use_enable dex) \
141 - $(use_enable test static)
142 -}
143 -
144 -src_test() {
145 - emake check
146 -}
147 -
148 -src_install() {
149 - default
150 -
151 - # TODO: Allow tests to work against dyn. lib rather than building
152 - # statically just for tests.
153 - find "${ED}" \( -name '*.a' -o -name '*.la' \) -delete || die
154 -}