From 1455e89f58976da362e06b4bebd7305388847a3f Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Mon, 11 Nov 2019 21:54:57 +0300 Subject: [PATCH] malheur: update links, fix metadata.missing --- app-antivirus/malheur/Manifest | 2 +- app-antivirus/malheur/malheur-0.5.4-r1.ebuild | 36 +++++++++++++++++++ app-antivirus/malheur/malheur-0.5.4.ebuild | 24 ------------- app-antivirus/malheur/metadata.xml | 8 +++++ 4 files changed, 45 insertions(+), 25 deletions(-) create mode 100644 app-antivirus/malheur/malheur-0.5.4-r1.ebuild delete mode 100644 app-antivirus/malheur/malheur-0.5.4.ebuild create mode 100644 app-antivirus/malheur/metadata.xml diff --git a/app-antivirus/malheur/Manifest b/app-antivirus/malheur/Manifest index 8d4e5a4d8..bfde13222 100644 --- a/app-antivirus/malheur/Manifest +++ b/app-antivirus/malheur/Manifest @@ -1 +1 @@ -DIST malheur-0.5.4.tar.gz 551306 SHA256 bb3db24ceb168a4ff7687bd7d877b71a411226d83905158d3b5d10be38c9b052 SHA512 c2589d719b546320722ae73e38ca8e8b001443f4c00aa9fa58a4e73649cf70d386235a59e839ede0502645bac5141b23dd652f8fac8f7597976a3dc7472272d7 WHIRLPOOL cc7c7eaf30a4f82984fd8bdcf9678ebbb7e82e07fd3fe4d1020845216c9f69d9041379987da42c5ad43ba341345cc33b0d67764f49bee26a2068691b5b5f5749 +DIST malheur-0.5.4.tar.gz 96173 BLAKE2B 55d919fe860838391652f924aab5bd739694a402351f35da256c3b8f34696a97de0e0f65cb58916a497aa071ff662accd07402af20913904a1b54129a09bfb1e SHA512 08cc72b9edd182fe4475e94c3b1a6458db93af2c18bb61fe430c2e1dc0b21616064374e5be5bf7fa06b38f8dbc615f15c6e65b9bc7d0f102706bbd9a191a848a diff --git a/app-antivirus/malheur/malheur-0.5.4-r1.ebuild b/app-antivirus/malheur/malheur-0.5.4-r1.ebuild new file mode 100644 index 000000000..d1d59f9c2 --- /dev/null +++ b/app-antivirus/malheur/malheur-0.5.4-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Malware analysis tool" +HOMEPAGE="https://github.com/rieck/malheur" +SRC_URI="https://github.com/rieck/malheur/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 ~arm x86" +IUSE="openmp" + +DEPEND="" +RDEPEND=" + app-arch/libarchive:* + dev-libs/libconfig:* + dev-libs/uthash + openmp? ( sys-devel/gcc[openmp] )" + +src_prepare() { + eautoreconf + default +} + +src_configure() { + econf $(use_enable openmp) +} + +src_install() { + default + keepdir /var/lib/malheur +} diff --git a/app-antivirus/malheur/malheur-0.5.4.ebuild b/app-antivirus/malheur/malheur-0.5.4.ebuild deleted file mode 100644 index 23f8cd8b0..000000000 --- a/app-antivirus/malheur/malheur-0.5.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Malware analysis tool" -HOMEPAGE="http://www.mlsec.org/malheur/" -SRC_URI="http://www.mlsec.org/malheur/files/$PN-$PV.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="openmp" - -DEPEND="" -RDEPEND=">=dev-libs/libconfig-1.3.2 - >=app-arch/libarchive-3.0.4 - dev-libs/uthash - openmp? ( sys-devel/gcc[openmp] )" - -src_configure() { - econf\ - $(use_enable openmp) -} diff --git a/app-antivirus/malheur/metadata.xml b/app-antivirus/malheur/metadata.xml new file mode 100644 index 000000000..4fa8ff351 --- /dev/null +++ b/app-antivirus/malheur/metadata.xml @@ -0,0 +1,8 @@ + + + + + proxy-maint@gentoo.org + Proxy Maintainers + +