diff options
Diffstat (limited to 'kde-apps/mbox-importer/mbox-importer-16.12.3.ebuild')
-rw-r--r-- | kde-apps/mbox-importer/mbox-importer-16.12.3.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/mbox-importer/mbox-importer-16.12.3.ebuild b/kde-apps/mbox-importer/mbox-importer-16.12.3.ebuild new file mode 100644 index 000000000000..0df33d9cc7b2 --- /dev/null +++ b/kde-apps/mbox-importer/mbox-importer-16.12.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release +inherit kde5 + +DESCRIPTION="Import mbox email archives from various sources into Akonadi" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep mailcommon) + $(add_kdeapps_dep mailimporter) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim:5 + !kde-apps/kmail:4 +" |