summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdeio-ftps
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-ftps
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-ftps')
-rw-r--r--trinity-apps/tdeio-ftps/Manifest2
-rw-r--r--trinity-apps/tdeio-ftps/tdeio-ftps-14.0.8.ebuild29
2 files changed, 31 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-ftps/Manifest b/trinity-apps/tdeio-ftps/Manifest
new file mode 100644
index 00000000..f206b44b
--- /dev/null
+++ b/trinity-apps/tdeio-ftps/Manifest
@@ -0,0 +1,2 @@
+DIST tdeio-ftps-trinity-14.0.7.tar.xz 303592 BLAKE2B 468193f8c25fc7619d5bebbe1d0a53ad9c356a4a5da0ca1cdf7416b40aa05bb06217221e5173f242c92902f94893c3f3fa37185c4dd7e0bb0b2059720ad2f097 SHA512 802f693044eb492b8e15f4fdacb66cdd53f6c1e1b441bc8e93af4a1121a6f448379be6d423256709d91e90e47ccb136afee8076f111ca9a7bc5830c87b807323
+DIST tdeio-ftps-trinity-14.0.8.tar.xz 305328 BLAKE2B 8921f64c5faf882ade4498b41739abf4842d40d0b5c7405ce07e05785f9e8da0fdb45c9822907b1e02b4a261553f00418115d3d9eb8bc5f86f781cea918af6b7 SHA512 1615874fd986ab7b79ebd932717b9413633359c40375252621c7a5a4627ab021bb6792973f0ecbb7dcd836d6c55702cd817c969d8fdcdbfa96aa2d18ef72b5bd
diff --git a/trinity-apps/tdeio-ftps/tdeio-ftps-14.0.8.ebuild b/trinity-apps/tdeio-ftps/tdeio-ftps-14.0.8.ebuild
new file mode 100644
index 00000000..feb9f3a1
--- /dev/null
+++ b/trinity-apps/tdeio-ftps/tdeio-ftps-14.0.8.ebuild
@@ -0,0 +1,29 @@
+# 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="TDEIO slave for FTPS protocol "
+KEYWORDS="~amd64 ~x86"
+HOMEPAGE="http://trinitydesktop.org/"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+need-trinity
+
+SLOT="${TRINITY_VER}"
+
+src_configure() {
+ mycmakeargs=(
+ -DBUILD_TRANSLATIONS=ON
+ )
+
+ trinity-base-2_src_configure
+}