summaryrefslogtreecommitdiffstats
path: root/trinity-apps/knmap
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2022-10-21 21:26:06 +0200
committerormorph <roma251078@mail.ru>2022-10-21 21:26:06 +0200
commitd461849db3f8a3979ca7f2b03ab68ed4ce65bcb2 (patch)
treedb683ceb3b70596ea88833fc6fd9dfc1d3361f0a /trinity-apps/knmap
parentf6f1346c2bc2531895b27077add6f0f3adea8d04 (diff)
downloadtde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.tar.gz
tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.zip
Removing version 14.0.11
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/knmap')
-rw-r--r--trinity-apps/knmap/Manifest1
-rw-r--r--trinity-apps/knmap/knmap-14.0.11.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/trinity-apps/knmap/Manifest b/trinity-apps/knmap/Manifest
index 97d8c27c..6622dd13 100644
--- a/trinity-apps/knmap/Manifest
+++ b/trinity-apps/knmap/Manifest
@@ -1,2 +1 @@
-DIST knmap-trinity-14.0.11.tar.xz 981044 BLAKE2B 5a03a46739dc0f486aa021a2600efd169e5dcc292407624501957e18a5e01b7c6d4c50130612716970e57bc1f6d10972437603dce0a9c3b0d7f2d942215f441b SHA512 1e59b94c1e4e95cc559ca272e4f3ccdab41e09751357aa32f98fe16d0be968efb0871c37fb9dd8702bea91acde735158fd7db5db6387f82e027a7c64b949199c
DIST knmap-trinity-14.0.12.tar.xz 980928 BLAKE2B 3a4e2787e0a1127ce109973180501ac4cd347aebccc1156184603531e9b79a846b75c1f0f2b7188a1c27b5f772240450b26d8a801ddfb6948468a12153696fbf SHA512 54d9cf2e63d2a1fd4d4f1c4d3b06853bb74d491de2c1e6232ecabd9a0a9ab92d36ca5202ebebaea04111fe1bbbdd0044c9dca871d75d174cf84c06a2a27da84c
diff --git a/trinity-apps/knmap/knmap-14.0.11.ebuild b/trinity-apps/knmap/knmap-14.0.11.ebuild
deleted file mode 100644
index b75ac25f..00000000
--- a/trinity-apps/knmap/knmap-14.0.11.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Copyright 2021 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="optional"
-
-TRINITY_LANGS="de"
-TRINITY_MODULE_TYPE="applications/internet"
-inherit trinity-base-2
-
-DESCRIPTION="Nmap graphical interface for TDE"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-RDEPEND="net-analyzer/nmap"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
-
- trinity-base-2_src_configure
-}