summaryrefslogtreecommitdiffstats
path: root/trinity-base/kmail
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-28 19:20:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-01 23:25:44 +0100
commit62d47dd844d191b892ae0edec58ff2cdf3532e40 (patch)
tree45e551b6261dbe852fb69037566f2f23f4bad2c9 /trinity-base/kmail
parenteb922946c6680e0c88a256e2897a27b3b6a757a6 (diff)
downloadtde-packaging-gentoo-62d47dd844d191b892ae0edec58ff2cdf3532e40.tar.gz
tde-packaging-gentoo-62d47dd844d191b892ae0edec58ff2cdf3532e40.zip
*/*: Remove 14.0.7 packages
Fixes were only made to 14.0.8 and CI is still very red for 14.0.7. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-base/kmail')
-rw-r--r--trinity-base/kmail/Manifest1
-rw-r--r--trinity-base/kmail/kmail-14.0.7.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/trinity-base/kmail/Manifest b/trinity-base/kmail/Manifest
index 7add9d33..6cfcf9e7 100644
--- a/trinity-base/kmail/Manifest
+++ b/trinity-base/kmail/Manifest
@@ -1,2 +1 @@
-DIST tdepim-trinity-14.0.7.tar.xz 9367460 BLAKE2B cbb4a16cd18dcfbd09dffd829b086c02af36863e57b72af8496c28870b21cbfe2525809f0116e38ccbfd03ec0216617c240c46248f63fb35c993fe632c434048 SHA512 ebedf72b1454c22dfa60608ce83083e3e366758160b42dbaf881f754a0d95ea3cef9b5bbfe1849f3ef6ecfc2fb9635056cc8595d3f7e910e1c91394aceb2c76d
DIST tdepim-trinity-14.0.8.tar.xz 9357184 BLAKE2B d5e489faa5a2e7db41dc1f076280e8115fd5c7cfd136c65088418ef1e2f2e5ddb0eaf013818acabeb96d7b4ed72ae4b749b1872066c6f804fd4292aa7c0d1c5f SHA512 f9f4d49d5ec02f1e2f472d4dff5b1f326ffa657e3e33f83a3d396ae729c978afcf2ee6256098f4bf0f958a17838a50633a27cbb11e4d177f19b306b72bb5db62
diff --git a/trinity-base/kmail/kmail-14.0.7.ebuild b/trinity-base/kmail/kmail-14.0.7.ebuild
deleted file mode 100644
index dd8487a4..00000000
--- a/trinity-base/kmail/kmail-14.0.7.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 2020 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-TRINITY_MODULE_NAME="tdepim"
-
-inherit trinity-meta-2
-
-DESCRIPTION="The email client for Trinity"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="crypt imap mbox sasl"
-
-# The magic of KMail, is fully done by individual TDEIOSlaves,
-# so we trigger them to be build, depending on USE flags.
-
-COMMON_DEPEND="
- ~trinity-base/libtdepim-${PV}
- ~trinity-base/mimelib-${PV}
- ~trinity-base/libtdenetwork-${PV}
- ~trinity-base/ktnef-${PV}
- ~trinity-base/libkcal-${PV}
- ~trinity-base/libkmime-${PV}
- ~trinity-base/libkpgp-${PV}
- ~trinity-base/certmanager-${PV}
- ~trinity-base/libkpimidentities-${PV}
- ~trinity-base/libksieve-${PV}"
-
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
- crypt? ( app-crypt/pinentry )
- ~trinity-base/tdebase-tdeioslaves-${PV}
- mbox? ( ~trinity-base/tdepim-tdeioslaves-${PV} )
- imap? ( ~trinity-base/tdepim-tdeioslaves-${PV}[sasl=] )"
-
-TSM_EXTRACT_ALSO="
- ktnef/
- libemailfunctions/
- mimelib/
- libtdenetwork/
- certmanager/lib/
- libtdepim/
- korganizer/korganizerinterface.h
- korganizer/kcalendarinterface.h
- korganizer/kcalendariface.h
- korganizer/korganizeriface.h
- libkpgp/
- libkmime/
- libksieve/
- libkpimidentities/
- kmail/"
-
-pkg_postinst () {
- if use crypt; then
- elog "Remember that you can build Pinentry with TQt support."
- elog "To do so, just emerge app-crypt/pinentry with \"tqt\" USE"
- elog "and use \"eselect pinentry set pinentry-tqt\" to use it."
- fi
-} \ No newline at end of file