diff options
author | Johannes Huber <johu@gentoo.org> | 2017-06-08 23:00:50 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-06-08 23:00:50 +0200 |
commit | c892d3edb4099fe424a61b0d1aa296132d872ba0 (patch) | |
tree | e010db999c552c23e6993bd429516c40db852fe6 /kde-apps/pim-data-exporter | |
parent | kde-frameworks/kdelibs: Version bump 4.14.33 (diff) | |
download | gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.gz gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.bz2 gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.zip |
kde-apps: Version bump KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
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.04.2.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 c91a775ff947..008696bee63d 100644 --- a/kde-apps/pim-data-exporter/Manifest +++ b/kde-apps/pim-data-exporter/Manifest @@ -1 +1,2 @@ DIST pim-data-exporter-17.04.1.tar.xz 265728 SHA256 16a47f476c3023a04f83bff55963eb5a38542f9306dc00ab9ad2b4602544920f SHA512 8863aa36a2db1e7156f84173468b55ae95aa50e4279de4319103f97795136f594f06062b51b6af7c993ca51b8aeb769731a8d7581aac941b9a91eaddaedd50e8 WHIRLPOOL 42ef92cbe8366cf5176154b804d867f2ed682a2bc9de47f581466cafb082ec16da26521535e57e2e373ba519aefc337c19c82259e843a2c53597e92bf6b078ab +DIST pim-data-exporter-17.04.2.tar.xz 265596 SHA256 116c9245066576f485e039d6ecd875eeacfabd033d37d0103c9737b72459b8e0 SHA512 7bf6c4fd37ec699dd2ee21b0a389c1e09d8d4fb94769ef1ebe1a004d4efc76814ab56f24bd45b23f2b5b313d51aadef91a223e93603d28cfa6b2d1c64bfb1800 WHIRLPOOL 01e771779a94f47500c68784ff038fb4b9f1941cc3f33889ee9bc64fb5fb91f122d50d4e4afad013971ae5dedecc83ad4748cdaf51396589ff6331d2760536bc diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-17.04.2.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-17.04.2.ebuild new file mode 100644 index 000000000000..d46f726b31fb --- /dev/null +++ b/kde-apps/pim-data-exporter/pim-data-exporter-17.04.2.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 +" |