commit: 3b6cafd4b449ac628375226aed3008e8c386885b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Oct 24 19:36:09 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Oct 24 19:39:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6cafd4
net-analyzer/nmapsi: drop 0.5_alpha2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-analyzer/nmapsi/nmapsi-0.5_alpha2.ebuild | 37 ---------------------------- 1 file changed, 37 deletions(-) diff --git a/net-analyzer/nmapsi/nmapsi-0.5_alpha2.ebuild b/net-analyzer/nmapsi/nmapsi-0.5_alpha2.ebuild deleted file mode 100644 index 07d77fb3b796..000000000000 --- a/net-analyzer/nmapsi/nmapsi-0.5_alpha2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -BDEPEND=" - dev-qt/linguist-tools:5 -" -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtscript:5 - dev-qt/qtwebengine:5[widgets] - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND} - net-analyzer/nmap - net-dns/bind-tools -" - -S="${WORKDIR}/${PN}4-${PV/_/-}" - -DOCS=( AUTHORS HACKING README.md TODO Translation )
