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, 15 Apr 2025 02:56:13 +0000 (UTC) [thread overview]
Message-ID: <1744685729.18d08084a76b41d2f4786704abdf99bd98c570c3.sam@gentoo> (raw)
commit: 18d08084a76b41d2f4786704abdf99bd98c570c3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 15 02:33:45 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 15 02:55:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d08084
net-libs/libnftnl: add 1.2.9
... and use elibtoolize for LTO -Werror flags.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/libnftnl/Manifest | 2 ++
.../libnftnl/{libnftnl-9999.ebuild => libnftnl-1.2.9.ebuild} | 11 ++++++++---
net-libs/libnftnl/libnftnl-9999.ebuild | 11 ++++++++---
3 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/net-libs/libnftnl/Manifest b/net-libs/libnftnl/Manifest
index b0571a68ed30..a28046f16282 100644
--- a/net-libs/libnftnl/Manifest
+++ b/net-libs/libnftnl/Manifest
@@ -4,3 +4,5 @@ DIST libnftnl-1.2.7.tar.xz 343876 BLAKE2B 42decbfdfce07c4743e7a55cf3d5d03a244ab6
DIST libnftnl-1.2.7.tar.xz.sig 566 BLAKE2B ad79b0a149d37c0ae32bcf8c64b34e02146242ce731f6860bd8d63d90e96a58e04616d543783b8edc13a0f2ca6286c16c9d8b17c34d8e8920f680a17ee70bde0 SHA512 8bf9188a287850a5057be452541871af69187c4dacde580c57be15e7f3357ab4a874745f326880260e2c2b1486e59b684db41b0d8afd57bab9d77ad62ba052bd
DIST libnftnl-1.2.8.tar.xz 343732 BLAKE2B 274fcdd9c7c0de173e9b2b35d79613e3f6f41d56a9223145d87f93d4f7c0bb085fd622581ecc69f248be4641874fd60b294ebf12cb4d4ed1ceea9b410ef70187 SHA512 c57030f34c50b09ae2fbf8dac5d9cf431eaaa5a5a08098e3e4c146a8bd4ae9b7753f5d2de5f2d0a6c15e5ba0c39f51275c9d8b03bdedeaadbafa6c96f9a972b6
DIST libnftnl-1.2.8.tar.xz.sig 566 BLAKE2B 2c8eae671d41f84b1ded96f7dc98e214a240cc4025265e3008b986554c2d30d830c5f15c2e4b77d0a80d889cd7a0a85403c80bc905019734611baa25575b9daf SHA512 f56a5f049dab8397f4ff84070d782f17b701b46bd42c84cb3fb2b7241a7543f0b5f2877e7d6d95fb942f36119e54c939f89af964ea08858d2c41dc9fd7323b16
+DIST libnftnl-1.2.9.tar.xz 345708 BLAKE2B c29591c78afae0d76b3c412d95999ad5e3d7e581dd1187858a1e57f7b6ff74caf1910724f553de6d716b37529cdf44f23a7a37ff63f04e554d294af398e06df5 SHA512 48f6a3e67ad368340690bed2c8db8d0fab5528f23bc9cf3f5f6dca81c90db340b526d7dbeff1fb59989337e80d3b16cf02443e2a2d5c07b54c8963d2bf4c56e3
+DIST libnftnl-1.2.9.tar.xz.sig 566 BLAKE2B e983fff8be369391670379b5c4eb5b253e4f24b2a76fd9eb7343ff98ecf1c3282d17c7f3e16e8742667438d4211a9ef6b63d31dda03a33348278e9138bacc940 SHA512 a6d521a0f8da337f5c52567397ceacd396fc3eec1df272534ae62901fa59b4892e7535cca9c8213220c037090265825289a32800e83cca21c8433ccc1fda0099
diff --git a/net-libs/libnftnl/libnftnl-9999.ebuild b/net-libs/libnftnl/libnftnl-1.2.9.ebuild
similarity index 87%
copy from net-libs/libnftnl/libnftnl-9999.ebuild
copy to net-libs/libnftnl/libnftnl-1.2.9.ebuild
index 9356110ea5bb..d15923402a8e 100644
--- a/net-libs/libnftnl/libnftnl-9999.ebuild
+++ b/net-libs/libnftnl/libnftnl-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,13 +13,14 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then
inherit autotools git-r3
EGIT_REPO_URI="https://git.netfilter.org/${PN}"
else
+ inherit libtool
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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
- BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-netfilter )"
+ BDEPEND+="verify-sig? ( >=sec-keys/openpgp-keys-netfilter-20240415 )"
fi
LICENSE="GPL-2"
@@ -47,7 +48,11 @@ pkg_setup() {
src_prepare() {
default
- [[ ${PV} =~ ^[9]{4,}$ ]] && eautoreconf
+ if [[ ${PV} =~ ^[9]{4,}$ ]] ; then
+ eautoreconf
+ else
+ elibtoolize
+ fi
}
src_configure() {
diff --git a/net-libs/libnftnl/libnftnl-9999.ebuild b/net-libs/libnftnl/libnftnl-9999.ebuild
index 9356110ea5bb..d15923402a8e 100644
--- a/net-libs/libnftnl/libnftnl-9999.ebuild
+++ b/net-libs/libnftnl/libnftnl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,13 +13,14 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then
inherit autotools git-r3
EGIT_REPO_URI="https://git.netfilter.org/${PN}"
else
+ inherit libtool
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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
- BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-netfilter )"
+ BDEPEND+="verify-sig? ( >=sec-keys/openpgp-keys-netfilter-20240415 )"
fi
LICENSE="GPL-2"
@@ -47,7 +48,11 @@ pkg_setup() {
src_prepare() {
default
- [[ ${PV} =~ ^[9]{4,}$ ]] && eautoreconf
+ if [[ ${PV} =~ ^[9]{4,}$ ]] ; then
+ eautoreconf
+ else
+ elibtoolize
+ fi
}
src_configure() {
next reply other threads:[~2025-04-15 2:56 UTC|newest]
Thread overview: 177+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-15 2:56 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 13:20 [gentoo-commits] repo/gentoo:master commit in: net-libs/libnftnl/ 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
2024-02-20 5:06 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=1744685729.18d08084a76b41d2f4786704abdf99bd98c570c3.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