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 609B9158083 for ; Mon, 16 Sep 2024 07:47:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91EE9E29AC; Mon, 16 Sep 2024 07:47:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6F755E29AC for ; Mon, 16 Sep 2024 07:47:04 +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 7E5B7343003 for ; Mon, 16 Sep 2024 07:47:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC59914D0 for ; Mon, 16 Sep 2024 07:47:01 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1726472659.b7d82943954c835986ead0d067d2411c7574d758.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/rtsp-conntrack/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/rtsp-conntrack/rtsp-conntrack-5.3.ebuild X-VCS-Directories: net-firewall/rtsp-conntrack/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: b7d82943954c835986ead0d067d2411c7574d758 X-VCS-Branch: master Date: Mon, 16 Sep 2024 07:47:01 +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: 25f7b229-d148-4fe3-8307-bb89475f6419 X-Archives-Hash: 7a0ab48b158e22aadb1567d9f76bf2ae commit: b7d82943954c835986ead0d067d2411c7574d758 Author: Petr Vaněk gentoo org> AuthorDate: Mon Sep 16 07:44:19 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Mon Sep 16 07:44:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d82943 net-firewall/rtsp-conntrack: drop 5.3 Signed-off-by: Petr Vaněk gentoo.org> .../rtsp-conntrack/rtsp-conntrack-5.3.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/net-firewall/rtsp-conntrack/rtsp-conntrack-5.3.ebuild b/net-firewall/rtsp-conntrack/rtsp-conntrack-5.3.ebuild deleted file mode 100644 index 3c5b55d22349..000000000000 --- a/net-firewall/rtsp-conntrack/rtsp-conntrack-5.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit linux-mod - -DESCRIPTION="RTSP conntrack module for Netfilter" -HOMEPAGE="http://mike.it-loops.com/rtsp" -SRC_URI="https://github.com/maru-sama/rtsp-linux/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -S="${WORKDIR}/rtsp-linux-${PV}" - -BUILD_TARGETS="all" -MODULE_NAMES=" - nf_conntrack_rtsp(net/netfilter::) - nf_nat_rtsp(net/ipv4/netfilter::)" -MODULESD_NF_CONNTRACK_RTSP_DOCS="README.rst" - -CONFIG_CHECK="NF_CONNTRACK" -WARNING_NF_CONNTRACK="You must enable NF_CONNTRACK in your kernel, otherwise ${PN} would not work" - -BUILD_PARAMS="KERNELDIR=${KERNEL_DIR} V=1"