summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdepim-tdeioslaves
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-16 16:23:47 +0300
committerormorph <roma251078@mail.ru>2023-04-16 16:23:47 +0300
commit3401abb615b656c425a85b933aa25335f6ddf156 (patch)
treee851daa136aa559fbd59f329d0212bead6ff9431 /trinity-base/tdepim-tdeioslaves
parent13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (diff)
downloadtde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.tar.gz
tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.zip
Removing ebuilds of version 14.0.12
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/tdepim-tdeioslaves')
-rw-r--r--trinity-base/tdepim-tdeioslaves/Manifest1
-rw-r--r--trinity-base/tdepim-tdeioslaves/tdepim-tdeioslaves-14.0.12.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/trinity-base/tdepim-tdeioslaves/Manifest b/trinity-base/tdepim-tdeioslaves/Manifest
index d90d2612..d692c710 100644
--- a/trinity-base/tdepim-tdeioslaves/Manifest
+++ b/trinity-base/tdepim-tdeioslaves/Manifest
@@ -1,2 +1 @@
-DIST tdepim-trinity-14.0.12.tar.xz 9389072 BLAKE2B 916a29be64cf0fbaef12962698909a947561d24d0c19d3527abce921e38460c084576d2b3fc36c0470607cba260b508443ac724f542bcc0c4e66190251fc6215 SHA512 09c7cd14e95c4e46ce2b46a35c2530a4e8f9ee72f623575b865929439045e3d37892b916df9c79d3750c162acea93357b3fcc9f5385470de59117b56b5c5ef07
DIST tdepim-trinity-14.0.13.tar.xz 9389556 BLAKE2B d53224bb76a8f3a5674ce864f20e311fcf17d826fe41fe6a1ac016c62a18c290ea0ea2ba31fee83642d79a15704f87d2a3732a06f186cb16bcc47cea0db8c75d SHA512 701be1d529cfb3c7405b59ea0f336381558fcf11c2883b6460bcfc21c32cd775f1f31a8e84569a7dedaeaa23c4f38ecf7da467ed4b3199e9218d6cac4cc944aa
diff --git a/trinity-base/tdepim-tdeioslaves/tdepim-tdeioslaves-14.0.12.ebuild b/trinity-base/tdepim-tdeioslaves/tdepim-tdeioslaves-14.0.12.ebuild
deleted file mode 100644
index 30a07da0..00000000
--- a/trinity-base/tdepim-tdeioslaves/tdepim-tdeioslaves-14.0.12.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Copyright 2022 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-TRINITY_MODULE_NAME="tdepim"
-TRINITY_MODULE_TYPE="core"
-TRINITY_SUBMODULE="tdeioslave"
-TSM_EXTRACT_ALSO="libtdepim/ libemailfunctions/ libkmime/ translations/"
-inherit trinity-meta-2
-
-DESCRIPTION="PIM Trinity TDEIOslaves"
-
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-IUSE="sasl sieve"
-
-# The Sieve TDEIOslave won't build without SASL and
-# the IMAP4 TDEIOslave will lose the ability of SASL
-# authentification. To fulfill any expectation of users,
-# we offer two USE flags, which depend on each other.
-
-REQUIRED_USE="
- sasl? ( sieve )
- sieve? ( sasl )
-"
-
-DEPEND="
- net-libs/libtirpc
- ~trinity-base/libkmime-${PV}
- sasl? ( dev-libs/cyrus-sasl )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_SASL=$(usex sieve)
- )
- trinity-meta-2_src_configure
-}