From 0d892cb686f7161caaef9cdc7a3e030eeaaac0fb Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 24 Apr 2021 12:04:49 +0200 Subject: kde-apps/mailcommon: 21.04.0 version bump Signed-off-by: Andreas Sturmlechner --- kde-apps/mailcommon/Manifest | 1 + kde-apps/mailcommon/mailcommon-21.04.0.ebuild | 61 +++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 kde-apps/mailcommon/mailcommon-21.04.0.ebuild (limited to 'kde-apps') diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest index 6c093640e645..0120a7304245 100644 --- a/kde-apps/mailcommon/Manifest +++ b/kde-apps/mailcommon/Manifest @@ -1 +1,2 @@ DIST mailcommon-20.12.3.tar.xz 723876 BLAKE2B b2c2ea308d5861af066d0d00e46ca50981b2d572e89be48c50b953bbe6009ca1c107f25211d40c843060006a0651eeb443516cb3c2c4eacb17514cb617892d64 SHA512 348c8ed4db7e4db234adbb1eeadccb2cbc85e59d47fca607b834ead5b6f65a0c62b9c1396bd34ee4eae91cdb95b5fc52b9caedf3b23d5ffbd9efbafd6e56ed32 +DIST mailcommon-21.04.0.tar.xz 727228 BLAKE2B 19fb8dc8c06b04038814389f594bcefcfe3d2a54141681cfdab494256aafe454b3a621138129c80ea0d745c0fbc48ec5df758d011d9362dfa479cad57f1bdc7b SHA512 27942bf63205fd34e5d5a7145b4402bedbec5c09367f071ed54bce9e8263ea154882770937d46014afc73cf97b56e8a5794b139fb6794aa13e74bf5518a9c27a diff --git a/kde-apps/mailcommon/mailcommon-21.04.0.ebuild b/kde-apps/mailcommon/mailcommon-21.04.0.ebuild new file mode 100644 index 000000000000..c8241fff27a0 --- /dev/null +++ b/kde-apps/mailcommon/mailcommon-21.04.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_DESIGNERPLUGIN="true" +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-3) +KFMIN=5.80.0 +QTMIN=5.15.2 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Common mail library" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +RESTRICT+=" test" + +DEPEND=" + >=dev-qt/qtcore-${QTMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtmultimedia-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + >=kde-apps/akonadi-${PVCUT}:5 + >=kde-apps/akonadi-contacts-${PVCUT}:5 + >=kde-apps/akonadi-mime-${PVCUT}:5 + >=kde-apps/grantleetheme-${PVCUT}:5 + >=kde-apps/kmailtransport-${PVCUT}:5 + >=kde-apps/kmime-${PVCUT}:5 + >=kde-apps/kpimtextedit-${PVCUT}:5 + >=kde-apps/libkdepim-${PVCUT}:5 + >=kde-apps/mailimporter-${PVCUT}:5 + >=kde-apps/messagelib-${PVCUT}:5 + >=kde-apps/pimcommon-${PVCUT}:5 + >=kde-frameworks/karchive-${KFMIN}:5 + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcontacts-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kguiaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kitemmodels-${KFMIN}:5 + >=kde-frameworks/kitemviews-${KFMIN}:5 + >=kde-frameworks/ktextwidgets-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 + >=kde-frameworks/syntax-highlighting-${KFMIN}:5 + >=media-libs/phonon-4.11.0 +" +RDEPEND="${DEPEND}" +BDEPEND="dev-libs/libxslt" -- cgit v1.2.3-65-gdbad