summaryrefslogtreecommitdiffstats
path: root/trinity-apps/knmap
diff options
context:
space:
mode:
authorE. Liddell <ejlddll@warpmail.net>2020-12-06 16:11:21 -0500
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2021-02-17 16:47:41 +0000
commitf0575f757d3a116ae806b578b37ae4b375a8caf5 (patch)
tree9055d8aa3000cc5d7a90675a7cc27d0d3d54acef /trinity-apps/knmap
parent32f776ede66c742cd2dceecb3739b083ac41d92b (diff)
downloadtde-packaging-gentoo-f0575f757d3a116ae806b578b37ae4b375a8caf5.tar.gz
tde-packaging-gentoo-f0575f757d3a116ae806b578b37ae4b375a8caf5.zip
14.0.8 ebuilds for everything in trinity-apps that I could make build back in June.
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
Diffstat (limited to 'trinity-apps/knmap')
-rw-r--r--trinity-apps/knmap/Manifest2
-rw-r--r--trinity-apps/knmap/knmap-14.0.8.ebuild31
2 files changed, 33 insertions, 0 deletions
diff --git a/trinity-apps/knmap/Manifest b/trinity-apps/knmap/Manifest
new file mode 100644
index 00000000..b790315c
--- /dev/null
+++ b/trinity-apps/knmap/Manifest
@@ -0,0 +1,2 @@
+DIST knmap-trinity-14.0.7.tar.xz 1001016 BLAKE2B f17c9204043c3adf13e6e42841fab30af6e9f07b956dea10aba5cd8cc7a40d03302d7cb34467b761dbc842496d7523ebaf4b7d2a34f2a94068feeebb3bff6106 SHA512 097eb6723e4c5caea15dee51f97a66e350aca98cc16f3e7c9efa39cde5a34bf251280c4c178da76a16e527056d8c1a4d30b477bc868514e13a0096ea139ade67
+DIST knmap-trinity-14.0.8.tar.xz 1001756 BLAKE2B e869e1581fa93ebaec226ff6125e76395e8a679d7fe8b6dcbd27fbce4f351d8dffe77094d1a4a6987cb0ec8a6fec98d146b621bb2d0b5a032766d7f84c1c7e59 SHA512 53c24572b2383e5360c6d38817d9eab8ac5f67d5f75cf75de849819ca197d817a1b44c4865e7044477d0a698e610a0f432e6b9888c7bc2ef571956c0b3511d40
diff --git a/trinity-apps/knmap/knmap-14.0.8.ebuild b/trinity-apps/knmap/knmap-14.0.8.ebuild
new file mode 100644
index 00000000..5e927338
--- /dev/null
+++ b/trinity-apps/knmap/knmap-14.0.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2020 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+TRINITY_MODULE_TYPE="applications"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="optional"
+
+TRINITY_LANGS="de"
+
+inherit trinity-base-2
+
+DESCRIPTION="Nmap graphical interface for TDE"
+KEYWORDS="~amd64 ~x86"
+HOMEPAGE="http://trinitydesktop.org/"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+need-trinity
+
+SLOT="${TRINITY_VER}"
+
+RDEPEND+=" net-analyzer/nmap"
+
+src_configure() {
+ mycmakeargs=(
+ -DBUILD_TRANSLATIONS=ON
+ )
+
+ trinity-base-2_src_configure
+} \ No newline at end of file