diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-05 13:58:58 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-05 18:58:46 +0100 |
commit | bf9d02df91bd4d5b5b5561be32877ab6dc934257 (patch) | |
tree | ace355328e159a19c794bc83c907456b558224b3 /kde-apps/akonadi-contacts | |
parent | kde-apps/akonadi-calendar: drop 20.08.2* (diff) | |
download | gentoo-bf9d02df91bd4d5b5b5561be32877ab6dc934257.tar.gz gentoo-bf9d02df91bd4d5b5b5561be32877ab6dc934257.tar.bz2 gentoo-bf9d02df91bd4d5b5b5561be32877ab6dc934257.zip |
kde-apps/akonadi-contacts: drop 20.08.2*
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-20.08.2.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest index ff615b195848..6079556ccf8e 100644 --- a/kde-apps/akonadi-contacts/Manifest +++ b/kde-apps/akonadi-contacts/Manifest @@ -1,3 +1,2 @@ DIST akonadi-contacts-20.04.3.tar.xz 393708 BLAKE2B 3bd1b0971d397221344db5f07c1e3b2935c0c3d7fa8d47bf8c76c27d303be017b2defd918b94c9d531cfb3743c2120ec938e4735e22fa2827b889291026aa3a6 SHA512 ccb65c3874853dc9d9f9dd5b39d8f541357d49543386302c99bd1e978d87c9c5b9aee45f5e5589a4f61a04fd82a2867baf1d4fac0936036559957a9be463bb2d -DIST akonadi-contacts-20.08.2.tar.xz 404796 BLAKE2B 6ccde65ab6df287a005557d43cf3d8c9c7e6045e979127c8053450a3a9b8579ad21d8822fd56017b16ccf4e5bcd8e1f831013d4c3bc95d575134485cdc30d979 SHA512 3d81b62ac9707a0be09faa66cc1091396f22687237d5d0868dbab645a0e154cc063ca22d3812951854a5acc1cafc170452656ac4e12bfb4ed450ca51ef213b20 DIST akonadi-contacts-20.08.3.tar.xz 409772 BLAKE2B c974d8b48c12bce036f833089f8a59eb523b65d3cd8e9649bb573eaaa7fb5cfd8fa56a7842dafd67bc816ab298c942721c4cc1ef0c5c4ed12d8a2fc40ba62f94 SHA512 1b6d10a4cce9b84092673f5779cbd1db71beef86887ef6c809174445fbc13d7a0b6d8417eb54e3cbd10504ed12155d53e148a7667569b9458e900eebd16ce943 diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-20.08.2.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-20.08.2.ebuild deleted file mode 100644 index 873d0cc4814d..000000000000 --- a/kde-apps/akonadi-contacts/akonadi-contacts-20.08.2.ebuild +++ /dev/null @@ -1,43 +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.72.0 -QTMIN=5.14.2 -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}" |