Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_queue/
Date: Mon, 29 Aug 2022 18:39:59
Message-Id: 1661798348.c5cc6b171e3c615e2203d518b0f3c9332685193f.asturm@gentoo
1 commit: c5cc6b171e3c615e2203d518b0f3c9332685193f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 17:52:36 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 18:39:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cc6b17
7
8 net-libs/libnetfilter_queue: drop 1.0.3, 1.0.4, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/776565
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/libnetfilter_queue/Manifest | 2 --
14 .../libnetfilter_queue-1.0.3.ebuild | 29 ----------------
15 .../libnetfilter_queue-1.0.4.ebuild | 39 ----------------------
16 3 files changed, 70 deletions(-)
17
18 diff --git a/net-libs/libnetfilter_queue/Manifest b/net-libs/libnetfilter_queue/Manifest
19 index 8a101f457b7f..1c5eeed058b9 100644
20 --- a/net-libs/libnetfilter_queue/Manifest
21 +++ b/net-libs/libnetfilter_queue/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST libnetfilter_queue-1.0.3.tar.bz2 314857 BLAKE2B c25b0395b13af3cecb960c39bcbc4f10a3f203aad7acaeb277346423310700d9abb5b8a65f27b008e5f45194aa6e0fd6a99c8ad25a1e3200904be70c5c6ddaa4 SHA512 1d9e0202878bc0ae26ceecd0f4fa4c21f89056e5671d46949f92f21c155d589958b7775760fc837547da34eb9a81e537e95c770d25c166e709dad16de4ca452e
24 -DIST libnetfilter_queue-1.0.4.tar.bz2 312699 BLAKE2B 29d553c36af551cbaa3b1b4382ad38d6ea7402efafa5ff4ae99c6f05d0ddd15d24b007a4ccdcbc21b8bd9cea28859668a27a6fae4e6534f68dea79d6d0a02789 SHA512 5d81d8e8190a80c9b42bc851a87cc4f749709803b8c9964508013bafb033f1b51b65222a244885f321a2be90517c6a636533ff72b653935a2b8d819560a51187
25 DIST libnetfilter_queue-1.0.5.tar.bz2 313856 BLAKE2B 0d7806fd23961f6b80f6ef63faf0fe10307a34495337a7f6dd4f0eb76b5ba8a96292b86285e0740f83414417810e47f47b1400c7d83fb4d8fc6f58954f4bd9df SHA512 732a44b602e5efaa4f5582ea25ff8f5ec8f4dca5c0e725cd93fe2d441db80416b25c6018147be90acb262d7428eb5b21b3f7b5920e612d115061ec6a19d67f85
26 DIST libnetfilter_queue-1.0.5.tar.bz2.sig 590 BLAKE2B d8b5b3ae82fe2722db8a0c200a75146b70f79b7eafb34ddba8349f7f38f02eb5546eee9ae31920f5b7301787a2866a908199b69f8465fe1b6e45ebdc5fb7ae13 SHA512 65558652c7d54087eb1b5a37f7574bcca3495e5ee6587c7b555a7fe6e118007cf9431a66ed5280ce272890c659eb171570e0d0cbb733cf969ae8b44a1d541687
27
28 diff --git a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild
29 deleted file mode 100644
30 index 5e97c76a1ada..000000000000
31 --- a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild
32 +++ /dev/null
33 @@ -1,29 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -inherit linux-info
39 -
40 -DESCRIPTION="API to packets that have been queued by the kernel packet filter"
41 -HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_queue/"
42 -SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~sparc x86"
47 -IUSE="static-libs"
48 -
49 -RDEPEND="
50 - >=net-libs/libmnl-1.0.3
51 - >=net-libs/libnfnetlink-0.0.41
52 -"
53 -DEPEND="
54 - ${RDEPEND}
55 - virtual/pkgconfig
56 -"
57 -CONFIG_CHECK="~NETFILTER_NETLINK_QUEUE"
58 -
59 -pkg_setup() {
60 - linux-info_pkg_setup
61 - kernel_is lt 2 6 14 && ewarn "requires at least 2.6.14 kernel version"
62 -}
63
64 diff --git a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.4.ebuild b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.4.ebuild
65 deleted file mode 100644
66 index 288764d2e4b6..000000000000
67 --- a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.4.ebuild
68 +++ /dev/null
69 @@ -1,39 +0,0 @@
70 -# Copyright 1999-2020 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -inherit linux-info
75 -
76 -DESCRIPTION="API to packets that have been queued by the kernel packet filter"
77 -HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_queue/"
78 -SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
79 -
80 -LICENSE="GPL-2"
81 -SLOT="0"
82 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
83 -IUSE="static-libs"
84 -
85 -RDEPEND="
86 - >=net-libs/libmnl-1.0.3
87 - >=net-libs/libnfnetlink-0.0.41
88 -"
89 -DEPEND="
90 - ${RDEPEND}
91 -"
92 -BDEPEND="
93 - app-doc/doxygen
94 - virtual/pkgconfig
95 -"
96 -CONFIG_CHECK="~NETFILTER_NETLINK_QUEUE"
97 -
98 -pkg_setup() {
99 - linux-info_pkg_setup
100 - kernel_is lt 2 6 14 && ewarn "requires at least 2.6.14 kernel version"
101 -}
102 -
103 -src_prepare() {
104 - default
105 -
106 - # hack for script that was not distributed
107 - [[ -x fixmanpages.sh ]] || ln -s $(type -P true) fixmanpages.sh
108 -}