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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C52801382C5 for ; Fri, 5 Mar 2021 08:16:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08108E0918; Fri, 5 Mar 2021 08:16:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9519E0918 for ; Fri, 5 Mar 2021 08:16:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30569340C93 for ; Fri, 5 Mar 2021 08:16:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 787974F1 for ; Fri, 5 Mar 2021 08:16:14 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1614932145.6998f4d0e79e27349f4f6a0a0c7a7ebe0d3bef7a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_cttimeout/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0.ebuild X-VCS-Directories: net-libs/libnetfilter_cttimeout/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6998f4d0e79e27349f4f6a0a0c7a7ebe0d3bef7a X-VCS-Branch: master Date: Fri, 5 Mar 2021 08:16:14 +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: 5940c99a-9f4d-4d27-97dc-6ffec99bb97d X-Archives-Hash: 0f8277f71fd509d28fa34446da36cb0e commit: 6998f4d0e79e27349f4f6a0a0c7a7ebe0d3bef7a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 5 01:08:41 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 5 08:15:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6998f4d0 net-libs/libnetfilter_cttimeout: Drop Drop 1.0.0 (r0), EAPI5-- Closes: https://bugs.gentoo.org/773205 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../libnetfilter_cttimeout-1.0.0.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0.ebuild b/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0.ebuild deleted file mode 100644 index 5543760e648..00000000000 --- a/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit linux-info autotools-utils - -DESCRIPTION="netlink interface to the connection tracking timeout infrastructure in the kernel packet filter" -HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_cttimeout/" -SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa x86" -IUSE="static-libs" - -RDEPEND="net-libs/libmnl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -CONFIG_CHECK="~NF_CT_NETLINK_TIMEOUT" - -pkg_setup() { - linux-info_pkg_setup - kernel_is lt 3 4 0 && ewarn "requires at least 3.4.0 kernel version" -}