diff options
Diffstat (limited to 'trinity-apps/tdeio-ftps')
-rw-r--r-- | trinity-apps/tdeio-ftps/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdeio-ftps/tdeio-ftps-14.0.12.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/tdeio-ftps/Manifest b/trinity-apps/tdeio-ftps/Manifest index 7e98236f..bb54af56 100644 --- a/trinity-apps/tdeio-ftps/Manifest +++ b/trinity-apps/tdeio-ftps/Manifest @@ -1,2 +1 @@ -DIST tdeio-ftps-trinity-14.0.12.tar.xz 36256 BLAKE2B 7395f5a9ba279d4f306b76534d13a9c144c2587303a45ec397b07fac9511f1d5e3be40294c2eef32ca63e0bf862edf8949b0906a1515003754c8983da34bc74d SHA512 ea5687f894d302413985d311b071d3f01bcd14b9c98ee97e47983bceb664d25d9fe3a52666587dcbb9d3db3aa7f1bb16b363735c6563a298522eaeb52f4278e6 DIST tdeio-ftps-trinity-14.0.13.tar.xz 36272 BLAKE2B 0a00244d243a0e8454c81bb0e3c3a00d058f071fe56949b7bf8c55a960c7fafc76e7a8fdd33408c7fef12b6e743e2fe8d8371ef0e4088a4e5b77c577df7cee23 SHA512 27e8854d86138c1d397104ac9a33f05dc90e4f93ad84b2ec418d58f395099f0c3a6a43ca658864f3ac1be99ac9e2844312ef73f407dba9eadd63ce5971cc8100 diff --git a/trinity-apps/tdeio-ftps/tdeio-ftps-14.0.12.ebuild b/trinity-apps/tdeio-ftps/tdeio-ftps-14.0.12.ebuild deleted file mode 100644 index c117a80e..00000000 --- a/trinity-apps/tdeio-ftps/tdeio-ftps-14.0.12.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 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/tdeio" -inherit trinity-base-2 - -DESCRIPTION="TDEIO slave for FTPS protocol" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -src_configure() { - local mycmakeargs=( - -DBUILD_TRANSLATIONS=ON - ) - trinity-base-2_src_configure -} |