public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/conntrack-tools/
Date: Mon,  1 May 2023 13:36:02 +0000 (UTC)	[thread overview]
Message-ID: <1682947918.da22f733dce4769155ab1661ecd09d31a3c8746f.sam@gentoo> (raw)

commit:     da22f733dce4769155ab1661ecd09d31a3c8746f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 13:31:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 13:31:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da22f733

net-firewall/conntrack-tools: drop 1.4.7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../conntrack-tools/conntrack-tools-1.4.7.ebuild   | 105 ---------------------
 1 file changed, 105 deletions(-)

diff --git a/net-firewall/conntrack-tools/conntrack-tools-1.4.7.ebuild b/net-firewall/conntrack-tools/conntrack-tools-1.4.7.ebuild
deleted file mode 100644
index 2d0e25171711..000000000000
--- a/net-firewall/conntrack-tools/conntrack-tools-1.4.7.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/netfilter.org.asc
-inherit linux-info systemd verify-sig
-
-DESCRIPTION="Connection tracking userspace tools"
-HOMEPAGE="https://conntrack-tools.netfilter.org"
-SRC_URI="https://www.netfilter.org/projects/conntrack-tools/files/${P}.tar.bz2
-	verify-sig? ( https://www.netfilter.org/projects/conntrack-tools/files/${P}.tar.bz2.sig )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~riscv x86"
-IUSE="doc +cthelper +cttimeout systemd"
-
-RDEPEND="
-	>=net-libs/libmnl-1.0.3
-	>=net-libs/libnetfilter_conntrack-1.0.9
-	>=net-libs/libnetfilter_queue-1.0.2
-	>=net-libs/libnfnetlink-1.0.1
-	net-libs/libtirpc
-	cthelper? (
-		>=net-libs/libnetfilter_cthelper-1.0.0
-	)
-	cttimeout? (
-		>=net-libs/libnetfilter_cttimeout-1.0.0
-	)
-	systemd? (
-		>=sys-apps/systemd-227
-	)
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	sys-devel/bison
-	sys-devel/flex
-	virtual/pkgconfig
-	doc? (
-		app-text/docbook-xml-dtd:4.1.2
-		app-text/xmlto
-	)
-	verify-sig? ( sec-keys/openpgp-keys-netfilter )
-"
-
-pkg_setup() {
-	linux-info_pkg_setup
-
-	if kernel_is lt 2 6 18 ; then
-		die "${PN} requires at least 2.6.18 kernel version"
-	fi
-
-	# netfilter core team has changed some option names with kernel 2.6.20
-	if kernel_is lt 2 6 20 ; then
-		CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
-	else
-		CONFIG_CHECK="~NF_CT_NETLINK"
-	fi
-	CONFIG_CHECK="${CONFIG_CHECK} ~NF_CONNTRACK
-		~NETFILTER_NETLINK ~NF_CONNTRACK_EVENTS"
-
-	check_extra_config
-
-	linux_config_exists || \
-		linux_chkconfig_present "NF_CONNTRACK_IPV4" || \
-		linux_chkconfig_present "NF_CONNTRACK_IPV6" || \
-		ewarn "CONFIG_NF_CONNTRACK_IPV4 or CONFIG_NF_CONNTRACK_IPV6 " \
-			"are not set when one at least should be."
-}
-
-src_prepare() {
-	default
-
-	# bug #474858
-	sed -i -e 's:/var/lock:/run/lock:' doc/stats/conntrackd.conf || die
-}
-
-src_configure() {
-	econf \
-		$(use_enable cthelper) \
-		$(use_enable cttimeout) \
-		$(use_enable systemd)
-}
-
-src_compile() {
-	default
-
-	use doc && emake -C doc/manual
-}
-
-src_install() {
-	default
-
-	newinitd "${FILESDIR}"/conntrackd.initd-r3 conntrackd
-	newconfd "${FILESDIR}"/conntrackd.confd-r2 conntrackd
-
-	insinto /etc/conntrackd
-	doins doc/stats/conntrackd.conf
-
-	systemd_dounit "${FILESDIR}"/conntrackd.service
-
-	dodoc -r doc/sync doc/stats AUTHORS TODO
-	use doc && dodoc doc/manual/${PN}.html
-}


             reply	other threads:[~2023-05-01 13:36 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-01 13:36 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-30  6:38 [gentoo-commits] repo/gentoo:master commit in: net-firewall/conntrack-tools/ Arthur Zamarin
2023-12-30  6:38 Arthur Zamarin
2023-10-17 17:14 Sam James
2023-03-04  9:46 Arthur Zamarin
2023-03-04  8:44 Arthur Zamarin
2023-03-04  7:17 Arthur Zamarin
2023-03-04  5:38 Arthur Zamarin
2022-11-18  3:02 Sam James
2022-10-09 21:12 Sam James
2022-03-27  2:58 Sam James
2021-09-27 16:36 Marek Szuba
2021-03-26 14:48 Agostino Sarubbo
2021-03-17  1:26 Sam James
2021-03-17  1:04 Sam James
2021-03-15  1:40 Thomas Deutschmann
2021-02-28 12:22 Sergei Trofimovich
2021-02-28 12:22 Sergei Trofimovich
2020-04-02 15:01 Jeroen Roovers
2020-04-02 14:47 Jeroen Roovers
2019-04-17 20:01 Sergei Trofimovich
2019-04-08 15:10 Mikle Kolyada
2019-04-08  6:05 Matt Turner
2019-03-28 15:17 Jeroen Roovers
2018-12-28  4:58 Matt Turner
2018-12-28  4:58 Matt Turner
2018-12-28  3:48 Matt Turner
2018-12-01 18:43 Matt Turner
2018-12-01 18:43 Matt Turner
2018-09-02 11:12 Sergei Trofimovich
2018-05-14  0:08 Aaron Bauman
2018-05-13 22:06 Thomas Deutschmann
2018-05-06 12:29 Jeroen Roovers
2017-06-19 18:12 Alexis Ballier
2016-08-24  7:03 Jeroen Roovers
2015-09-14 12:42 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1682947918.da22f733dce4769155ab1661ecd09d31a3c8746f.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox