diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 10:53:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 14:03:48 +0200 |
commit | 44068399ad98520a66cafb092af777af8d77a11e (patch) | |
tree | 41ec18453e7fe581c9f6020280baaa81ae0a167d /kde-apps/pim-data-exporter | |
parent | kde-frameworks: Add KDE Frameworks 5.50.0 (diff) | |
download | gentoo-44068399ad98520a66cafb092af777af8d77a11e.tar.gz gentoo-44068399ad98520a66cafb092af777af8d77a11e.tar.bz2 gentoo-44068399ad98520a66cafb092af777af8d77a11e.zip |
kde-apps: Add KDE Applications 18.08.1
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'kde-apps/pim-data-exporter')
-rw-r--r-- | kde-apps/pim-data-exporter/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/pim-data-exporter/pim-data-exporter-18.08.1.ebuild | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest index a9ad0eef66b7..3648c7e32e20 100644 --- a/kde-apps/pim-data-exporter/Manifest +++ b/kde-apps/pim-data-exporter/Manifest @@ -1 +1,2 @@ DIST pim-data-exporter-18.04.3.tar.xz 270248 BLAKE2B 27d8545408ba37ff7790e84d02455785b77b0eb865e5b236fc15eacd81e3df99d37f2c84e40d6cbc5ac9296d0b95a290744e5dc9c2e5103ea9deaa987421cb35 SHA512 29550eca64b6026c900b30303fed29a06b31a7c773f7f387c899afbcd7b735a07efe95cf7366ccbb6ba6b4884d1c1491193ff2f817a032f27002bc8234b82301 +DIST pim-data-exporter-18.08.1.tar.xz 269264 BLAKE2B 10b532d6103ed748897ade0ecd47d415aaff17e2a3125b247df767c1f260e4960669affc8bd4e9ba2401e3f956c6d37e95ad538c17a1146ae8e239e390a34dac SHA512 29fc2d609e9d8fb510f90970a99567ed6084b6409cd2463b1131efc931033d2910e613f98486c4df26cd5a7e17ecfb2df08a35a8e5cfc83b0d97d1ad4ae7719b diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.08.1.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.08.1.ebuild new file mode 100644 index 000000000000..d6967027d499 --- /dev/null +++ b/kde-apps/pim-data-exporter/pim-data-exporter-18.08.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2018 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) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !kde-apps/kmail:4 +" |