summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kbiff
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2021-12-05 16:49:54 +0300
committerormorph <roma251078@mail.ru>2021-12-05 16:49:54 +0300
commit20d2cdcc6ed13b40485942e8531fd8f8516bcbbe (patch)
treefc08b9ad5a375c57e41cff3c63e10ccb92da00ba /trinity-apps/kbiff
parent2eb38c699ebf0ab2f557e36053410ccaa4a64544 (diff)
downloadtde-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/kbiff')
-rw-r--r--trinity-apps/kbiff/Manifest1
-rw-r--r--trinity-apps/kbiff/kbiff-14.0.8.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/trinity-apps/kbiff/Manifest b/trinity-apps/kbiff/Manifest
index 3bc5b6fc..95b3b1b9 100644
--- a/trinity-apps/kbiff/Manifest
+++ b/trinity-apps/kbiff/Manifest
@@ -1,2 +1 @@
DIST kbiff-trinity-14.0.11.tar.xz 139260 BLAKE2B 5e15fb056d69d13d7e8d94a7552d3615e241802ef46a8100d9666a07a1a8c16d13a3d19e6a076f0c133621d1c5378e8a170cb7f07b85807c854ec9a88b7f1118 SHA512 232249a37e8016b2cf9a62686ed7612aa719c956b9d635d66c06235356ba74607aaf42ee710529f8b25d8c9f16d5abcba5dabef6e7ad8f28d45dd262911f2edd
-DIST kbiff-trinity-14.0.8.tar.xz 160660 BLAKE2B 1ea4214d083258ef2ace88010c25f27f43f3610a047e29bac62eea7b9bb8f3dd10fcb516eca688e526db8d257be96af4601a88c573a83ab5f3039eb97fcb18ca SHA512 eb4683a9ca5ae5edadf3a0e74713f5aaea9b4464914af938aa6dd41f1ee22dbbfe0bf53ce0f29d29333ebfa024346313ccd5804f2a1753a5957d386d66569f62
diff --git a/trinity-apps/kbiff/kbiff-14.0.8.ebuild b/trinity-apps/kbiff/kbiff-14.0.8.ebuild
deleted file mode 100644
index 29b5a36b..00000000
--- a/trinity-apps/kbiff/kbiff-14.0.8.ebuild
+++ /dev/null
@@ -1,36 +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="br cs da de el es et fi fr he hr hu is it ja
- nb nl nn pl pt pt_BR ro ru sk sl sv tr uk zh_TW"
-
-inherit trinity-base-2
-
-DESCRIPTION="Email notification utility for TDE"
-KEYWORDS="~amd64 ~x86"
-HOMEPAGE="http://trinitydesktop.org/"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-need-trinity
-
-SLOT="${TRINITY_VER}"
-
-IUSE+=" +ssl asus"
-
-# SSL support might need tdelibs build with +ssl USE.
-
-src_configure() {
- mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- -DWITH_SSL="$(usex ssl)"
- -DWITH_MLED="$(usex asus)"
- )
-
- trinity-base-2_src_configure
-}