diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-06 17:39:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-06 17:42:05 +0100 |
commit | 64b98b15a33d18d664bcecc6d0d922e6746fe50f (patch) | |
tree | 4ec5cff8b28333484f7e2dbfc6461b5143cf5c18 /kde-apps/akonadi-contacts | |
parent | app-admin/ansible: cleanup (diff) | |
download | gentoo-64b98b15a33d18d664bcecc6d0d922e6746fe50f.tar.gz gentoo-64b98b15a33d18d664bcecc6d0d922e6746fe50f.tar.bz2 gentoo-64b98b15a33d18d664bcecc6d0d922e6746fe50f.zip |
kde-apps: Drop KDE Release Service 19.12.1
Package-Manager: Portage-2.3.87, Repoman-2.3.20
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.1.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest index 33b2142a408a..bc1c12a8c14f 100644 --- a/kde-apps/akonadi-contacts/Manifest +++ b/kde-apps/akonadi-contacts/Manifest @@ -1,3 +1,2 @@ DIST akonadi-contacts-19.08.3.tar.xz 385320 BLAKE2B b533a1195a5e586b8aac42c44a2320c790db96680d9af8cc75f90a8f531b4ff7f53df03f294c4562edc38ccd6a67012c3205750a06c7a6bbb9e784f37cbb7cae SHA512 e22cb4406e06d4c39bca3ceb9cd507a70091e4ae1919b7ec137ce51c2c8151246eca071ec640ddfc1127cf7496deb945c8c617f3f64434a9739ff5736358d47f -DIST akonadi-contacts-19.12.1.tar.xz 394300 BLAKE2B 374cf20d4c11df71285fa5fe5f766cdd6a3a4f876be00e87cea41efc18a3579b203877aa9034dbdc07df067b035cf812cbe1d573305db1d5c5b500fed42e17ea SHA512 27d97c1e6a53faaf588e427ef5e43ce56b5c03194d34ec0a3d97eef5112c98444fb8e98454acb3225ccb0b05ae726acb7872911dfcddccadec93354c99228724 DIST akonadi-contacts-19.12.2.tar.xz 392752 BLAKE2B 422822c9a1376ad49a5abb40b99208345992e8bb09ab16d1a1f75627ed86f3d71fd788dd01d64cb4c650e0d3d53bff2895d9a956be3b3a0f53415ebf0096358e SHA512 e007f28a80e63fd4a2c8dce10ef4b8d0b74ae619590d7e54e5f95ea64907b3494580756aeaa7c5e5686d944c6ca57d5f6f44a5125fa7aeaf2bad2cf2a2085f5d diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-19.12.1.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-19.12.1.ebuild deleted file mode 100644 index aea2473f207c..000000000000 --- a/kde-apps/akonadi-contacts/akonadi-contacts-19.12.1.ebuild +++ /dev/null @@ -1,47 +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-l10n - !<kde-apps/kdepim-runtime-18.03.80 -" |