summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 23:06:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 23:06:54 +0200
commitfced640b8ff96298fd48a638f434b74d05dc5e69 (patch)
tree82d6cca7a7c463732bbc79ca245ec587504ee207 /kde-apps/akonadi-mime/akonadi-mime-17.04.2.ebuild
parentdev-ml/camlbz2: disable // make, it sometimes fails (diff)
downloadgentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.gz
gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.bz2
gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.zip
kde-apps: Drop KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-apps/akonadi-mime/akonadi-mime-17.04.2.ebuild')
-rw-r--r--kde-apps/akonadi-mime/akonadi-mime-17.04.2.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/kde-apps/akonadi-mime/akonadi-mime-17.04.2.ebuild b/kde-apps/akonadi-mime/akonadi-mime-17.04.2.ebuild
deleted file mode 100644
index 940f843339b1..000000000000
--- a/kde-apps/akonadi-mime/akonadi-mime-17.04.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Library for akonadi mime types"
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2+ LGPL-2.1+"
-IUSE=""
-
-# some akonadi tests time out, that probably needs more work as it's ~700 tests
-RESTRICT+=" test"
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemmodels)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep kmime)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- dev-libs/libxslt
- x11-misc/shared-mime-info
-"
-RDEPEND="${DEPEND}
- !kde-apps/kdepim-l10n
- !kde-apps/kdepimlibs:4
-"