diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-22 21:29:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-22 21:29:03 +0200 |
commit | 3184a453b6e6bee57d20dd6a7a3e63eb3e5ba82a (patch) | |
tree | 9118f37b42065dbcf425bddd61253f2ef816d634 /kde-apps | |
parent | kde-apps/akonadi-calendar-tools-common: drop 24.07.90 (diff) | |
download | kde-3184a453b6e6bee57d20dd6a7a3e63eb3e5ba82a.tar.gz kde-3184a453b6e6bee57d20dd6a7a3e63eb3e5ba82a.tar.bz2 kde-3184a453b6e6bee57d20dd6a7a3e63eb3e5ba82a.zip |
kde-apps/akonadi-contacts: drop 24.07.90
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/akonadi-contacts/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-contacts/akonadi-contacts-24.07.90.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest index ef843508f6..dae04334a8 100644 --- a/kde-apps/akonadi-contacts/Manifest +++ b/kde-apps/akonadi-contacts/Manifest @@ -1,2 +1 @@ -DIST akonadi-contacts-24.07.90.tar.xz 432832 BLAKE2B 40dfa69a1a193f472b10c70a9d6c7e87f504821ce0b9f8f7d72799c3662fa3e515e5fbc84deba7b5fbacf022253277b76ce214e4ebed09be48cd85c63ffcf804 SHA512 46905e25f435ae75e2bf41bbe21059bc4080b179ee492029f1ccddb12b99352de8265aaedd56f3a775265f31bcca8af1e99b3033471e6a1e885396a8821f2949 DIST akonadi-contacts-24.08.0.tar.xz 432680 BLAKE2B 76dd36c284b45691ab55e95a6232652d26c419feb776efb5e6c1efc2169011b8355045840c93f89f35a962b9af48d8068f6fd4dfa46b2692debedc6067aa8922 SHA512 27f191775dda79a1dbb11a98b844e043666f0f4e94ab67af00a9cb6529f368bb61d104cf8db8481da6e8cc6e340292706b43d27ad9d69cebc3a33e5529a27b9e diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-24.07.90.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-24.07.90.ebuild deleted file mode 100644 index dbe59a6980..0000000000 --- a/kde-apps/akonadi-contacts/akonadi-contacts-24.07.90.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2024 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=6.5.0 -QTMIN=6.7.2 -inherit ecm gear.kde.org - -DESCRIPTION="Library for akonadi contact integration" - -LICENSE="GPL-2+" -SLOT="6" -KEYWORDS="~amd64 ~arm64" -IUSE="" - -# some akonadi tests time out, that probably needs more work as it's ~700 tests -RESTRICT="test" - -RDEPEND=" - >=dev-libs/ktextaddons-1.5.4:6 - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] - >=kde-apps/akonadi-${PVCUT}:6 - >=kde-apps/grantleetheme-${PVCUT}:6 - >=kde-apps/kmime-${PVCUT}:6 - >=kde-frameworks/kcodecs-${KFMIN}:6 - >=kde-frameworks/kcompletion-${KFMIN}:6 - >=kde-frameworks/kconfigwidgets-${KFMIN}:6 - >=kde-frameworks/kcontacts-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kiconthemes-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/kservice-${KFMIN}:6 - >=kde-frameworks/ktexttemplate-${KFMIN}:6 - >=kde-frameworks/ktextwidgets-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=kde-frameworks/kxmlgui-${KFMIN}:6 - >=kde-frameworks/prison-${KFMIN}:6 -" -DEPEND="${RDEPEND}" |