summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kbiff
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2022-10-21 21:26:06 +0200
committerormorph <roma251078@mail.ru>2022-10-21 21:26:06 +0200
commitd461849db3f8a3979ca7f2b03ab68ed4ce65bcb2 (patch)
treedb683ceb3b70596ea88833fc6fd9dfc1d3361f0a /trinity-apps/kbiff
parentf6f1346c2bc2531895b27077add6f0f3adea8d04 (diff)
downloadtde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.tar.gz
tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.zip
Removing version 14.0.11
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.11.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/trinity-apps/kbiff/Manifest b/trinity-apps/kbiff/Manifest
index 74ee6d77..8d8c326d 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.12.tar.xz 139228 BLAKE2B a4bfc8e6e1351769b1b2549fe4514871d866be25d2cd3ccedb005c907c20324615cdf8b32aa123382d50dfce7c395ce945d16bd43d1cd5a1686749ccbd187689 SHA512 2b318d53c1de85ab9f63e1aa94de37e3b98c76f87d4a6bf420fe9c0133f595f596af14ec6028fca1f6c39838a2ceab41a30e4bde6fe8aefaeae37c6034c38fad
diff --git a/trinity-apps/kbiff/kbiff-14.0.11.ebuild b/trinity-apps/kbiff/kbiff-14.0.11.ebuild
deleted file mode 100644
index ff4c1a1b..00000000
--- a/trinity-apps/kbiff/kbiff-14.0.11.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Copyright 2021 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-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"
-TRINITY_MODULE_TYPE="applications/internet"
-inherit trinity-base-2
-
-DESCRIPTION="Email notification utility for TDE"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-IUSE="asus +ssl"
-
-# SSL support might need tdelibs build with +ssl USE.
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- -DWITH_SSL="$(usex ssl)"
- -DWITH_MLED="$(usex asus)"
- )
-
- trinity-base-2_src_configure
-}