net-analyzer/nmapsi: drop 0.5_alpha2-r1

Closes: https://bugs.gentoo.org/926669
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-01-22 21:40:40 +01:00
parent 88e8e660f8
commit 39ae1d2f9d
3 changed files with 0 additions and 54 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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" )