summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-04-20 18:15:02 +0200
committerJohannes Huber <johu@gentoo.org>2017-04-20 18:22:40 +0200
commit8f00b2bf566d896205f52099530159c97b977f68 (patch)
tree6dfeae9f7a9dc7b276cb384a7f4ad8d589de52d1 /kde-apps/pim-data-exporter
parentkde5*eclass: KDE Applications 17.04.0 improvements (diff)
downloadgentoo-8f00b2bf566d896205f52099530159c97b977f68.tar.gz
gentoo-8f00b2bf566d896205f52099530159c97b977f68.tar.bz2
gentoo-8f00b2bf566d896205f52099530159c97b977f68.zip
kde-apps: Version bump KDE Applications 17.04.0
Package-Manager: Portage-2.3.5, Repoman-2.3.2
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.0.ebuild45
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest
index d3da34f7e7dc..cade097116f1 100644
--- a/kde-apps/pim-data-exporter/Manifest
+++ b/kde-apps/pim-data-exporter/Manifest
@@ -1 +1,2 @@
DIST pim-data-exporter-16.12.3.tar.xz 103240 SHA256 dc0f76be1e572aaf68736ffef17a4792dbfece5edda4ed488a83ed619f80bb93 SHA512 691a36c22aca6c6b1f770caf5d78fecb18f076d605c8862d3b67e65eee90850f7e1f8ae0551f39e92213bd1f206d31b1affee1f6d095701c3099a737d94e2849 WHIRLPOOL 4e11357ec6b83ad8bd94bf31722fca62003719753b6619dbbd2d5cc36cd98afda8db9156b89d754d0523d29d001c8552b390822715be60e03433cd571dee4a89
+DIST pim-data-exporter-17.04.0.tar.xz 265952 SHA256 cde114166a862ef88a9039db4316c75773676b38074392ac34f2cb06536e18c9 SHA512 b00433669878dd38ae52c972d3296c9d615a452f941d07d588b015e98895934f0d70e09a05ada7870070b722e3797245408667f14fb4ee6b59f440382fb67ad2 WHIRLPOOL 27091387b5e0975bca40108ee8bcdabd95b248f2fd551d9fc42da6497a0797d685688d5302ed2b971f3da64c8c7c09be6df501024a0da6a6766d59cbaeb6e465
diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-17.04.0.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-17.04.0.ebuild
new file mode 100644
index 000000000000..f46e005ebab5
--- /dev/null
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-17.04.0.ebuild
@@ -0,0 +1,45 @@
+# 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/kmail:4
+"