summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-09 14:30:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-09 17:39:35 +0200
commitcb7b52db3b07f531d15fdad924a8069063676531 (patch)
tree0ecd05b50bc1867670719aebbc24962973e2e05f
parentkde-apps/akonadi-calendar: drop 20.04.2* (diff)
downloadgentoo-cb7b52db3b07f531d15fdad924a8069063676531.tar.gz
gentoo-cb7b52db3b07f531d15fdad924a8069063676531.tar.bz2
gentoo-cb7b52db3b07f531d15fdad924a8069063676531.zip
kde-apps/akonadi-contacts: drop 20.04.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/akonadi-contacts/Manifest1
-rw-r--r--kde-apps/akonadi-contacts/akonadi-contacts-20.04.2.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
index 8cc75a6ab550..06d19979373f 100644
--- a/kde-apps/akonadi-contacts/Manifest
+++ b/kde-apps/akonadi-contacts/Manifest
@@ -1,3 +1,2 @@
DIST akonadi-contacts-19.12.3.tar.xz 393204 BLAKE2B 186de38805675fe1b35264a6b502215fbc7aa13a09cff7df41b8995c573180564195c06ffdb2828da31336e8b4bc6d7c8b5894ce831128dc2cb7f56c7460b18d SHA512 23f896114ba66cce06069538768559c665e6d0bf7bc24b3cd2d801d41e7421f2f79f670a0af740dfbcd3fdc48584ff77cf2e156159450e484b0b8b137cdee4c2
-DIST akonadi-contacts-20.04.2.tar.xz 393796 BLAKE2B ec580f5011833affef9428875f49a994c4787b6c0470597c2bc7aa5fb6982de23a761e437ab40b788604e79dc3bd003f13cb3e7a439f37c8e980789a4c7dee37 SHA512 886add1508397de3d726da95357f27874bb532f6652191a4b8756d3f356b4838ca1ac92d4d7feb6341a675b8697e4784e17f35573cd56d5caf6f1cdaa06690bb
DIST akonadi-contacts-20.04.3.tar.xz 393708 BLAKE2B 3bd1b0971d397221344db5f07c1e3b2935c0c3d7fa8d47bf8c76c27d303be017b2defd918b94c9d531cfb3743c2120ec938e4735e22fa2827b889291026aa3a6 SHA512 ccb65c3874853dc9d9f9dd5b39d8f541357d49543386302c99bd1e978d87c9c5b9aee45f5e5589a4f61a04fd82a2867baf1d4fac0936036559957a9be463bb2d
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-20.04.2.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-20.04.2.ebuild
deleted file mode 100644
index 12716e7bb374..000000000000
--- a/kde-apps/akonadi-contacts/akonadi-contacts-20.04.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.70.0
-QTMIN=5.14.1
-inherit ecm kde.org
-
-DESCRIPTION="Library for akonadi contact integration"
-
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-LICENSE="GPL-2+"
-IUSE=""
-
-# some akonadi tests time out, that probably needs more work as it's ~700 tests
-RESTRICT+=" test"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/kmime-${PVCUT}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcontacts-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/ktextwidgets-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/prison-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
- !<kde-apps/kdepim-runtime-18.03.80
-"