From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8917215808B for ; Mon, 7 Feb 2022 20:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 579ECE076B; Mon, 7 Feb 2022 20:37:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10D8CE077F for ; Mon, 7 Feb 2022 20:37:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5E40342C30 for ; Mon, 7 Feb 2022 20:37:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E89B2AF for ; Mon, 7 Feb 2022 20:37:48 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1644266188.022725c4b6f988cfc25ab321bf47d4da2e87de6f.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-forensics/yara/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-forensics/yara/Manifest app-forensics/yara/metadata.xml app-forensics/yara/yara-4.1.1.ebuild X-VCS-Directories: app-forensics/yara/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 022725c4b6f988cfc25ab321bf47d4da2e87de6f X-VCS-Branch: dev Date: Mon, 7 Feb 2022 20:37:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51bfae6c-7ea8-446d-a3a8-9af4badaa1d3 X-Archives-Hash: c99d5a5278b9dda003f780853dbf6e29 Message-ID: <20220207203748.k8zMucpDDf_A-K88h2o3hvGGB9evzl6NesfEBnOM0jk@z> commit: 022725c4b6f988cfc25ab321bf47d4da2e87de6f Author: Arthur Zamarin gentoo org> AuthorDate: Mon Feb 7 20:36:28 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Feb 7 20:36:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=022725c4 app-forensics/yara: treeclean (moved to ::gentoo) Signed-off-by: Arthur Zamarin gentoo.org> app-forensics/yara/Manifest | 1 - app-forensics/yara/metadata.xml | 24 ----------- app-forensics/yara/yara-4.1.1.ebuild | 78 ------------------------------------ 3 files changed, 103 deletions(-) diff --git a/app-forensics/yara/Manifest b/app-forensics/yara/Manifest deleted file mode 100644 index 7bdea3d1b..000000000 --- a/app-forensics/yara/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST yara-4.1.1.tar.gz 936115 BLAKE2B 6edf277702fb40513097195c730002875eef75502e92d672597ca09fefc054c14a082076877e8bea3daaeb05148a9116e2c302ea90a6ce6270e460fce31db658 SHA512 e4474254249d5b3fbb7231fdec5f4e080be042098e1b2bc953aa93513ce0b4742e34acac2911687e75055ecd589d942f71b79c58ca47eee243626ab3ec8add71 diff --git a/app-forensics/yara/metadata.xml b/app-forensics/yara/metadata.xml deleted file mode 100644 index 875695e98..000000000 --- a/app-forensics/yara/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - co-maintainers welcome - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - https://github.com/VirusTotal/yara/issues - - - compile with CPU profiling support - enable cuckoo module - enable dex module debugging - enable dex module - enable dotnet module - use jemalloc to debug heap-related issues - enable macho module - enable magic module - enable rules profiling support - use tcmalloc as the default heap allocator - - diff --git a/app-forensics/yara/yara-4.1.1.ebuild b/app-forensics/yara/yara-4.1.1.ebuild deleted file mode 100644 index ddc420d6c..000000000 --- a/app-forensics/yara/yara-4.1.1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DOCS_AUTODOC=0 -DOCS_BUILDER="sphinx" -DOCS_DIR="docs" -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit autotools python-any-r1 docs - -DESCRIPTION="A malware identification and classification tool" -HOMEPAGE=" - http://virustotal.github.io/yara - https://github.com/virustotal/yara -" -SRC_URI="https://github.com/virustotal/yara/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="cpu-profiler cuckoo +dex debug-dex dotnet jemalloc macho magic profile tcmalloc" -#TODO: test https://github.com/VirusTotal/yara/issues/1524 - -REQUIRED_USE="?? ( jemalloc tcmalloc )" -DEPEND=" - dev-libs/openssl:0= - - cpu-profiler? ( dev-util/google-perftools ) - cuckoo? ( dev-libs/jansson ) - jemalloc? ( dev-libs/jemalloc ) - magic? ( sys-apps/file ) - tcmalloc? ( dev-util/google-perftools ) -" -RDEPEND="${DEPEND}" - -DOCS=( CONTRIBUTORS sample.{file,rules} ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myconf=( - --disable-address-sanitizer - --disable-debug - --disable-gcov - --disable-pb-tests - --enable-optimization - --with-crypto - - $(use_enable cuckoo) - $(use_enable debug-dex) - $(use_enable dex) - $(use_enable dotnet) - $(use_enable macho) - $(use_enable magic) - $(use_enable profile profiling) - - $(use_with cpu-profiler) - $(use_with jemalloc) - $(use_with tcmalloc) - ) - econf "${myconf[@]}" -} - -src_compile() { - default - docs_compile -} - -src_install() { - default - einstalldocs - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die -}