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-libs/libnftnl/
Date: Tue, 20 Feb 2024 05:06:10 +0000 (UTC)	[thread overview]
Message-ID: <1708405424.17d8a74293ac8ff5708113acb3afbfe1967e7e90.sam@gentoo> (raw)

commit:     17d8a74293ac8ff5708113acb3afbfe1967e7e90
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 05:03:44 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 05:03:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d8a742

net-libs/libnftnl: drop 1.2.4, 1.2.5

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

 net-libs/libnftnl/Manifest              |  4 --
 net-libs/libnftnl/libnftnl-1.2.4.ebuild | 73 ---------------------------------
 net-libs/libnftnl/libnftnl-1.2.5.ebuild | 73 ---------------------------------
 3 files changed, 150 deletions(-)

diff --git a/net-libs/libnftnl/Manifest b/net-libs/libnftnl/Manifest
index 080bfffa32b2..b0ce8a8619b7 100644
--- a/net-libs/libnftnl/Manifest
+++ b/net-libs/libnftnl/Manifest
@@ -1,6 +1,2 @@
-DIST libnftnl-1.2.4.tar.bz2 395444 BLAKE2B 43a89fd2f7d9fd77e59423b599fe209c821da660669c7fe3c569ac262b78cfe1942ab9fd597bf09a0c93b7d1ff465ca79bd925967be93333a11468845ef785fd SHA512 5375d1d15627aabf25129433630395f53009b22a255fcd113b302af7f2f0a234fd54c827b0ef1c8fd3a13e272a1696f780560672d4af6abad0e19805f9d56326
-DIST libnftnl-1.2.4.tar.bz2.sig 566 BLAKE2B f7598f5ed56cf101a61358206d1e4e3fe3fa12514d6d6a89a00f4ec853d4473aefbfbedf7ce062160bd6c7578e5a09bfb6a5bf1c2b98f5858a8d9f4f9ce5be38 SHA512 89bb5ea536632518aad62e798868284fe82ba75d2af09b6505d506910aafdbaaed48b84b82fcf4ffb241672e51b696f8e24983636184b9713795c90f281f8683
-DIST libnftnl-1.2.5.tar.xz 335744 BLAKE2B 8ad2b264cce6458dd992dd14197abe224fb5afc14e8d06296dbc917d83724dacaee876191165fe83831e842e45995f9ea874957b02ee19580783a576c2d56ccd SHA512 576ccd0815063a6ef3095b5514c3d286b4450fad98fbf7a85cd537f66adf043e7e6295d4c84cc3cbfd18cf9a29576d15a88cc439a61a3e654841a27c71babea1
-DIST libnftnl-1.2.5.tar.xz.sig 566 BLAKE2B 1e47872354b714781b2ee3d9b375a9fe97a2e97a283d8b88bb7c0ec12cf779cfdfc668dbe64eb4d3bb3afff37bef2e5bc49fed6e3522c869c96c6f344ca18c25 SHA512 ca10b3856d8e690cd5ae763661972c5e4f4be2cca63f8120ad6550ece286078938efabba927070f830fc703cc17d16e8cbc1b4c8564bf888c199ea53c0b6a500
 DIST libnftnl-1.2.6.tar.xz 336684 BLAKE2B a08010b26db0c7a5429f33a92ca4f17e8e158005befa5f7e3f37d60456d1b481a3f95f46c0bcec74e98ab040940f533acc279672226f0abc6ce73a26ff56718a SHA512 0c8c369eec84b0c568f0067598bece6e3be9a0fbd977e443ae3b14a5a6d842a6086ceb5426a65f8c77204709655f148c1241193f1a928f8c12154a57e3548b34
 DIST libnftnl-1.2.6.tar.xz.sig 566 BLAKE2B 8ad336d0d8c693beb6335e874ad62040257e0c4527f8acb32fcc8b4889eea88ba3a42c9b2b795db6f6e3d148066ee0a9217b1e30c7e784c793458dd480ee624a SHA512 61288aa03fb80d43d09866ce549815202f682b30b283cf3119ced0fe59536d10f1c029e433651d1cb31115e977b660886a153f3361f5cafdbb0ed6da602e5b2f

