diff options
author | ormorph <[email protected]> | 2023-10-22 09:26:44 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-10-22 09:26:44 +0300 |
commit | e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3 (patch) | |
tree | 93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/knmap | |
parent | 1e3ceb29cf5c5df2e6b4186e210170097d745df4 (diff) | |
download | tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.tar.gz tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.zip |
Removing version 14.0.13
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.13.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/trinity-apps/knmap/Manifest b/trinity-apps/knmap/Manifest index 886dacf5..beb72fcf 100644 --- a/trinity-apps/knmap/Manifest +++ b/trinity-apps/knmap/Manifest @@ -1,2 +1 @@ -DIST knmap-trinity-14.0.13.tar.xz 980948 BLAKE2B 322149410e21c4eb355434824f08ba573f6563e5eae52c79d530f4e926ac72b0b62739e21e40563ab89554ab0270abb35d4dccddee47676643bafa40f629e9cd SHA512 c7f0dae23b9f2141fdf044a5723dce5cf44f9b5f21bd8f669c4a668c4cfbdc38344883031e6ef8e5b4e5a60834434ea00d55edf9c6b017eb2108cf4a39c60a15 DIST knmap-trinity-14.1.0.tar.xz 980976 BLAKE2B 63bd0a369e5efd4a8a8be831ed353c05efbd5245be46335e84a290ead6e838afed5cc12131f51e3288b6fa744b19fb07a5cf8aed1dbfec798c42de5dfd47df65 SHA512 1ac7658a07f3591c653afb5365463ce133eaf0e818ec24ed0fc3d1d9c1416a8537f4c63a72a473104f50f3f00a850ed34f674b7ce3f3855125109c28042716c2 diff --git a/trinity-apps/knmap/knmap-14.0.13.ebuild b/trinity-apps/knmap/knmap-14.0.13.ebuild deleted file mode 100644 index 475ba6d4..00000000 --- a/trinity-apps/knmap/knmap-14.0.13.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 -} |