summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 22:46:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 22:50:01 +0200
commitea01d07c76b705e48d8d3a4600856746ce596e95 (patch)
tree11abb713ee2d1cf09ef62389e18dd03cbac691e0 /kde-apps/akonadi-import-wizard
parentdev-java/hawtjni-runtime: keyword ~arm64 (diff)
downloadgentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.tar.gz
gentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.tar.bz2
gentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.zip
kde-apps: Add KDE Applications 17.04.3
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-apps/akonadi-import-wizard')
-rw-r--r--kde-apps/akonadi-import-wizard/Manifest1
-rw-r--r--kde-apps/akonadi-import-wizard/akonadi-import-wizard-17.04.3.ebuild41
2 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/akonadi-import-wizard/Manifest b/kde-apps/akonadi-import-wizard/Manifest
index c06df53616d6..dc6b4fa70729 100644
--- a/kde-apps/akonadi-import-wizard/Manifest
+++ b/kde-apps/akonadi-import-wizard/Manifest
@@ -1 +1,2 @@
DIST akonadi-import-wizard-17.04.2.tar.xz 432996 SHA256 4a29fb93c68dabc8dbe32bafb9bcd8a4aae6f088a99d48c16ab73ae5b2b5e171 SHA512 21b91e24cd1feded4291325d07d3e4041efbb951ab46336303ccc6580bf49a1649426aa5345d8af7c0f61d027270294f0d4ff46460bca171dd17ad7b94590b92 WHIRLPOOL 8cd6dc06446d3b547360281559a16dbce1feae4c3beae657ab27d89c75e3ae925335a150a72ffae660c93d194f0454484889e191a52eec1be29449d151333c33
+DIST akonadi-import-wizard-17.04.3.tar.xz 432892 SHA256 64291cfaa03d283a83b7b5cca20cf2e12a09b840d1bbe8ab24c626ef25312df9 SHA512 9ed9ffd1d27b906c13ff6bf494b40ecdb5bcc93e16f0753f71795b2831b0f0bc1a19ed36fbc9399f44162f98c7263c3979c98d31f22059c22cf5de703f800c1e WHIRLPOOL 12ce88fb77f277dad87d769bfc75032efb8214fc8b52d7424aa5b0c94b1c1aaa518aae603753fe7276306e9cd3d30e75261a65d1e0e3ebd49c62f8c13f80eb02
diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-17.04.3.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-17.04.3.ebuild
new file mode 100644
index 000000000000..44577f2fe089
--- /dev/null
+++ b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-17.04.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Assistant to import PIM data from other applications into Akonadi"
+HOMEPAGE+=" https://userbase.kde.org/Kmail/Import_Options"
+LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep kcontacts)
+ $(add_kdeapps_dep kidentitymanagement)
+ $(add_kdeapps_dep kmailtransport)
+ $(add_kdeapps_dep libkdepim)
+ $(add_kdeapps_dep mailcommon)
+ $(add_kdeapps_dep mailimporter)
+ $(add_kdeapps_dep messagelib)
+ $(add_kdeapps_dep pimcommon)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kdepim-l10n
+ !kde-apps/kmail:4
+"