aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:15:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:15:36 +0200
commit0a2ec115e29f524695f51c1f8cbd708ca278d2f1 (patch)
tree4824098130bf7651528922322801ab364837e197 /kde-apps/akonadi-contacts
parentprofiles: Drop kde-apps-19.08.1 package.mask (diff)
downloadkde-0a2ec115e29f524695f51c1f8cbd708ca278d2f1.tar.gz
kde-0a2ec115e29f524695f51c1f8cbd708ca278d2f1.tar.bz2
kde-0a2ec115e29f524695f51c1f8cbd708ca278d2f1.zip
kde-apps: Drop KDE Applications 19.08.1
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.75, Repoman-2.3.17 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.1.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest
deleted file mode 100644
index 67ce9ae9db..0000000000
--- a/kde-apps/akonadi-contacts/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST akonadi-contacts-19.08.1.tar.xz 385060 BLAKE2B 42db34702e930e14d207dc59b5fd751d4c2e5d4f5f5424726af268675311067de2a744bfb20e5176105d61d6e8c9ea6bc950f0799005c07e83fc3e5e23e1c259 SHA512 b72e52636107b1efea4f1ff5a8b1e63e1f8e46247da21c9a0368e2827da8cf6fb1245133af982a5479125630e039e8dc2d98562d7d62648662e798dd38e8c523
diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-19.08.1.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-19.08.1.ebuild
deleted file mode 100644
index 191204d119..0000000000
--- a/kde-apps/akonadi-contacts/akonadi-contacts-19.08.1.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 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 kcontacts)
- $(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
-"