commit: 3c89e7276db75f073c3353b1651c2c80a99db4cb Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 14 10:10:24 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Mar 14 10:10:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c89e727
net-analyzer/ostinato: treeclean Closes: https://bugs.gentoo.org/912829 (pkgremoved) Closes: https://bugs.gentoo.org/913106 (pkgremoved) Closes: https://bugs.gentoo.org/922304 (pkgremoved) Closes: https://bugs.gentoo.org/926039 (pkgremoved) Closes: https://bugs.gentoo.org/935772 (pkgremoved) Closes: https://bugs.gentoo.org/935887 (pkgremoved) Closes: https://bugs.gentoo.org/922306 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-analyzer/ostinato/Manifest | 2 - .../ostinato-0.9_p20180522-no-modeltest.patch | 10 ----- net-analyzer/ostinato/metadata.xml | 11 ------ net-analyzer/ostinato/ostinato-1.1-r2.ebuild | 42 -------------------- net-analyzer/ostinato/ostinato-1.2.0.ebuild | 45 ---------------------- profiles/package.mask | 6 --- 6 files changed, 116 deletions(-) diff --git a/net-analyzer/ostinato/Manifest b/net-analyzer/ostinato/Manifest deleted file mode 100644 index 781d32d58930..000000000000 --- a/net-analyzer/ostinato/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST ostinato-1.1.tar.gz 612589 BLAKE2B 2244b3be5649e0623139b667c61a169a3e7f5dae6f022d6550cd825f1af8fa2c2d82210af1f381ae53af19fff9a56d58b30a406fc1f3d89c73bc7e3d0ab18fa4 SHA512 a45e157d155d4f2efe9a1594a140647b5cbd7264985b15a9ed47d86198c9df9d763170097dcfd40fae1317206e53c9155f08c48c747cce458e0cae7f3a841449 -DIST ostinato-1.2.0.tar.gz 1169889 BLAKE2B 73d1ba4801ee8f50757fbe3a5e4c6fb67957296326c5ffcc5ecfde723ee975bd6a8f494644198b4b47a296fd087e2ed7a43088facd8c39d3ed70b8056fae5da5 SHA512 c3fb1f63a8f32c199ae2c8630244a3d6110e25e9117fbc96b009fd54d6bc16dbfa120b2d26c474ca06e86dbed59a5051443f82064fb8a0eda2feb212e4e1a1c5 diff --git a/net-analyzer/ostinato/files/ostinato-0.9_p20180522-no-modeltest.patch b/net-analyzer/ostinato/files/ostinato-0.9_p20180522-no-modeltest.patch deleted file mode 100644 index 5e7733aeed10..000000000000 --- a/net-analyzer/ostinato/files/ostinato-0.9_p20180522-no-modeltest.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/extra/extra.pro 2018-05-22 18:18:21.000000000 +0200 -+++ b/extra/extra.pro 2018-06-26 14:15:49.162937000 +0200 -@@ -1,7 +1,3 @@ - TEMPLATE = subdirs - SUBDIRS = \ - qhexedit2 -- --greaterThan(QT_MINOR_VERSION, 6) { --SUBDIRS += modeltest --} diff --git a/net-analyzer/ostinato/metadata.xml b/net-analyzer/ostinato/metadata.xml deleted file mode 100644 index 64eb1aca5936..000000000000 --- a/net-analyzer/ostinato/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Rick Farina</name> - </maintainer> - <upstream> - <remote-id type="github">pstavirs/ostinato</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-analyzer/ostinato/ostinato-1.1-r2.ebuild b/net-analyzer/ostinato/ostinato-1.1-r2.ebuild deleted file mode 100644 index bccd03f406c0..000000000000 --- a/net-analyzer/ostinato/ostinato-1.1-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils - -DESCRIPTION="Packet generator and analyzer" -HOMEPAGE="https://ostinato.org/" -SRC_URI="https://github.com/pstavirs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -#https://github.com/pstavirs/ostinato/issues/173 -# libpcap dep is versioned to pull in the fix for #602098 -DEPEND=" - dev-libs/protobuf:= - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtscript:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - dev-libs/libnl:= - >=net-libs/libpcap-1.8.1-r2 -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-0.9_p20180522-no-modeltest.patch" -) - -src_configure() { - eqmake5 PREFIX="/usr" ost.pro -} - -src_install() { - emake INSTALL_ROOT="${ED}" install -} diff --git a/net-analyzer/ostinato/ostinato-1.2.0.ebuild b/net-analyzer/ostinato/ostinato-1.2.0.ebuild deleted file mode 100644 index 586f8e2f2597..000000000000 --- a/net-analyzer/ostinato/ostinato-1.2.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils - -DESCRIPTION="Packet generator and analyzer" -HOMEPAGE="https://ostinato.org/" -SRC_URI="https://github.com/pstavirs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -#https://github.com/pstavirs/ostinato/issues/173 -# libpcap dep is versioned to pull in the fix for #602098 -RDEPEND=" - dev-libs/protobuf:= - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtscript:5 - dev-qt/qtwidgets:5 - dev-libs/libnl:3 - >=net-libs/libpcap-1.8.1-r2 -" -DEPEND="${RDEPEND} - dev-qt/qtsvg:5 - dev-qt/qtxml:5" - -PATCHES=( - "${FILESDIR}/${PN}-0.9_p20180522-no-modeltest.patch" -) - -src_configure() { - sed -i 's#"/drone"#"/ostinato-drone"#' client/mainwindow.cpp || die - eqmake5 PREFIX="/usr" ost.pro -} - -src_install() { - emake INSTALL_ROOT="${ED}" install - mv "${ED}"/usr/bin/{drone,ostinato-drone} -} diff --git a/profiles/package.mask b/profiles/package.mask index 64fde92f00d7..6a1254e40a67 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -256,12 +256,6 @@ app-emulation/vkd3d # packages this. Removal on 2025-03-14. x11-misc/kaqaz -# Andreas Sturmlechner <[email protected]> (2025-02-12) -# Depends on deprecated Qt5Script, gone closed-source upstream, multiple -# open bugs #912829, #913106, #922304, #922306, #926039, #935772, #935887, -# no response from maintainer. Removal on 2025-03-14. -net-analyzer/ostinato - # Maciej Barć <[email protected]> (2025-02-12) # Masked for testing. Fails to update from previous version. See bug #949626. >=x11-themes/fluent-icon-theme-2025.02.10
