summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-22 21:40:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-22 21:45:22 +0100
commit39ae1d2f9d0b1af115ef73ae714b357a73abfbca (patch)
tree8d3a38145fa3143f535878e1a28168a7eecf1ee9 /net-analyzer
parentnet-analyzer/nmapsi: add 0.5_alpha2_p20240407 (diff)
downloadgentoo-39ae1d2f9d0b1af115ef73ae714b357a73abfbca.tar.gz
gentoo-39ae1d2f9d0b1af115ef73ae714b357a73abfbca.tar.bz2
gentoo-39ae1d2f9d0b1af115ef73ae714b357a73abfbca.zip
net-analyzer/nmapsi: drop 0.5_alpha2-r1
Closes: https://bugs.gentoo.org/926669 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nmapsi/Manifest1
-rw-r--r--net-analyzer/nmapsi/files/nmapsi-0.5_alpha2-no-qtscript.patch18
-rw-r--r--net-analyzer/nmapsi/nmapsi-0.5_alpha2-r1.ebuild35
3 files changed, 0 insertions, 54 deletions
diff --git a/net-analyzer/nmapsi/Manifest b/net-analyzer/nmapsi/Manifest
index aa56c753148f..0b01af0af4df 100644
--- a/net-analyzer/nmapsi/Manifest
+++ b/net-analyzer/nmapsi/Manifest
@@ -1,2 +1 @@
-DIST nmapsi-0.5_alpha2.tar.gz 3547174 BLAKE2B a02d60c9be2d99e46104a81502bc98a0be9892a1cd1efbb5768b420a4275ea235e89c0e331797ec4ce733631cb763f6299a7d6079055bbaec17674107c4cf768 SHA512 29f6dd383808b253fa50fe0ca25c5189e106e79a0c6aac9351b8969eec2fd0aca7a329c49acf07c04ccd079a2ae66ad0b218a066762abe21165f1c25622a50f2
DIST nmapsi-463e5cdb516dc68d67b29f6815192cb161e4f7f3.tar.gz 3548276 BLAKE2B a63e8dbb5df7f5738e399f7ad76853cc8ee00cf429707a810a851e294dd8c0ef98037077a305dc28fe447befc69211f344fbae0bf68bcc35b2e986023d971999 SHA512 d240e5c994b338a0df746d93339987d7a62e7712f1e7f2f0a8d528b16c7e4dd25f4cfc5778cf18dddb88f0e6e940f6894c52ffa69f48db5622150ad343e21bf4
diff --git a/net-analyzer/nmapsi/files/nmapsi-0.5_alpha2-no-qtscript.patch b/net-analyzer/nmapsi/files/nmapsi-0.5_alpha2-no-qtscript.patch
deleted file mode 100644
index 38c73b68cbb7..000000000000
--- a/net-analyzer/nmapsi/files/nmapsi-0.5_alpha2-no-qtscript.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/CMakeLists.txt 2020-05-10 15:37:19.000000000 +0200
-+++ b/CMakeLists.txt 2023-10-24 21:28:56.198123618 +0200
-@@ -18,7 +18,6 @@
- Network
- WebEngineWidgets
- DBus
-- Script
- LinguistTools
- Quick
- Qml
-@@ -31,7 +30,6 @@
- Widgets
- Network
- WebEngineWidgets
-- Script
- LinguistTools
- Quick
- Qml
diff --git a/net-analyzer/nmapsi/nmapsi-0.5_alpha2-r1.ebuild b/net-analyzer/nmapsi/nmapsi-0.5_alpha2-r1.ebuild
deleted file mode 100644
index 38dd4bb7612b..000000000000
--- a/net-analyzer/nmapsi/nmapsi-0.5_alpha2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Qt frontend to nmap"
-HOMEPAGE="https://github.com/nmapsi4/nmapsi4"
-SRC_URI="https://github.com/nmapsi4/nmapsi4/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}4-${PV/_/-}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwebengine:5[widgets]
- dev-qt/qtwidgets:5
-"
-RDEPEND="${DEPEND}
- net-analyzer/nmap
- net-dns/bind-tools
-"
-BDEPEND="dev-qt/linguist-tools:5"
-
-DOCS=( AUTHORS HACKING README.md TODO Translation )
-
-PATCHES=( "${FILESDIR}/${P}-no-qtscript.patch" )