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 8B14015808C for ; Wed, 23 Feb 2022 09:40:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8B85E097B; Wed, 23 Feb 2022 09:40:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE894E097B for ; Wed, 23 Feb 2022 09:40:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEE4A343192 for ; Wed, 23 Feb 2022 09:40:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA3DB2EE for ; Wed, 23 Feb 2022 09:40:38 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1645609203.d74111ec5f1de52b1033f5b1a2caabae9ea7af26.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/aide/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/aide/aide-0.16.2_p20200614.ebuild app-forensics/aide/metadata.xml X-VCS-Directories: app-forensics/aide/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: d74111ec5f1de52b1033f5b1a2caabae9ea7af26 X-VCS-Branch: master Date: Wed, 23 Feb 2022 09:40:38 +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: 2f4cbf65-2e55-46c7-ae36-3b2328c1b7f4 X-Archives-Hash: 715dcb83a5bc249c18bd7dc61d3e9d58 commit: d74111ec5f1de52b1033f5b1a2caabae9ea7af26 Author: Jakov Smolić gentoo org> AuthorDate: Wed Feb 23 09:29:15 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Feb 23 09:40:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74111ec app-forensics/aide: Remove sys-devel/prelink dependency Signed-off-by: Jakov Smolić gentoo.org> app-forensics/aide/aide-0.16.2_p20200614.ebuild | 9 ++++----- app-forensics/aide/metadata.xml | 1 - 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app-forensics/aide/aide-0.16.2_p20200614.ebuild b/app-forensics/aide/aide-0.16.2_p20200614.ebuild index 1089cf44d87c..cd9f0a7ea377 100644 --- a/app-forensics/aide/aide-0.16.2_p20200614.ebuild +++ b/app-forensics/aide/aide-0.16.2_p20200614.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/aide/aide/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm64 x86" -IUSE="acl audit curl e2fs mhash postgres prelink selinux xattr zlib" +IUSE="acl audit curl e2fs mhash postgres selinux xattr zlib" REQUIRED_USE=" postgres? ( !mhash ) @@ -32,7 +32,6 @@ COMMON_DEPEND=" ) mhash? ( app-crypt/mhash ) postgres? ( dev-db/postgresql:= ) - prelink? ( dev-libs/elfutils ) selinux? ( sys-libs/libselinux ) xattr? ( sys-apps/attr ) zlib? ( sys-libs/zlib )" @@ -47,7 +46,7 @@ BDEPEND=" sys-devel/bison sys-devel/flex virtual/pkgconfig - prelink? ( sys-devel/prelink )" +" HTML_DOCS=( doc/manual.html ) @@ -96,12 +95,12 @@ src_configure() { # Disable broken l10n support: https://sourceforge.net/p/aide/bugs/98/ # This doesn't affect anything because there are no localizations yet. --without-locale + --without-prelink --disable-static $(use_with zlib) $(use_with curl) $(use_with acl posix-acl) $(use_with selinux) - $(use_with prelink prelink "${EPREFIX}/usr/sbin/prelink") $(use_with xattr) $(use_with e2fs e2fsattrs) $(use_with mhash mhash) diff --git a/app-forensics/aide/metadata.xml b/app-forensics/aide/metadata.xml index 1910aeda4b05..acd69e82070a 100644 --- a/app-forensics/aide/metadata.xml +++ b/app-forensics/aide/metadata.xml @@ -6,7 +6,6 @@ Enable support for checking file attributes on ext2/ext3/ext4 filesystems Use curl for http,https and ftp backends Use postgresql library for storing databases - Bypass prelinking when calculating checksums aide/aide