diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-12 18:25:02 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-12 18:28:13 +0100 |
commit | 0a04dbe4bdce4ba9c45b21310d7a26c95b2530ac (patch) | |
tree | 0e4a9ab3a24db08d0f6c7b61b0d5821e99bd4497 /kde-apps/pim-data-exporter | |
parent | ecm.eclass: cmake-utils_use_find_package -> cmake_use_find_package (diff) | |
download | gentoo-0a04dbe4bdce4ba9c45b21310d7a26c95b2530ac.tar.gz gentoo-0a04dbe4bdce4ba9c45b21310d7a26c95b2530ac.tar.bz2 gentoo-0a04dbe4bdce4ba9c45b21310d7a26c95b2530ac.zip |
kde-apps: Add KDE Release Service 19.12.0
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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-19.12.0.ebuild | 50 |
2 files changed, 51 insertions, 0 deletions
diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest index bf9737eb4a71..caf856c90850 100644 --- a/kde-apps/pim-data-exporter/Manifest +++ b/kde-apps/pim-data-exporter/Manifest @@ -1 +1,2 @@ DIST pim-data-exporter-19.08.3.tar.xz 203340 BLAKE2B eca663a60a51c1b5040a374a50da519a39dd01aa3abc87d1daaf27b3de630eff01900086acf82bd58a1a4e6b2b3b29b9559dbf568aa8cffb760ce93b9eea653a SHA512 551251dc0fd260212c0d774ea730d1b863c320595a356dd755dd8ed8bfbe16193cef7967a1114c7cb163ab4bb06e7646992d6ace15c305105dd7f79806348637 +DIST pim-data-exporter-19.12.0.tar.xz 205292 BLAKE2B 1355b59d8b659037320f791aeccfc3f6168a9ee4563fef1efe6ba170317db94ee48830160a2b659d6550d39e0d322fb4a099a0b0199b7bd482646af5e5977f62 SHA512 45f620fedb50090d70852968c5f3b58ab2e0076ca4db9ad4965b602b84653c15a47f4786b00c55bbbf621b596e8d3ad1ffbd3496b6e97ece405d69a5e184c901 diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-19.12.0.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-19.12.0.ebuild new file mode 100644 index 000000000000..46a7df3652d5 --- /dev/null +++ b/kde-apps/pim-data-exporter/pim-data-exporter-19.12.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="forceoptional" +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-3) +KFMIN=5.63.0 +QTMIN=5.12.3 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +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+ )" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + >=kde-frameworks/karchive-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcontacts-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kitemviews-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 + >=kde-apps/akonadi-${PVCUT}:5 + >=kde-apps/kidentitymanagement-${PVCUT}:5 + >=kde-apps/kmailtransport-${PVCUT}:5 + >=kde-apps/kmime-${PVCUT}:5 + >=kde-apps/kpimtextedit-${PVCUT}:5 + >=kde-apps/libkdepim-${PVCUT}:5 + >=kde-apps/mailcommon-${PVCUT}:5 + >=kde-apps/pimcommon-${PVCUT}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !kde-apps/kmail:4 +" |