From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1B0413835A for ; Thu, 21 May 2020 20:11:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2EE6E0993; Thu, 21 May 2020 20:11:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7E19E0993 for ; Thu, 21 May 2020 20:11:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67B0034F17F for ; Thu, 21 May 2020 20:11:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E794124E for ; Thu, 21 May 2020 20:11:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590091900.9aa2d7d80a838fe91a7094668e6f81720cf051ae.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nmapsi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nmapsi/Manifest net-analyzer/nmapsi/nmapsi-0.5_alpha1.ebuild X-VCS-Directories: net-analyzer/nmapsi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9aa2d7d80a838fe91a7094668e6f81720cf051ae X-VCS-Branch: master Date: Thu, 21 May 2020 20:11:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b25f4c0-074c-404f-98d3-461aeefba317 X-Archives-Hash: 542363b6b5e47615b2e33173ee5b4ae3 commit: 9aa2d7d80a838fe91a7094668e6f81720cf051ae Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 21 20:10:59 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 21 20:11:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa2d7d8 net-analyzer/nmapsi: Drop 0.5_alpha1 Closes: https://bugs.gentoo.org/712202 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> net-analyzer/nmapsi/Manifest | 1 - net-analyzer/nmapsi/nmapsi-0.5_alpha1.ebuild | 49 ---------------------------- 2 files changed, 50 deletions(-) diff --git a/net-analyzer/nmapsi/Manifest b/net-analyzer/nmapsi/Manifest index 58dead29e77..75384d6b253 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 nmapsi4-0.5-alpha1.tar.xz 3163140 BLAKE2B 3ad390057c0d0c465c8b361a4c64f7682a596201a3e26f5b8c873e76cf5cdfeb327f961a72cfa921d666bce3dc5dd8feb44e67e277c6d982b930054e6620d97e SHA512 fa4e604aeb6b342dec7e3fc85d83eda04385bd49a8d53b88e1eec2878c2c3410575a3ae59c59e6cd8e2b9f83de204f895a128d1cf3e7cccbd6bd7b78abd7dcfb diff --git a/net-analyzer/nmapsi/nmapsi-0.5_alpha1.ebuild b/net-analyzer/nmapsi/nmapsi-0.5_alpha1.ebuild deleted file mode 100644 index 0da2c99b83b..00000000000 --- a/net-analyzer/nmapsi/nmapsi-0.5_alpha1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PLOCALES="ca cs de es fr it ru" - -inherit cmake-utils l10n - -MY_P=${PN}4-${PV/_/-} - -DESCRIPTION="A Qt frontend to nmap" -HOMEPAGE="http://www.nmapsi4.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -CDEPEND=" - 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/qtwebkit:5 - dev-qt/qtwidgets:5 -" -DEPEND="${CDEPEND} - dev-qt/linguist-tools:5 -" -RDEPEND="${CDEPEND} - net-analyzer/nmap - net-dns/bind-tools -" - -S=${WORKDIR}/${MY_P} - -DOCS=( AUTHORS HACKING README.md TODO Translation ) - -nmapsi_disable_locale() { - sed -i -e "/ts\/${PN}4_${1}\.ts/d" src/CMakeLists.txt || die -} - -src_prepare() { - l10n_for_each_disabled_locale_do nmapsi_disable_locale - cmake-utils_src_prepare -}