diff --git a/net-libs/libnftnl/libnftnl-1.2.4.ebuild b/net-libs/libnftnl/libnftnl-1.2.4.ebuild
deleted file mode 100644
index c320d419dbc9..000000000000
--- a/net-libs/libnftnl/libnftnl-1.2.4.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/netfilter.org.asc
-inherit linux-info usr-ldscript verify-sig
-
-DESCRIPTION="Netlink API to the in-kernel nf_tables subsystem"
-HOMEPAGE="https://netfilter.org/projects/nftables/"
-
-if [[ ${PV} =~ ^[9]{4,}$ ]]; then
-	inherit autotools git-r3
-	EGIT_REPO_URI="https://git.netfilter.org/${PN}"
-else
-	SRC_URI="
-		https://netfilter.org/projects/${PN}/files/${P}.tar.bz2
-		verify-sig? ( https://netfilter.org/projects/${PN}/files/${P}.tar.bz2.sig )
-	"
-	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-	BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-netfilter )"
-fi
-
-LICENSE="GPL-2"
-SLOT="0/11" # libnftnl.so version
-IUSE="examples static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=net-libs/libmnl-1.0.4:=
-"
-BDEPEND+="
-	virtual/pkgconfig
-"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-	if kernel_is ge 3 13; then
-		CONFIG_CHECK="~NF_TABLES"
-		linux-info_pkg_setup
-	else
-		eerror "This package requires kernel version 3.13 or newer to work properly."
-	fi
-}
-
-src_prepare() {
-	default
-
-	[[ ${PV} =~ ^[9]{4,}$ ]] && eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable static-libs static)
-	)
-
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-
-	gen_usr_ldscript -a nftnl
-
-	find "${ED}" -type f -name '*.la' -delete || die
-
-	if use examples; then
-		find examples/ -name 'Makefile*' -delete || die "Could not rm examples"
-		dodoc -r examples
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}

diff --git a/net-libs/libnftnl/libnftnl-1.2.5.ebuild b/net-libs/libnftnl/libnftnl-1.2.5.ebuild
deleted file mode 100644
index 98614e4afbc3..000000000000
--- a/net-libs/libnftnl/libnftnl-1.2.5.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/netfilter.org.asc
-inherit linux-info usr-ldscript verify-sig
-
-DESCRIPTION="Netlink API to the in-kernel nf_tables subsystem"
-HOMEPAGE="https://netfilter.org/projects/nftables/"
-
-if [[ ${PV} =~ ^[9]{4,}$ ]]; then
-	inherit autotools git-r3
-	EGIT_REPO_URI="https://git.netfilter.org/${PN}"
-else
-	SRC_URI="
-		https://netfilter.org/projects/${PN}/files/${P}.tar.xz
-		verify-sig? ( https://netfilter.org/projects/${PN}/files/${P}.tar.xz.sig )
-	"
-	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-	BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-netfilter )"
-fi
-
-LICENSE="GPL-2"
-SLOT="0/11" # libnftnl.so version
-IUSE="examples static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=net-libs/libmnl-1.0.4:=
-"
-BDEPEND+="
-	virtual/pkgconfig
-"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-	if kernel_is ge 3 13; then
-		CONFIG_CHECK="~NF_TABLES"
-		linux-info_pkg_setup
-	else
-		eerror "This package requires kernel version 3.13 or newer to work properly."
-	fi
-}
-
-src_prepare() {
-	default
-
-	[[ ${PV} =~ ^[9]{4,}$ ]] && eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable static-libs static)
-	)
-
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-
-	gen_usr_ldscript -a nftnl
-
-	find "${ED}" -type f -name '*.la' -delete || die
-
-	if use examples; then
-		find examples/ -name 'Makefile*' -delete || die "Could not rm examples"
-		dodoc -r examples
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}


             reply	other threads:[~2024-02-20  5:06 UTC|newest]

