diff options
author | ormorph <[email protected]> | 2023-04-16 16:23:47 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-04-16 16:23:47 +0300 |
commit | 3401abb615b656c425a85b933aa25335f6ddf156 (patch) | |
tree | e851daa136aa559fbd59f329d0212bead6ff9431 /trinity-apps/knmap | |
parent | 13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (diff) | |
download | tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.tar.gz tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.zip |
Removing ebuilds of version 14.0.12
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/knmap')
-rw-r--r-- | trinity-apps/knmap/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/knmap/knmap-14.0.12.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/trinity-apps/knmap/Manifest b/trinity-apps/knmap/Manifest index e4281ec8..a7ea2db6 100644 --- a/trinity-apps/knmap/Manifest +++ b/trinity-apps/knmap/Manifest @@ -1,2 +1 @@ -DIST knmap-trinity-14.0.12.tar.xz 980928 BLAKE2B 3a4e2787e0a1127ce109973180501ac4cd347aebccc1156184603531e9b79a846b75c1f0f2b7188a1c27b5f772240450b26d8a801ddfb6948468a12153696fbf SHA512 54d9cf2e63d2a1fd4d4f1c4d3b06853bb74d491de2c1e6232ecabd9a0a9ab92d36ca5202ebebaea04111fe1bbbdd0044c9dca871d75d174cf84c06a2a27da84c DIST knmap-trinity-14.0.13.tar.xz 980948 BLAKE2B 322149410e21c4eb355434824f08ba573f6563e5eae52c79d530f4e926ac72b0b62739e21e40563ab89554ab0270abb35d4dccddee47676643bafa40f629e9cd SHA512 c7f0dae23b9f2141fdf044a5723dce5cf44f9b5f21bd8f669c4a668c4cfbdc38344883031e6ef8e5b4e5a60834434ea00d55edf9c6b017eb2108cf4a39c60a15 diff --git a/trinity-apps/knmap/knmap-14.0.12.ebuild b/trinity-apps/knmap/knmap-14.0.12.ebuild deleted file mode 100644 index 475ba6d4..00000000 --- a/trinity-apps/knmap/knmap-14.0.12.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Copyright 2022 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -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 -} |