commit: 6f62c21eca61064214935b880faeba67fb931b0c Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Feb 10 18:22:44 2026 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Feb 10 18:22:44 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f62c21e
net-libs/nDPI: drop 4.2, 4.4, 4.6, 4.8 Signed-off-by: David Seifert <soap <AT> gentoo.org> net-libs/nDPI/Manifest | 4 --- net-libs/nDPI/nDPI-4.2.ebuild | 50 ------------------------------------- net-libs/nDPI/nDPI-4.4.ebuild | 56 ------------------------------------------ net-libs/nDPI/nDPI-4.6.ebuild | 57 ------------------------------------------- net-libs/nDPI/nDPI-4.8.ebuild | 57 ------------------------------------------- 5 files changed, 224 deletions(-) diff --git a/net-libs/nDPI/Manifest b/net-libs/nDPI/Manifest index 86ee5c45d67b..01db4f35b611 100644 --- a/net-libs/nDPI/Manifest +++ b/net-libs/nDPI/Manifest @@ -1,5 +1 @@ DIST nDPI-4.14.tar.gz 48474931 BLAKE2B 611b0e5bd9f17fc56bdd0658e88f7ae1b573c4d255c29bdea2f9a68007d9a9a8c1d3bc90bf00e803823b393ad6890b90413646a9539b58d61fc916ac09423666 SHA512 f7e24289aa04e19bc357c29ba00ca7d27aefcd2faf51ddf2f526b4c4d4fefd0ded33dd8e60245c0d8772b3a870304d3dda2c40f3d5ee4382342889741f122146 -DIST nDPI-4.2.tar.gz 126559327 BLAKE2B 079267939083e788ce8b13e89b194504031e4c3e628df335ece7aab72cc80b8d8538badd45dac9fdaeeed8cd5dd19a81fece9c1157cba9a91dfa130abef61473 SHA512 c58b228b7de2b5fa111234bb065f9be259cd0282d0058f5985180aab6567c9a18e3453ce9062bd3c057a096ec3dfdc21b7c9680e0148e34af10f707530d853b8 -DIST nDPI-4.4.tar.gz 151062073 BLAKE2B fca968c0d0abcf18a6895dc6066b754925a2aa3cb3f395383f9add25066adf14bb95444a30950e13f7f22223ff203b16e7373c875841f33d8c885be83ed0bb6d SHA512 c5e3d38f7b6533bd4b9f96520c1d965bf0a8e3ec7e2d514bc42683bdb73d8331e28ed695f5d3972ace9e35f1af23359f5a25c0f5a20f7a8cc7a6b5446d592468 -DIST nDPI-4.6.tar.gz 29705235 BLAKE2B 65efdfee7af83093b08897fb726a07cf804a3ff901e7373cdc4b3d4564bbfba6ce9b498ab90172f437568c8275685dc51617e991216e38d515b3b5341760b964 SHA512 12dd50eeaae0aa5c2e3c89cb53cdb9989036759bd900312d3875eaba296646c2e42be31dc2b003cbc2401ccef8fbf8d2e460b9a604d7bece360f17f937d60cad -DIST nDPI-4.8.tar.gz 39479237 BLAKE2B b2b30490a8688082cf41f364d4eeb24ccaaaf8e84e13963ad9fff2346888387b732bcd0c6485d7daba7ae131ea7ad58904f65d85ca7844da7d22bd120411ada0 SHA512 f76eb99a83262a6d148509c7ce457b9af35dce3657c8191405ba15999b25c323ee0bee2907b0a7e6ba6f12a63182fde839e0098a4e8e0f63999e600526f3036b diff --git a/net-libs/nDPI/nDPI-4.2.ebuild b/net-libs/nDPI/nDPI-4.2.ebuild deleted file mode 100644 index a7730e61c252..000000000000 --- a/net-libs/nDPI/nDPI-4.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Open Source Deep Packet Inspection Software Toolkit" -HOMEPAGE="https://www.ntop.org/" -if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/ntop/${PN}" - inherit git-r3 -else - SRC_URI="https://github.com/ntop/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="LGPL-3+" -SLOT="0/$(ver_cut 1)" - -DEPEND="dev-libs/json-c:= - dev-libs/libgcrypt:= - dev-libs/libgpg-error - net-libs/libpcap" -RDEPEND="${DEPEND}" - -src_prepare() { - default - - sed -i \ - -e "s%^libdir\s*=\s*\${prefix}/lib\s*$%libdir = \${prefix}/$(get_libdir)%" \ - src/lib/Makefile.in || die - - eautoreconf -} - -src_test() { - pushd tests || die - - ./do.sh || die "Failed tests" - ./do-unit.sh || die "Failed unit tests" - - popd || die -} - -src_install() { - default - - rm "${ED}/usr/$(get_libdir)"/lib${PN,,}.a || die -} diff --git a/net-libs/nDPI/nDPI-4.4.ebuild b/net-libs/nDPI/nDPI-4.4.ebuild deleted file mode 100644 index e2efa26265f9..000000000000 --- a/net-libs/nDPI/nDPI-4.4.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools edo - -DESCRIPTION="Open Source Deep Packet Inspection Software Toolkit" -HOMEPAGE="https://www.ntop.org/" -if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/ntop/${PN}" - inherit git-r3 -else - SRC_URI="https://github.com/ntop/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="LGPL-3+" -SLOT="0/$(ver_cut 1)" - -DEPEND="dev-libs/json-c:= - dev-libs/libgcrypt:= - dev-libs/libgpg-error - net-libs/libpcap" -RDEPEND="${DEPEND}" - -src_prepare() { - default - - sed -i \ - -e "s%^libdir\s*=\s*\${prefix}/lib\s*$%libdir = \${prefix}/$(get_libdir)%" \ - src/lib/Makefile.in || die - - eautoreconf -} - -src_configure() { - # "local" here means "local to the system", and hence means - # system copy, not the bundled one. - econf --with-local-libgcrypt -} - -src_test() { - pushd tests || die - - edo ./do.sh - edo ./do-unit.sh - - popd || die -} - -src_install() { - default - - rm "${ED}/usr/$(get_libdir)"/lib${PN,,}.a || die -} diff --git a/net-libs/nDPI/nDPI-4.6.ebuild b/net-libs/nDPI/nDPI-4.6.ebuild deleted file mode 100644 index 704e7b7703e2..000000000000 --- a/net-libs/nDPI/nDPI-4.6.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools edo - -DESCRIPTION="Open Source Deep Packet Inspection Software Toolkit" -HOMEPAGE="https://www.ntop.org/" -if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/ntop/${PN}" - inherit git-r3 -else - SRC_URI="https://github.com/ntop/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="LGPL-3+" -SLOT="0/$(ver_cut 1)" - -DEPEND="dev-libs/json-c:= - dev-libs/libgcrypt:= - dev-libs/libgpg-error - net-libs/libpcap" -RDEPEND="${DEPEND}" - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - # "local" here means "local to the system", and hence means - # system copy, not the bundled one. - econf --with-local-libgcrypt -} - -src_test() { - pushd tests || die - - edo ./do.sh - edo ./do-unit.sh - - popd || die -} - -src_install() { - default - - # Makefile logic is broken in 4.6, let's wait a bit given history and - # go with hack for now. - mv "${ED}"/usr/$(get_libdir)/pkgconfig "${ED}"/usr/usr/$(get_libdir)/pkgconfig || die - mv "${ED}"/usr/usr/* "${ED}"/usr || die - rm "${ED}/usr/$(get_libdir)"/lib${PN,,}.a || die - rm -rf "${ED}"/usr/usr || die -} diff --git a/net-libs/nDPI/nDPI-4.8.ebuild b/net-libs/nDPI/nDPI-4.8.ebuild deleted file mode 100644 index 53f654d87402..000000000000 --- a/net-libs/nDPI/nDPI-4.8.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools edo - -DESCRIPTION="Open Source Deep Packet Inspection Software Toolkit" -HOMEPAGE="https://www.ntop.org/" -if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/ntop/${PN}" - inherit git-r3 -else - SRC_URI="https://github.com/ntop/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="LGPL-3+" -SLOT="0/$(ver_cut 1)" - -DEPEND="dev-libs/json-c:= - dev-libs/libgcrypt:= - dev-libs/libgpg-error - net-libs/libpcap" -RDEPEND="${DEPEND}" - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - # "local" here means "local to the system", and hence means - # system copy, not the bundled one. - econf --with-local-libgcrypt -} - -src_test() { - pushd tests || die - - edo ./do.sh - edo ./do-unit.sh - - popd || die -} - -src_install() { - default - - # Makefile logic is broken in 4.8, let's wait a bit given history and - # go with hack for now. - mv "${ED}"/usr/$(get_libdir)/pkgconfig "${ED}"/usr/usr/$(get_libdir)/pkgconfig || die - mv "${ED}"/usr/usr/* "${ED}"/usr || die - rm "${ED}/usr/$(get_libdir)"/lib${PN,,}.a || die - rm -rf "${ED}"/usr/usr || die -}
