summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/pim-data-exporter')
-rw-r--r--kde-apps/pim-data-exporter/Manifest1
-rw-r--r--kde-apps/pim-data-exporter/pim-data-exporter-17.04.3.ebuild46
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest
index 1f61736a8635..5e81e3a7465e 100644
--- a/kde-apps/pim-data-exporter/Manifest
+++ b/kde-apps/pim-data-exporter/Manifest
@@ -1 +1,2 @@
DIST pim-data-exporter-17.04.2.tar.xz 265596 SHA256 116c9245066576f485e039d6ecd875eeacfabd033d37d0103c9737b72459b8e0 SHA512 7bf6c4fd37ec699dd2ee21b0a389c1e09d8d4fb94769ef1ebe1a004d4efc76814ab56f24bd45b23f2b5b313d51aadef91a223e93603d28cfa6b2d1c64bfb1800 WHIRLPOOL 01e771779a94f47500c68784ff038fb4b9f1941cc3f33889ee9bc64fb5fb91f122d50d4e4afad013971ae5dedecc83ad4748cdaf51396589ff6331d2760536bc
+DIST pim-data-exporter-17.04.3.tar.xz 265900 SHA256 8b0dc57a08599ec063d4a164ec832e6fac4f63d6aebf7764b22df3e5ac979be0 SHA512 5a2d3e345ee81a9f54f12c04e0b0b79ce2f4bb0cc0302a46fad9c48d962d688f11698aca093c673d8cb67ef63fe1c0840cb854f71bfdfc4a7601b6d7bfb1f2ad WHIRLPOOL b9c5eeec739d6fa5c1493f603d198f021a7fbdaf83e76d05473f3f425f7a0047387e42a0483e245924daa256505e32e36bd52725b849abc8b8faec2b273de201
diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-17.04.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-17.04.3.ebuild
new file mode 100644
index 000000000000..d46f726b31fb
--- /dev/null
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-17.04.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Assistant to backup and archive PIM data and configuration"
+HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
+LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep knotifications)
+ $(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 kmime)
+ $(add_kdeapps_dep kpimtextedit)
+ $(add_kdeapps_dep libkdepim)
+ $(add_kdeapps_dep mailcommon)
+ $(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
+"