diff --git a/sdk_container/src/third_party/portage-stable/net-libs/libmnl/Manifest b/sdk_container/src/third_party/portage-stable/net-libs/libmnl/Manifest index 683230c1cd..99abf096c9 100644 --- a/sdk_container/src/third_party/portage-stable/net-libs/libmnl/Manifest +++ b/sdk_container/src/third_party/portage-stable/net-libs/libmnl/Manifest @@ -1 +1,2 @@ -DIST libmnl-1.0.4.tar.bz2 301270 BLAKE2B e24ae3e7a8bcfe35a04256c495bb3e9a5ec41b6bea9b7ffa0a8ebc82ce847921d4a44e5be3558239fee5008c10541a9ac3614d1a6b80d280b632a76da16be5e8 SHA512 e2bbfb688fe41913d53c74ba7ec95b4e88ee2c52b556b8608185f2fcbd629665423a3b37f877f84426ba257cf6040fa701539d67166b00b8e3e2dfde6831a2f9 +DIST libmnl-1.0.5.tar.bz2 314791 BLAKE2B 760ec6f7eaf3f2c6be6edf848551e4c7d16ae7cbe49f9cde297f5df06174fb7f9f490118942225558f0a89dabe9a4901c1b3b23fa1203132e36b86e6332564d6 SHA512 16fa48e74c9da7724a85c655dfb0abd8369392627934639d65de951543e1447ac3e048d231248f1ce8861443c2ef62654a85a81feeedbbffaf2e5744f6cf4c9f +DIST libmnl-1.0.5.tar.bz2.sig 566 BLAKE2B 4454f969cbc21f86c12905eb80dd7237f368bbb30e38202ef114edf77806091cda164870e825aca4305a925077d181662724412f8475866c7fbe2572b0b1da50 SHA512 bb75ae3b5520d8b9372d70da7c1a27fa3d8e50a26a05fe56397dead4d7d5ad4003e6e576becd1200a5c9ed42fe5a97273acc8c50f1fd3181688f0d0b8c607dfc diff --git a/sdk_container/src/third_party/portage-stable/net-libs/libmnl/libmnl-1.0.4.ebuild b/sdk_container/src/third_party/portage-stable/net-libs/libmnl/libmnl-1.0.4.ebuild deleted file mode 100644 index 2f7f8486b0..0000000000 --- a/sdk_container/src/third_party/portage-stable/net-libs/libmnl/libmnl-1.0.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit usr-ldscript - -DESCRIPTION="Minimalistic netlink library" -HOMEPAGE="https://netfilter.org/projects/libmnl/" -SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0/0.2.0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux" -IUSE="examples static-libs" - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - - gen_usr_ldscript -a mnl - - find "${D}" -name '*.la' -delete || die - - if use examples; then - find examples/ -name 'Makefile*' -delete || die - dodoc -r examples/ - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/sdk_container/src/third_party/portage-stable/net-libs/libmnl/libmnl-1.0.5.ebuild b/sdk_container/src/third_party/portage-stable/net-libs/libmnl/libmnl-1.0.5.ebuild new file mode 100644 index 0000000000..d8a02c3a2b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/net-libs/libmnl/libmnl-1.0.5.ebuild @@ -0,0 +1,32 @@ +# 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 verify-sig + +DESCRIPTION="Minimalistic netlink library" +HOMEPAGE="https://netfilter.org/projects/libmnl/" +SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2 + verify-sig? ( https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2.sig )" + +LICENSE="LGPL-2.1" +SLOT="0/0.2.0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux" +IUSE="examples" + +DEPEND="elibc_musl? ( sys-libs/queue-standalone )" +BDEPEND="verify-sig? ( sec-keys/openpgp-keys-netfilter )" + +src_install() { + default + + find "${ED}" -name '*.la' -delete || die + + if use examples; then + find examples/ -name 'Makefile*' -delete || die + dodoc -r examples/ + docompress -x /usr/share/doc/${PF}/examples + fi +} diff --git a/sdk_container/src/third_party/portage-stable/net-libs/libmnl/metadata.xml b/sdk_container/src/third_party/portage-stable/net-libs/libmnl/metadata.xml index 8e3ebff5ba..f4731669e2 100644 --- a/sdk_container/src/third_party/portage-stable/net-libs/libmnl/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/net-libs/libmnl/metadata.xml @@ -1,5 +1,5 @@ - + netmon@gentoo.org