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 069191382C5 for ; Fri, 5 Mar 2021 08:16:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50E97E0903; Fri, 5 Mar 2021 08:16:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 35574E0903 for ; Fri, 5 Mar 2021 08:16:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 077B1340C8A 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 646CFC3 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: <1614932128.967deb3551f2933a2fb9888d444b9172d8ce7217.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_cthelper/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0.ebuild X-VCS-Directories: net-libs/libnetfilter_cthelper/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 967deb3551f2933a2fb9888d444b9172d8ce7217 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: 5e0d39d3-62f7-462a-9926-c4f27523cf10 X-Archives-Hash: 667b6c42ed6437e1f510936a4f197791 commit: 967deb3551f2933a2fb9888d444b9172d8ce7217 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 5 01:07:58 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 5 08:15:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967deb35 net-libs/libnetfilter_cthelper: 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_cthelper-1.0.0.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0.ebuild b/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0.ebuild deleted file mode 100644 index eeae2bfe337..00000000000 --- a/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-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="userspace library that provides the programming interface to the user-space helper infrastructure" -HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_cthelper/" -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_HELPER" - -pkg_setup() { - linux-info_pkg_setup - kernel_is lt 3 6 0 && ewarn "requires at least 3.6.0 kernel version" -}