diff options
author | Johannes Huber <johu@gentoo.org> | 2017-03-09 20:09:53 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-03-09 20:26:05 +0100 |
commit | 40cce1797befe332a79f52bba80e3d144297ceff (patch) | |
tree | a466705e4322739fd5dc6f2501eb401b5fe02385 /kde-apps/pim-data-exporter | |
parent | dev-db/percona-server: Security cleanup (bug #612150) (diff) | |
download | gentoo-40cce1797befe332a79f52bba80e3d144297ceff.tar.gz gentoo-40cce1797befe332a79f52bba80e3d144297ceff.tar.bz2 gentoo-40cce1797befe332a79f52bba80e3d144297ceff.zip |
kde-apps: Version bump KDE Applications 16.12.3
Package-Manager: Portage-2.3.4, 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-16.12.3.ebuild | 51 |
2 files changed, 52 insertions, 0 deletions
diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest index 6cd178347855..04f46c211c94 100644 --- a/kde-apps/pim-data-exporter/Manifest +++ b/kde-apps/pim-data-exporter/Manifest @@ -1 +1,2 @@ DIST pim-data-exporter-16.12.2.tar.xz 103236 SHA256 1509cdefcce183524033c479795b0b97bd0419c15c436cb00ff828ceb69ff391 SHA512 e728f07980b66280690338edbcf417e9d6ca7ef931b1a1983705fe1cfa968b2a0359874491e6680e04164ca83f73437567946f08a8f699c9ff233b4b2e8fee36 WHIRLPOOL 7b82a20a42f2ab32d414d5a8b6d4714378beec95d303820360dd16a059848ef1242e825a0418d91c8d58714175bff55352ac804b9ba1b7ae8da8f8c0602f9712 +DIST pim-data-exporter-16.12.3.tar.xz 103240 SHA256 dc0f76be1e572aaf68736ffef17a4792dbfece5edda4ed488a83ed619f80bb93 SHA512 691a36c22aca6c6b1f770caf5d78fecb18f076d605c8862d3b67e65eee90850f7e1f8ae0551f39e92213bd1f206d31b1affee1f6d095701c3099a737d94e2849 WHIRLPOOL 4e11357ec6b83ad8bd94bf31722fca62003719753b6619dbbd2d5cc36cd98afda8db9156b89d754d0523d29d001c8552b390822715be60e03433cd571dee4a89 diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-16.12.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-16.12.3.ebuild new file mode 100644 index 000000000000..2151be231df6 --- /dev/null +++ b/kde-apps/pim-data-exporter/pim-data-exporter-16.12.3.ebuild @@ -0,0 +1,51 @@ +# 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 akonadi-contacts) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep kalarmcal) + $(add_kdeapps_dep kcalcore) + $(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 messagelib) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim:5 + !kde-apps/kmail:4 +" |