summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:21:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:58:09 +0200
commitc1063afea17a29bb75dbbbf0121fa5c8ad948574 (patch)
treec62ccf9ec787742c39c2afd14ac1198894802629 /kde-apps/pim-data-exporter
parentmedia-libs/libqaccessibilityclient: New package (diff)
downloadgentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.gz
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.bz2
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.zip
kde-apps: Add KDE Applications 17.08.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
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.08.0.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 2ad8eec20271..e2136066f6bf 100644
--- a/kde-apps/pim-data-exporter/Manifest
+++ b/kde-apps/pim-data-exporter/Manifest
@@ -1 +1,2 @@
DIST pim-data-exporter-17.04.3.tar.xz 265900 SHA256 8b0dc57a08599ec063d4a164ec832e6fac4f63d6aebf7764b22df3e5ac979be0 SHA512 5a2d3e345ee81a9f54f12c04e0b0b79ce2f4bb0cc0302a46fad9c48d962d688f11698aca093c673d8cb67ef63fe1c0840cb854f71bfdfc4a7601b6d7bfb1f2ad WHIRLPOOL b9c5eeec739d6fa5c1493f603d198f021a7fbdaf83e76d05473f3f425f7a0047387e42a0483e245924daa256505e32e36bd52725b849abc8b8faec2b273de201
+DIST pim-data-exporter-17.08.0.tar.xz 265668 SHA256 53396a865528ac16cf54f031848800ff110a33d82e98c7d2cf4551af35aac906 SHA512 44b0190aa96875b8d3e7e51955bb5c12b3305cb1cbc373f2f088dbfad1a6159e120125259bf15de3deb4c9275cf06f3e7a8514fbd6306a83a683564cc88a8b01 WHIRLPOOL 7ec4e07d795df4237318bc7b64acd77883a8ee260542ee294219f9cb0c700e5434237eb4815931322b38cf613f6bf42f85b67d451b48637ac6cd74bda4c37dbc
diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-17.08.0.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-17.08.0.ebuild
new file mode 100644
index 000000000000..d46f726b31fb
--- /dev/null
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-17.08.0.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
+"