summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdeio-locate
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/tdeio-locate
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/tdeio-locate')
-rw-r--r--trinity-apps/tdeio-locate/Manifest2
-rw-r--r--trinity-apps/tdeio-locate/tdeio-locate-14.0.8.ebuild23
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-locate/Manifest b/trinity-apps/tdeio-locate/Manifest
new file mode 100644
index 00000000..fc73eb3f
--- /dev/null
+++ b/trinity-apps/tdeio-locate/Manifest
@@ -0,0 +1,2 @@
+DIST tdeio-locate-trinity-14.0.7.tar.xz 95724 BLAKE2B 6e01eb8f2844b93920a6668c28f56bcb5495c870203276ad34dbf7866c7457ed08fb6d338b0a07de069f882361488e8abde495c71a5fdfcd7c25fdbebaff5aec SHA512 b9e65c527591c69543483d63db7ee265132f6138e75f1dc44670645047323e735d3d501172bfa45ba8738e01aeb54976d01ee332c11bb7166a8ae83e2aea89eb
+DIST tdeio-locate-trinity-14.0.8.tar.xz 97268 BLAKE2B b1b750b68d516bdceaa337c9cea446fe44c8d775ed99b4cfec9c0c1682ba1fadab7daf3015c103aaa95ab55759fbe17773cbd2d5c402d92eb4df540efcb30221 SHA512 e871bfb8ba5fb00acdeef6e06164b10706ed077745796142128918eab5381854dd0fdc9b6b2aeda391e52e74593b3a9c6e20f480661f6aba16d8c660712039e2
diff --git a/trinity-apps/tdeio-locate/tdeio-locate-14.0.8.ebuild b/trinity-apps/tdeio-locate/tdeio-locate-14.0.8.ebuild
new file mode 100644
index 00000000..889cf482
--- /dev/null
+++ b/trinity-apps/tdeio-locate/tdeio-locate-14.0.8.ebuild
@@ -0,0 +1,23 @@
+# 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 fr"
+
+inherit trinity-base-2
+
+DESCRIPTION="Locate TDEIO plugin"
+KEYWORDS="~amd64 ~x86"
+HOMEPAGE="http://trinitydesktop.org/"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+need-trinity
+
+SLOT="${TRINITY_VER}"
+
+RDEPEND+=" sys-apps/mlocate"