public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_queue/
Date: Mon,  8 Jun 2020 09:23:30 +0000 (UTC)	[thread overview]
Message-ID: <1591608207.a8f12401260702618740501a81f19597d277df14.jer@gentoo> (raw)

commit:     a8f12401260702618740501a81f19597d277df14
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 09:18:56 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 09:23:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f12401

net-libs/libnetfilter_queue: Version 1.0.4

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-libs/libnetfilter_queue/Manifest               |  1 +
 .../libnetfilter_queue-1.0.4.ebuild                | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/net-libs/libnetfilter_queue/Manifest b/net-libs/libnetfilter_queue/Manifest
index 5d637be33e8..681ef71a469 100644
--- a/net-libs/libnetfilter_queue/Manifest
+++ b/net-libs/libnetfilter_queue/Manifest
@@ -1,2 +1,3 @@
 DIST libnetfilter_queue-1.0.2.tar.bz2 354201 BLAKE2B 5df5a94ca07a6fb919d8a153143a0e340c323bac6491c3d03f9d871eb3c31e85ab0290cc6f67f678038605e829af0dfbfbb966b1a6b9bb76ea7acc4275a7d3a4 SHA512 89fec4d943b85f35e7cef3b1b9071b1280c6e1b282b7e5cb97eb17d05b9ddd175194639ead986767d27152540fe8e167383a1f7bbfe3cdf874a5a42a2c096f11
 DIST libnetfilter_queue-1.0.3.tar.bz2 314857 BLAKE2B c25b0395b13af3cecb960c39bcbc4f10a3f203aad7acaeb277346423310700d9abb5b8a65f27b008e5f45194aa6e0fd6a99c8ad25a1e3200904be70c5c6ddaa4 SHA512 1d9e0202878bc0ae26ceecd0f4fa4c21f89056e5671d46949f92f21c155d589958b7775760fc837547da34eb9a81e537e95c770d25c166e709dad16de4ca452e
+DIST libnetfilter_queue-1.0.4.tar.bz2 312699 BLAKE2B 29d553c36af551cbaa3b1b4382ad38d6ea7402efafa5ff4ae99c6f05d0ddd15d24b007a4ccdcbc21b8bd9cea28859668a27a6fae4e6534f68dea79d6d0a02789 SHA512 5d81d8e8190a80c9b42bc851a87cc4f749709803b8c9964508013bafb033f1b51b65222a244885f321a2be90517c6a636533ff72b653935a2b8d819560a51187

diff --git a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.4.ebuild b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.4.ebuild
new file mode 100644
index 00000000000..288764d2e4b
--- /dev/null
+++ b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit linux-info
+
+DESCRIPTION="API to packets that have been queued by the kernel packet filter"
+HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_queue/"
+SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static-libs"
+
+RDEPEND="
+	>=net-libs/libmnl-1.0.3
+	>=net-libs/libnfnetlink-0.0.41
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	app-doc/doxygen
+	virtual/pkgconfig
+"
+CONFIG_CHECK="~NETFILTER_NETLINK_QUEUE"
+
+pkg_setup() {
+	linux-info_pkg_setup
+	kernel_is lt 2 6 14 && ewarn "requires at least 2.6.14 kernel version"
+}
+
+src_prepare() {
+	default
+
+	# hack for script that was not distributed
+	[[ -x fixmanpages.sh ]] || ln -s $(type -P true) fixmanpages.sh
+}


             reply	other threads:[~2020-06-08  9:23 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-08  9:23 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-29 18:39 [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_queue/ Andreas Sturmlechner
2022-03-27  2:58 Sam James
2021-08-23 21:29 Marek Szuba
2021-03-22  0:10 Sam James
2021-03-17 20:00 Sam James
2021-03-17  9:00 Sam James
2021-03-17  1:26 Sam James
2021-03-17  1:04 Sam James
2021-03-16 14:47 Sam James
2020-06-14  9:57 Jeroen Roovers
2020-06-08  9:23 Jeroen Roovers
2020-06-06 19:31 Mart Raudsepp
2020-06-04  6:23 Agostino Sarubbo
2020-05-30 19:20 Sergei Trofimovich
2018-05-06 14:16 Aaron Bauman
2018-03-28  9:29 Matt Turner
2017-11-18 10:29 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=1591608207.a8f12401260702618740501a81f19597d277df14.jer@gentoo \
    --to=jer@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