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 10B76158451 for ; Thu, 11 Jan 2024 14:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54AF2E2A5F; Thu, 11 Jan 2024 14:13:03 +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 0A89CE2A5F for ; Thu, 11 Jan 2024 14:13:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FE133431DF for ; Thu, 11 Jan 2024 14:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9EA314B1 for ; Thu, 11 Jan 2024 14:13:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1704982357.cdc4d7296f423fc28e82b4cc585c968115283996.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/scap-driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/scap-driver/scap-driver-0.29.3.ebuild X-VCS-Directories: dev-util/scap-driver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cdc4d7296f423fc28e82b4cc585c968115283996 X-VCS-Branch: master Date: Thu, 11 Jan 2024 14:13:00 +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: c701fe35-d557-4fd5-b1b5-61b25f24d516 X-Archives-Hash: fe123a084cb2792207ec363b907579ef commit: cdc4d7296f423fc28e82b4cc585c968115283996 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Mon Jan 1 14:58:04 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 11 14:12:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc4d729 dev-util/scap-driver: clean up old Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/34593 Signed-off-by: Sam James gentoo.org> dev-util/scap-driver/scap-driver-0.29.3.ebuild | 56 -------------------------- 1 file changed, 56 deletions(-) diff --git a/dev-util/scap-driver/scap-driver-0.29.3.ebuild b/dev-util/scap-driver/scap-driver-0.29.3.ebuild deleted file mode 100644 index b7f0615e4841..000000000000 --- a/dev-util/scap-driver/scap-driver-0.29.3.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake linux-mod - -DESCRIPTION="Kernel module for dev-util/sysdig" -HOMEPAGE="https://sysdig.com/" - -# The driver is part of falcosecurity/libs, but for versioning reasons we cannot (yet) -# use semver-released packages; instead we pull in a commit that is used and known -# to work with sysdig, see sysdig/cmake/modules/falcosecurity-libs.cmake for details. -# For now the commit here and the one referenced in sysdig should be in sync. -LIBS_COMMIT="e5c53d648f3c4694385bbe488e7d47eaa36c229a" -SRC_URI="https://github.com/falcosecurity/libs/archive/${LIBS_COMMIT}.tar.gz -> falcosecurity-libs-${LIBS_COMMIT}.tar.gz" -S="${WORKDIR}/libs-${LIBS_COMMIT}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND="!