forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/kimap: 20.04.3 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kimap-19.12.3.tar.xz 120164 BLAKE2B 95cf0f1903441f27d43eeec1cdebe94cb93f8683cc40a29858ae64aaf82491b5b1b624aaaba3ccfe844871f57af68ce3d34323439f31255b9d7b3f9f3f0975e3 SHA512 08b49e089f78ace659f09fff9772629164dd391f25384979e09e96f781b9e224cfcc4818ce6643ea1edde1e2d64ae7343445d169ef76d042deba0b16765d083e | ||
DIST kimap-20.04.2.tar.xz 119744 BLAKE2B 7bc708f4fb87844e851a6cb027af062018504e682380383d4764be46ae92bbae2e12aa6771782f3a55d37eff8c66393648205ed8a9997112b98a6162d7b09380 SHA512 fc5bdb55f5090cf32cffa7b3992bfea5767f1d7244a45c546286d1c56691e6d68a4f8b9a1ae5bc5e721a1b1db228db4e163d3a226c2ab55a7828d0c76d7b165a | ||
DIST kimap-20.04.3.tar.xz 119724 BLAKE2B 84767654991784f7160e234ef02a5bacdf16bd3581986aa69bf36c782eaa86d6d921d6881e082203be801163259a248dff1e39defeff5a5bf4984af96eedf29b SHA512 d9bfc2390270eb46b903e54f88e84fbc8dbae0cbf71fe69ad826d77d64978c1512b7c9de617ab64cb449d5c0d6fa386ab60f3da634bdcbce01b924a36a7c10e5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Copyright 1999-2020 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
ECM_TEST="forceoptional" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.70.0 | ||
QTMIN=5.14.2 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Library for interacting with IMAP servers" | ||
HOMEPAGE="https://api.kde.org/kdepim/kimap/html/index.html" | ||
|
||
LICENSE="GPL-2+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
dev-libs/cyrus-sasl | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=kde-apps/kmime-${PVCUT}:5 | ||
>=kde-frameworks/kcodecs-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
" | ||
# TODO: Convince upstream not to install stuff with tests | ||
DEPEND="${RDEPEND} | ||
test? ( >=dev-qt/qtnetwork-${QTMIN}:5 ) | ||
" | ||
|
||
src_test() { | ||
# tests cannot be run in parallel #605586 | ||
local myctestargs=( | ||
-j1 | ||
) | ||
ecm_src_test | ||
} |