summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 20:42:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 22:30:23 +0100
commit941fff4fbbeec15b596d2751ad78a3816004faf2 (patch)
tree52b416db154c806fc67bb2a5392e35e3d3f6c4cd /kde-apps/akonadi-contacts
parentkde-frameworks: Drop KDE Frameworks 5.63.0 (diff)
downloadgentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.tar.gz
gentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.tar.bz2
gentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.zip
kde-apps: Drop KDE Applications 19.08.2
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-contacts')
-rw-r--r--kde-apps/akonadi-contacts/Manifest1
-rw-r--r--kde-apps/akonadi-contacts/akonadi-contacts-19.08.2.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
index d0ebb4f62ab9..a54214fd15aa 100644
--- a/kde-apps/akonadi-contacts/Manifest
+++ b/kde-apps/akonadi-contacts/Manifest
@@ -1,3 +1,2 @@
DIST akonadi-contacts-19.04.3.tar.xz 392564 BLAKE2B 27cdedd9e7317292593af31cdd1bf010d855de78f89505de43da29a824a5d4b15afc8a761d730ec511ecaf5a92df987dbaeac6672be92961bb79c91071bf2def SHA512 c183dc31db60ec89dc36e24c0e3f04ee0969dd893f4eb37d5fe37b4153474e5ceed4d7a7aa1e1c63343db420eca4e1e117fd6db74b97f75e86d32cdc7a738081
-DIST akonadi-contacts-19.08.2.tar.xz 384864 BLAKE2B ef9823fd00909734b3652b266de6412141b8ea4de55698f56d17881abbc6230876e6281124f4750c08f16da8d4269f32b49d94f3115d443c96df529da5d22684 SHA512 9311068388b4a5f4be047849e93e5de82febd2fe7ee25c518ece41058ed71797200217d7ee2668d42a743e95f5fe1df5a60c7a83c5376adb3fb345e36333e232
DIST akonadi-contacts-19.08.3.tar.xz 385320 BLAKE2B b533a1195a5e586b8aac42c44a2320c790db96680d9af8cc75f90a8f531b4ff7f53df03f294c4562edc38ccd6a67012c3205750a06c7a6bbb9e784f37cbb7cae SHA512 e22cb4406e06d4c39bca3ceb9cd507a70091e4ae1919b7ec137ce51c2c8151246eca071ec640ddfc1127cf7496deb945c8c617f3f64434a9739ff5736358d47f
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-19.08.2.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-19.08.2.ebuild
deleted file mode 100644
index f3cc30af0eaf..000000000000
--- a/kde-apps/akonadi-contacts/akonadi-contacts-19.08.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Library for akonadi contact integration"
-KEYWORDS="~amd64 ~arm64 ~x86"
-LICENSE="GPL-2+"
-IUSE=""
-
-# some akonadi tests time out, that probably needs more work as it's ~700 tests
-RESTRICT+=" test"
-
-DEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcontacts)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep prison)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep kmime)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
- !kde-apps/kdepim-l10n
- !<kde-apps/kdepim-runtime-18.03.80
-"