mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
yara: fixed 3.3.0, removed 2.1.0 (assuming old)
This commit is contained in:
parent
d246b2571c
commit
634d2b884d
3 changed files with 5 additions and 27 deletions
|
|
@ -1,4 +1,2 @@
|
|||
DIST yara-2.1.0.tar.gz 590230 SHA256 7ea25ee417c29a316202330df3053dd527cea454920b33cae6c9af7384a00f20 SHA512 082a603ea648e4d83d45d6e30937c60eb0bf2092fb1c6845103380be12f9b72a05e439403cd08cbccdc598ba1d5cd51d394db3d989d154e95a91317d6d4ff8e5 WHIRLPOOL 17c2449c58f38e876012387001b39f5a6b60163a522cee09a772720b28ced28ffd2cb6cb2e3e9474559c5ea9d010b87dffac645a0d509dcfa7f28e7eb2402ca6
|
||||
DIST yara-3.3.0.tar.gz 7634474 SHA256 e5f4359082e35ff00ee94af9ee897bb0ab18abf49a2c4fe45968d7a848e5bd83 SHA512 f763f4d5b71caf5aef20995d128e1e16f176746dd2fade1f3991a7a81e050ba8c0d9aa1d96bb4dc754e5f0a44fa799d620c5f4797bcd3205fad77f9c493c5532 WHIRLPOOL e9c8f7be07d955e76110874cf03449562d8dfd292d1e6b86c9ac8361876919944c12c0620c51290acf3e090e9af31881b82a493ea7e3c265aacdf9fb3d7d8979
|
||||
EBUILD yara-2.1.0.ebuild 484 SHA256 8e620232fb26af34469f002f2a106b0151d578653bcedce6ab50f071b7b83ceb SHA512 d58b2a950a3a5400179c56bed588c142152b89d0435377807f8ac325510b2b1792f3880b24122e31e173254a7420bdfa114c435639b87051cb72d23ea9b3e773 WHIRLPOOL 5660cf6fd6603aebd1581e3e8bbafe7a38343d12334ea05d38876b27d2b9aeb88574bca309a8252745e88eeeb08c2e000be6647d5a311ee0a4b3f320e7df0f52
|
||||
EBUILD yara-3.3.0.ebuild 484 SHA256 8e620232fb26af34469f002f2a106b0151d578653bcedce6ab50f071b7b83ceb SHA512 d58b2a950a3a5400179c56bed588c142152b89d0435377807f8ac325510b2b1792f3880b24122e31e173254a7420bdfa114c435639b87051cb72d23ea9b3e773 WHIRLPOOL 5660cf6fd6603aebd1581e3e8bbafe7a38343d12334ea05d38876b27d2b9aeb88574bca309a8252745e88eeeb08c2e000be6647d5a311ee0a4b3f320e7df0f52
|
||||
EBUILD yara-3.3.0.ebuild 485 SHA256 4a03946f0104761258ba082e052035c5f2ae6f4887312dc28ba9f3d35dfd855d SHA512 09d243c3631f2b78295161c761dd2648b9a523162378048ccf2fa840fee94bf22cb6fcafb0eee51760ab212837d8f8b0907b0ef1d13e47a718d481b507ed4c1d WHIRLPOOL 7280c6cbe46069abc359a1889a729cfbc27a6e3a653b1ab4d2672a48ef5dbb46dad2eac2243e5eabe0f78b329f0022e14f860c96b66f2c7dcf5b94e76ffdc09c
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
DESCRIPTION="A malware identification and classification tool"
|
||||
HOMEPAGE="http://plusvic.github.io/yara/"
|
||||
SRC_URI="https://github.com/plusvic/yara/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="python"
|
||||
|
||||
PDEPEND="python? ( ~dev-python/yara-python-${PV} )"
|
||||
|
||||
src_configure() {
|
||||
./bootstrap.sh
|
||||
./configure
|
||||
}
|
||||
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
EAPI=5
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="A malware identification and classification tool"
|
||||
HOMEPAGE="http://plusvic.github.io/yara/"
|
||||
SRC_URI="https://github.com/plusvic/yara/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
|
@ -15,7 +17,6 @@ IUSE="python"
|
|||
|
||||
PDEPEND="python? ( ~dev-python/yara-python-${PV} )"
|
||||
|
||||
src_configure() {
|
||||
./bootstrap.sh
|
||||
./configure
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue