diff options
author | ormorph <roma251078@mail.ru> | 2021-12-05 16:49:54 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-12-05 16:49:54 +0300 |
commit | 20d2cdcc6ed13b40485942e8531fd8f8516bcbbe (patch) | |
tree | fc08b9ad5a375c57e41cff3c63e10ccb92da00ba /trinity-apps/tdeio-ftps | |
parent | 2eb38c699ebf0ab2f557e36053410ccaa4a64544 (diff) | |
download | tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.tar.gz tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.zip |
Version 14.0.8 removed
Signed-off-by: ormorph <roma251078@mail.ru>
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.8.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/tdeio-ftps/Manifest b/trinity-apps/tdeio-ftps/Manifest index 654a1c29..f8bc9509 100644 --- a/trinity-apps/tdeio-ftps/Manifest +++ b/trinity-apps/tdeio-ftps/Manifest @@ -1,2 +1 @@ DIST tdeio-ftps-trinity-14.0.11.tar.xz 36336 BLAKE2B 28711985ea12374d02b4a921d2a8d34c29703f02b053e259325d70fad2820b7e981efe4d36cfc8a168e50237fbd300d6e83fee43f1e93f39bfda3dcffd35af1a SHA512 b71f8da81babc40eddfe4a5557b4e1d2ca73f8a790df0e6d5713afde48a6f189a599d4df9b7fcc407821bae386b1b0657e73b452812e98b4260585c9cf25c32d -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 deleted file mode 100644 index feb9f3a1..00000000 --- a/trinity-apps/tdeio-ftps/tdeio-ftps-14.0.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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 -} |