commit: 9b0a82a4f53a447b1a509d43314da4ae435d9a2e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 10:55:10 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 13:55:48 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0a82a4
net-libs/libndp: drop 1.8, 1.9 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-libs/libndp/Manifest | 1 - net-libs/libndp/libndp-1.8.ebuild | 25 ------------------------- net-libs/libndp/libndp-1.9.ebuild | 25 ------------------------- 3 files changed, 51 deletions(-) diff --git a/net-libs/libndp/Manifest b/net-libs/libndp/Manifest index f66e78c56f52..362bff553b99 100644 --- a/net-libs/libndp/Manifest +++ b/net-libs/libndp/Manifest @@ -1,2 +1 @@ -DIST libndp-1.8.tar.gz 364669 BLAKE2B 29fa41b40300b273d50aed4f1fe4a1c552023aa83d6f4b1bd6033cd0a41618b453bd1ec7ac5223fe7c123649f389587e89e635cb988b392f1af04cc1d6b79002 SHA512 bce17095f01eb9df6601a2ff0597b0373f4b0005b1edac8c085e4c9d54f9cd18f08faf1604624e0e0992be66fa6f22a71106af46bc73c9e326663c7cf0c5a7fd DIST libndp-1.9.tar.gz 374953 BLAKE2B 5f32640b57ae01cf4ecf59f41042392945497a66f73c44d8276449e4a9b99e87ed9d54e90a7a568354fba44198614214162c6d693e5bae6bd9b04bd063a55291 SHA512 30e58bd448ee71a792aa6999b4d3ae50ed510be86ecc0a05ae8e9e75bef51b0cfad0335099524a22ac9adc90d5b7c8c34d646f483d3cd5f2026e870d3147ef5f diff --git a/net-libs/libndp/libndp-1.8.ebuild b/net-libs/libndp/libndp-1.8.ebuild deleted file mode 100644 index d55a83ee4b31..000000000000 --- a/net-libs/libndp/libndp-1.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit gnome2 multilib-minimal - -DESCRIPTION="Library for Neighbor Discovery Protocol" -HOMEPAGE="http://libndp.org" -SRC_URI="http://libndp.org/files/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" - -KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86" - -multilib_src_configure() { - ECONF_SOURCE="${S}" \ - gnome2_src_configure \ - --disable-static \ - --enable-logging -} - -multilib_src_install() { - gnome2_src_install -} diff --git a/net-libs/libndp/libndp-1.9.ebuild b/net-libs/libndp/libndp-1.9.ebuild deleted file mode 100644 index ec5c79567aae..000000000000 --- a/net-libs/libndp/libndp-1.9.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit gnome2 multilib-minimal - -DESCRIPTION="Library for Neighbor Discovery Protocol" -HOMEPAGE="http://libndp.org https://github.com/jpirko/libndp" -SRC_URI="http://libndp.org/files/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" - -multilib_src_configure() { - ECONF_SOURCE="${S}" \ - gnome2_src_configure \ - --disable-static \ - --enable-logging -} - -multilib_src_install() { - gnome2_src_install -}