Thread overview: 190+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20  5:06 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-14 16:13 [gentoo-commits] repo/gentoo:master commit in: net-libs/libnftnl/ Arthur Zamarin
2025-09-14  3:55 Sam James
2025-09-14  3:06 Sam James
2025-09-14  3:06 Sam James
2025-09-14  3:06 Sam James
2025-09-13 16:48 Arthur Zamarin
2025-08-13 21:35 Patrick McLean
2025-07-05 11:59 Arthur Zamarin
2025-07-05 11:23 Arthur Zamarin
2025-07-04 18:12 Arthur Zamarin
2025-06-27  5:56 Arthur Zamarin
2025-06-27  5:11 Sam James
2025-05-20 16:56 Sam James
2025-04-15  2:56 Sam James
2024-11-23 13:20 Sam James
2024-11-13 11:10 Arthur Zamarin
2024-11-11 15:48 Jakov Smolić
2024-11-11 15:21 Sam James
2024-11-11 15:21 Sam James
2024-11-11 15:21 Sam James
2024-11-11 15:21 Sam James
2024-11-11 14:47 Sam James
2024-10-02 23:12 Patrick McLean
2024-09-01 17:04 Arthur Zamarin
2024-08-29  3:51 Sam James
2024-08-29  3:51 Sam James
2024-08-29  3:15 Sam James
2024-08-29  2:35 Sam James
2024-08-29  2:35 Sam James
2024-08-29  2:35 Sam James
2024-07-16  6:59 Sam James
2024-04-17  5:37 Arthur Zamarin
2024-03-24 12:12 Sam James
2024-03-24 12:12 Sam James
2024-03-24 11:34 Sam James
2024-03-24 11:34 Sam James
2024-03-24 11:34 Sam James
2024-03-24 11:29 Sam James
2024-03-24 11:29 Sam James
2024-02-20  5:24 Sam James
2023-08-20  8:11 Sam James
2023-08-19 11:38 Sam James
2023-08-19 11:38 Sam James
2023-08-19 11:38 Sam James
2023-08-19  7:53 Arthur Zamarin
2023-08-19  6:58 Arthur Zamarin
2023-08-19  6:35 Sam James
2023-08-19  6:35 Sam James
2023-07-15 13:18 Sam James
2023-04-23 22:35 Sam James
2023-04-23 21:17 Sam James
2023-04-23 20:32 Sam James
2023-04-23 20:32 Sam James
2023-04-23 20:23 Sam James
2023-04-23 20:22 Sam James
2023-04-23 20:08 Sam James
2023-04-23 20:07 Sam James
2023-03-09 23:46 Sam James
2022-12-26  3:54 Sam James
2022-12-26  3:20 Sam James
2022-12-25 21:24 Sam James
2022-12-25 20:23 Arthur Zamarin
2022-12-25 20:15 Sam James
2022-12-25 20:14 Arthur Zamarin
2022-12-25 20:12 Arthur Zamarin
2022-12-25 20:11 Sam James
2022-12-25 20:09 Arthur Zamarin
2022-11-12  3:14 Matt Turner
2022-10-11 18:26 Sam James
2022-10-11 17:15 Arthur Zamarin
2022-10-11  9:19 Agostino Sarubbo
2022-10-11  9:19 Agostino Sarubbo
2022-10-11  6:46 Agostino Sarubbo
2022-10-10 23:36 Sam James
2022-10-10 23:36 Sam James
2022-10-10 22:35 Sam James
2022-09-23  2:14 Sam James
2022-09-16 18:01 Arthur Zamarin
2022-09-16 17:45 Arthur Zamarin
2022-09-15 19:58 Arthur Zamarin
2022-09-08 11:35 Agostino Sarubbo
2022-09-08 11:24 Agostino Sarubbo
2022-09-08  7:26 Agostino Sarubbo
2022-09-07 13:16 Agostino Sarubbo
2022-09-07 13:15 Agostino Sarubbo
2022-08-10  1:16 Patrick McLean
2022-08-10  1:16 Patrick McLean
2022-06-15 13:12 Sam James
2022-06-07 20:31 Patrick McLean
2022-04-25 15:06 Sam James
2022-04-17 17:12 Sam James
2022-03-27  2:58 Sam James
2022-03-27  2:58 Sam James
2022-02-13 14:58 Sam James
2022-02-10 11:43 Sam James
2022-02-10 11:43 Sam James
2022-02-10 10:17 Sam James
2022-02-10 10:17 Sam James
2022-02-10 10:12 Sam James
2022-02-10  9:59 Sam James
2022-02-10  9:50 Sam James
2021-11-19 18:18 Patrick McLean
2021-09-04 17:35 David Seifert
2021-08-14  3:48 Sam James
2021-08-11 23:10 Sam James
2021-08-11  0:24 Sam James
2021-08-11  0:12 Sam James
2021-08-11  0:02 Sam James
2021-08-10 15:36 Agostino Sarubbo
2021-05-26  8:51 Lars Wendler
2021-05-09  6:01 Sam James
2021-05-09  1:29 Sam James
2021-05-08 18:58 Sam James
2021-05-08 18:55 Sam James
2021-05-08 18:49 Sam James
2021-05-08 18:44 Sam James
2021-05-08 18:41 Sam James
2021-04-16 10:25 David Seifert
2021-01-16 23:36 Lars Wendler
2020-10-27 17:58 Patrick McLean
2020-09-07  8:47 Sergei Trofimovich
2020-09-06  7:49 Sergei Trofimovich
2020-08-29 23:50 Sam James
2020-08-18 11:22 Agostino Sarubbo
2020-08-18 11:18 Agostino Sarubbo
2020-08-18 11:16 Agostino Sarubbo
2020-08-17 14:52 Agostino Sarubbo
2020-08-17 12:20 Sam James
2020-07-23  2:06 Patrick McLean
2020-06-07  0:18 Patrick McLean
2020-04-16 18:05 Sergei Trofimovich
2020-04-02  7:47 Lars Wendler
2020-01-27 12:06 Mikle Kolyada
2020-01-13  9:10 Agostino Sarubbo
2020-01-13  9:06 Agostino Sarubbo
2020-01-13  9:04 Agostino Sarubbo
2020-01-10  1:26 Thomas Deutschmann
2020-01-09 12:47 Agostino Sarubbo
2019-12-03  8:29 Lars Wendler
2019-12-03  7:03 Lars Wendler
2019-08-27  7:35 Matt Turner
2019-08-23 17:02 Lars Wendler
2019-07-29  2:35 Matt Turner
2019-07-28 19:58 Mikle Kolyada
2019-07-22 19:01 Aaron Bauman
2019-07-03  7:11 Agostino Sarubbo
2019-07-02 12:36 Agostino Sarubbo
2019-07-02 12:35 Agostino Sarubbo
2019-07-02 11:55 Agostino Sarubbo
2019-07-02 10:33 Agostino Sarubbo
2019-07-02 10:30 Agostino Sarubbo
2019-05-28  0:41 Lars Wendler
2019-05-28  0:41 Lars Wendler
2019-05-05 12:36 Mikle Kolyada
2018-11-28 22:30 Matt Turner
2018-11-14 21:51 Sergei Trofimovich
2018-11-14 10:03 Lars Wendler
2018-11-14  7:22 Matt Turner
2018-11-14  7:22 Matt Turner
2018-11-13 22:26 Matt Turner
2018-09-17 23:10 Matt Turner
2018-09-17 23:10 Matt Turner
2018-06-27 22:26 Mart Raudsepp
2018-06-11 11:42 Lars Wendler
2018-06-11 11:42 Lars Wendler
2018-05-02 13:57 Lars Wendler
2018-03-28  9:29 Matt Turner
2018-01-18 14:21 Lars Wendler
2018-01-10  6:19 Markus Meier
2018-01-04 20:40 Mikle Kolyada
2018-01-04 10:57 Lars Wendler
2017-12-25  9:28 Sergei Trofimovich
2017-12-19 15:46 Thomas Deutschmann
2017-10-18  6:08 Lars Wendler
2017-10-17 14:12 Lars Wendler
2017-10-17 14:12 Lars Wendler
2017-07-23 12:16 Manuel Rüger
2017-07-02 14:46 Sergei Trofimovich
2017-06-30  5:30 Alexis Ballier
2017-01-07 21:46 Robin H. Johnson
2017-01-04 15:29 Agostino Sarubbo
2016-06-26 11:43 Patrice Clement
2016-06-07 13:01 Tobias Klausmann
2015-12-23 21:09 Anthony G. Basile
2015-12-23 11:17 Jeroen Roovers
2015-10-10 21:22 Mike Frysinger
2015-10-06 13:27 Manuel Rüger
2015-09-19 19:44 Manuel Rüger
2015-09-17  8:47 Manuel Rüger

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=1708405424.17d8a74293ac8ff5708113acb3afbfe1967e7e90.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