diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-21 11:38:10 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-21 16:35:47 +0100 |
commit | 78e05ce79f718743d8a5b07d5127daab042f533a (patch) | |
tree | ebbdba4ade6a34123bd8e5d3c95fd7cea2a7f38f | |
parent | kde-apps/akonadi-calendar: drop 24.02.0 (diff) | |
download | gentoo-78e05ce79f718743d8a5b07d5127daab042f533a.tar.gz gentoo-78e05ce79f718743d8a5b07d5127daab042f533a.tar.bz2 gentoo-78e05ce79f718743d8a5b07d5127daab042f533a.zip |
kde-apps/akonadi-contacts: drop 24.02.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-apps/akonadi-contacts/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-contacts/akonadi-contacts-24.02.0-r1.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest index 4f3b963c9fb5..083f8cae716e 100644 --- a/kde-apps/akonadi-contacts/Manifest +++ b/kde-apps/akonadi-contacts/Manifest @@ -1,3 +1,2 @@ DIST akonadi-contacts-23.08.5.tar.xz 420904 BLAKE2B 8292b4ed461826a06884a891501e3c58967b1512181688e0bee739ca324bea727c4ea58978b1df51db8647fab5b52acdecaf479f88e12747a586eeefded568bb SHA512 d74eb885d8cfd748337fc7881c6e8bdb5dbd8dddd899fd7ca4e2dd88b3701ff2c0f1e29bd5dde0246b54fa40f6d719814087b898518bed73da264ee402cbb9ad -DIST akonadi-contacts-24.02.0.tar.xz 424844 BLAKE2B 7c5c0c77973ab1cd8ca7cb7699994c61d492705e84f625a886c0d6f95406fa5a4bb5f159638eea875f1c8c6951c26d4d887090af09f21e9432d8d864e779470f SHA512 ba4bcf6e3b47d21a01f25562b2f27d87ae82b289d2b4629cd5779b491da474f487b25b791bd8430c898c548dfed9752b9e05f9a80015cdc246845e03286f83b5 DIST akonadi-contacts-24.02.1.tar.xz 424880 BLAKE2B 39d370449d8ebf6695b456710f85e8f78a90ac2bcd13aa9b5110f56302f8a6ccc22b69827f07dbd01e35590b6f5c5f78bad3ba065d69a9146f0e998548512f0a SHA512 b4b2ddf05cbeb58df14259eb570b109e47898e89e56e4b4ff1c907945dd123f81a707a3a29aed0f5f741fbbff80ef5a6ab0ac2fb8de6ea8ebbfe1d12ee5ba6ba diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-24.02.0-r1.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-24.02.0-r1.ebuild deleted file mode 100644 index 2227966fe564..000000000000 --- a/kde-apps/akonadi-contacts/akonadi-contacts-24.02.0-r1.ebuild +++ /dev/null @@ -1,45 +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.0 -QTMIN=6.6.2 -inherit ecm gear.kde.org - -DESCRIPTION="Library for akonadi contact integration" - -LICENSE="GPL-2+" -SLOT="6" -KEYWORDS="~amd64" -IUSE="" - -# some akonadi tests time out, that probably needs more work as it's ~700 tests -RESTRICT="test" - -RDEPEND=" - >=dev-libs/ktextaddons-1.5.2: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/kconfig-${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}" |