summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-05 02:07:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-05 09:15:28 +0100
commit967deb3551f2933a2fb9888d444b9172d8ce7217 (patch)
tree9f20de074fd69ce2849887aaf63193a7d7ac52cd /net-libs/libnetfilter_cthelper
parentwww-apps/postfixadmin: bump to 3.3.8 (diff)
downloadgentoo-967deb3551f2933a2fb9888d444b9172d8ce7217.tar.gz
gentoo-967deb3551f2933a2fb9888d444b9172d8ce7217.tar.bz2
gentoo-967deb3551f2933a2fb9888d444b9172d8ce7217.zip
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 <asturm@gentoo.org>
Diffstat (limited to 'net-libs/libnetfilter_cthelper')
-rw-r--r--net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0.ebuild25
1 files changed, 0 insertions, 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 eeae2bfe3377..000000000000
--- 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"
-}