summaryrefslogtreecommitdiffstats
path: root/trinity-base/kmobile
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-base/kmobile')
-rw-r--r--trinity-base/kmobile/Manifest1
-rw-r--r--trinity-base/kmobile/kmobile-14.0.11.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/trinity-base/kmobile/Manifest b/trinity-base/kmobile/Manifest
new file mode 100644
index 00000000..d13bb2ac
--- /dev/null
+++ b/trinity-base/kmobile/Manifest
@@ -0,0 +1 @@
+DIST tdepim-trinity-14.0.11.tar.xz 9387536 BLAKE2B 1d1874fe2bc962214d2a05c87bd75536280a08feb0ea5aaeee843dff145862fa8d43c6c6c29e7a2b304cc25748dc30ba1fb42336e0ed09322b5969a2b3d4c7a5 SHA512 a7f6e2f6f0080cd745d63fec7c573f0b6e8634470cf60985ac2c0d830fc0003c791585730a95e5ca242e3d9d037765be530606b3642a4764536bd07be262be74
diff --git a/trinity-base/kmobile/kmobile-14.0.11.ebuild b/trinity-base/kmobile/kmobile-14.0.11.ebuild
new file mode 100644
index 00000000..24dc3ba3
--- /dev/null
+++ b/trinity-base/kmobile/kmobile-14.0.11.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2021 Gentoo Authors
+# Copyright 2021 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+TRINITY_MODULE_NAME="tdepim"
+TRINITY_MODULE_TYPE="core"
+TSM_EXTRACT_ALSO="libtdepim/"
+inherit trinity-meta-2
+
+DESCRIPTION="A TDE Mobile Devices Manager"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~x86"
+fi