diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-14 23:14:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-14 23:25:03 +0100 |
commit | 576fc933c81aa6e526d87290af95e8e898e70ecb (patch) | |
tree | 73f9a202bcb454043dbb6b731d9b56ed4c5f49eb /kde-apps/pim-data-exporter | |
parent | dev-haskell/stack-bin: bump up to 1.6.1 (diff) | |
download | gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.gz gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.bz2 gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.zip |
kde-apps: Add KDE Applications 17.12.0
Package-Manager: Portage-2.3.18, Repoman-2.3.6
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-17.12.0.ebuild | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest index 9a14d1814e51..fadd33607ae1 100644 --- a/kde-apps/pim-data-exporter/Manifest +++ b/kde-apps/pim-data-exporter/Manifest @@ -1 +1,2 @@ DIST pim-data-exporter-17.08.3.tar.xz 266964 BLAKE2B cbc5bf00939e6f89a694ddc611dd1f206b41ef9c376d70a4d85a4b71a48e80cebcc58309fbd7b490323f6dd7ec9af9bcf5e3f768fcb806b0271afba232d7579d SHA512 eb6f32d98c8aaee3393030ade6686fe6944dcef92ae530de1b8f980e4d5ffc2c543361bc3a988283b85ce70bd1902bb33a1575f1d6580da8cf0dcc2c141e34e7 +DIST pim-data-exporter-17.12.0.tar.xz 267420 BLAKE2B 479a4d868bad58d5bc4a06079918c4139b1f521e597f409123f81ca8d4a6b6dc245713a1c35058e338e5d204e6e600551396990850796b66227ad986e58ce1f5 SHA512 cf227b9667e0f2cad16a802328705900aa24081cf45e44d7835f5b350abbbf8f8c73f913519b3a69c32f6273faa6761d3b0181c5f8ba3bb5095388597eb8bbe6 diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-17.12.0.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-17.12.0.ebuild new file mode 100644 index 000000000000..d46f726b31fb --- /dev/null +++ b/kde-apps/pim-data-exporter/pim-data-exporter-17.12.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 +" |