diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-18 11:23:13 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-04 08:35:23 +0200 |
commit | 67768f753fac5fde0bdfb497b2bd5fc0b7a41699 (patch) | |
tree | 95f8bdfc5d62db054263710b00fd5e76a2c8bab6 /kde-apps/akonadi-contacts | |
parent | kde-apps/akonadi-calendar: drop 19.12.3* (diff) | |
download | gentoo-67768f753fac5fde0bdfb497b2bd5fc0b7a41699.tar.gz gentoo-67768f753fac5fde0bdfb497b2bd5fc0b7a41699.tar.bz2 gentoo-67768f753fac5fde0bdfb497b2bd5fc0b7a41699.zip |
kde-apps/akonadi-contacts: drop 19.12.3*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-contacts')
-rw-r--r-- | kde-apps/akonadi-contacts/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-contacts/akonadi-contacts-19.12.3.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest index 06d19979373f..6c7b0bff5954 100644 --- a/kde-apps/akonadi-contacts/Manifest +++ b/kde-apps/akonadi-contacts/Manifest @@ -1,2 +1 @@ -DIST akonadi-contacts-19.12.3.tar.xz 393204 BLAKE2B 186de38805675fe1b35264a6b502215fbc7aa13a09cff7df41b8995c573180564195c06ffdb2828da31336e8b4bc6d7c8b5894ce831128dc2cb7f56c7460b18d SHA512 23f896114ba66cce06069538768559c665e6d0bf7bc24b3cd2d801d41e7421f2f79f670a0af740dfbcd3fdc48584ff77cf2e156159450e484b0b8b137cdee4c2 DIST akonadi-contacts-20.04.3.tar.xz 393708 BLAKE2B 3bd1b0971d397221344db5f07c1e3b2935c0c3d7fa8d47bf8c76c27d303be017b2defd918b94c9d531cfb3743c2120ec938e4735e22fa2827b889291026aa3a6 SHA512 ccb65c3874853dc9d9f9dd5b39d8f541357d49543386302c99bd1e978d87c9c5b9aee45f5e5589a4f61a04fd82a2867baf1d4fac0936036559957a9be463bb2d diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-19.12.3.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-19.12.3.ebuild deleted file mode 100644 index c1bbd41c2832..000000000000 --- a/kde-apps/akonadi-contacts/akonadi-contacts-19.12.3.ebuild +++ /dev/null @@ -1,46 +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.63.0 -QTMIN=5.12.3 -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=" - >=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/kdbusaddons-${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 - >=kde-apps/akonadi-${PVCUT}:5 - >=kde-apps/kmime-${PVCUT}:5 - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 -" -RDEPEND="${DEPEND} - !<kde-apps/kdepim-runtime-18.03.80 -" |