summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-02 21:02:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-02 21:32:39 +0200
commitf82ba3d6e6fd5c1e060bc2da9d3f9ce5a5e46a23 (patch)
tree5cf62818d45c3efd3ce581af22ee2227880e2014 /kde-apps/akonadi-contacts
parentkde-apps/akonadi-calendar: drop 23.04.2 (diff)
downloadgentoo-f82ba3d6e6fd5c1e060bc2da9d3f9ce5a5e46a23.tar.gz
gentoo-f82ba3d6e6fd5c1e060bc2da9d3f9ce5a5e46a23.tar.bz2
gentoo-f82ba3d6e6fd5c1e060bc2da9d3f9ce5a5e46a23.zip
kde-apps/akonadi-contacts: drop 23.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-contacts')
-rw-r--r--kde-apps/akonadi-contacts/Manifest1
-rw-r--r--kde-apps/akonadi-contacts/akonadi-contacts-23.04.2.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
index 4cff6b67f17d..3ae4c24c03f9 100644
--- a/kde-apps/akonadi-contacts/Manifest
+++ b/kde-apps/akonadi-contacts/Manifest
@@ -1,2 +1 @@
-DIST akonadi-contacts-23.04.2.tar.xz 442516 BLAKE2B d300d118f11ffbc32fb9b87f55e31598f058282cff2d19808cf5f270a3d93e233ef6eebf83c2df353fa2315dbbcd5a9997c54dee95314e6834ab1b53a00120a2 SHA512 9b39b223af33122062c5fb549c87436bb93226ac698a8af3f4ab9668eeeb3e2638bc39165650d9f59ffc80c348768c4bf3e5e3de5eedf8e29e5ab14c88a8b705
DIST akonadi-contacts-23.04.3.tar.xz 442516 BLAKE2B a88a9160e3dabf77e1cbdf18ad3120746c576160bbae73120ebcb8ba3060b972a044a426988f47186f166edb42fdf1300ef9ac1b2a6dd7e5fb12882bd4c80a16 SHA512 a0447eabcacb76b3cc8982760e5d9ef027537e48279353c47a6f361d4e4ab4421ddb2bc0f2aeda9121cd56721a4d98f551311d0d3254e6d069054abdb3bd2ebc
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-23.04.2.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-23.04.2.ebuild
deleted file mode 100644
index 7433918f373e..000000000000
--- a/kde-apps/akonadi-contacts/akonadi-contacts-23.04.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 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.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Library for akonadi contact integration"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-# some akonadi tests time out, that probably needs more work as it's ~700 tests
-RESTRICT="test"
-
-RDEPEND="
- >=dev-libs/grantlee-5.3.0:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/grantleetheme-${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/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${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
-"
-DEPEND="${RDEPEND}
- >=kde-frameworks/kcmutils-${KFMIN}:5
-"