summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-04-04 21:36:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-04-05 00:27:32 +0200
commit11614d0b3d17e1bf122536313e69d5b156367f6a (patch)
treebb07dc8bc8c8a33f8eaf55b099aafdf7188a1d05 /kde-apps/kimap
parentkde-apps/kidentitymanagement: drop 22.08.3 (diff)
downloadgentoo-11614d0b3d17e1bf122536313e69d5b156367f6a.tar.gz
gentoo-11614d0b3d17e1bf122536313e69d5b156367f6a.tar.bz2
gentoo-11614d0b3d17e1bf122536313e69d5b156367f6a.zip
kde-apps/kimap: drop 22.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kimap')
-rw-r--r--kde-apps/kimap/Manifest1
-rw-r--r--kde-apps/kimap/kimap-22.08.3.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/kimap/Manifest b/kde-apps/kimap/Manifest
index c2272744b72b..84127cf9961a 100644
--- a/kde-apps/kimap/Manifest
+++ b/kde-apps/kimap/Manifest
@@ -1,2 +1 @@
-DIST kimap-22.08.3.tar.xz 130292 BLAKE2B f5f829670dccd8d26c7540a945aaafe177a36edd6d724b924dbb0c7289f51503423c490ccfc0c6bb3d45ce658dcbf5256064c391e59f347fd8e67afcf5c0b15d SHA512 0b7ece91087fed7a1a01cae53c5111c2c44ccc44f245fe84ea8ecc8e0d5e82ce3640a866f639e199203788a407e7e08f4ce9d94532f7276977d90b0327639697
DIST kimap-22.12.3.tar.xz 132612 BLAKE2B 0a308fce7d5891708a6f2fc1e7f3da9d56c678bb721086c717d20c277b25c692b5eb0fc018cb72019a9d32708919ab3ee0c95f3c39f40e509c9177c065c28366 SHA512 8c76567e62f5c378db9ce7953744ce76beea782b2aea31ea1cf43de7184c3ff0d4afb9935e23697b65b32d5541294d97fad52951ea69212751f8d1b24d934d4b
diff --git a/kde-apps/kimap/kimap-22.08.3.ebuild b/kde-apps/kimap/kimap-22.08.3.ebuild
deleted file mode 100644
index 52242f84e2c5..000000000000
--- a/kde-apps/kimap/kimap-22.08.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.96.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Library for interacting with IMAP servers"
-HOMEPAGE="https://api.kde.org/kdepim/kimap/html/index.html"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/cyrus-sasl
- >=dev-qt/qtgui-${QTMIN}:5
- >=kde-apps/kmime-${PVCUT}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
-"
-# TODO: Convince upstream not to install stuff with tests
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtnetwork-${QTMIN}:5 )
-"
-
-src_test() {
- # tests cannot be run in parallel #605586
- local myctestargs=(
- -j1
- )
- ecm_src_test
-}