summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 16:04:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 17:06:07 +0200
commit8ea97068f86f7c38eb7eba7b4834d24395ea63c8 (patch)
tree1a99302b57a044d70ab6ffc235920f12cd030996 /kde-apps/kimap
parentdev-texlive/texlive-luatex: Add more blockers (diff)
downloadgentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.gz
gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.bz2
gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.zip
kde-apps: Add KDE Applications 19.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kimap')
-rw-r--r--kde-apps/kimap/Manifest1
-rw-r--r--kde-apps/kimap/kimap-19.04.2.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/kimap/Manifest b/kde-apps/kimap/Manifest
index 8807c4e65652..2116a5fe1e68 100644
--- a/kde-apps/kimap/Manifest
+++ b/kde-apps/kimap/Manifest
@@ -1,2 +1,3 @@
DIST kimap-18.12.3.tar.xz 119704 BLAKE2B ae53f1d038d14505b3987b6a52e86ba1b90c4bf7c8f6503b45560748d6cf2c43e89096ba1cf631fbfc14d3485e55844d28515ac28b67c52f7692cfebeac15d71 SHA512 73f3c7b790166606117421b40ba4f381d4455b08cf7bb9507297a68dac197b75dd16a2e4dc4b7eec5cb55c7743f5a9594a56190fc1d41e2ce1b3ed4ee3f99543
DIST kimap-19.04.1.tar.xz 119448 BLAKE2B 73806b488655d055e6d24bb06c06805cdcfc1048c2f729baf954522b49fcd1edd2b2a314d3fe94555eafae7a731389eec1bc86de0201d13a7686d0f62f842989 SHA512 9a5f3d3d00b53f8265b21d48283c251818ce555405495dc3da8db219be0ab35b4ee06770a673d201b41f81eadcb25cfa10c984f4b3c1e5deb81dc84416093317
+DIST kimap-19.04.2.tar.xz 119660 BLAKE2B f8f4773919c53f2acd243311c70897e4a6f1576a9d3346d4bde9b9b8cc255f8a3c1bf895298505ba0ed09122a40b041137d78164de63fe9180767994cd71a709 SHA512 736360f4f615fc17aecde5a49ffe6a46213f2808bbb25b56cc73706916e81dc85a9ddbf5fafb6478e8387692cc5880398ee09766f21d246dbe21663f96639922
diff --git a/kde-apps/kimap/kimap-19.04.2.ebuild b/kde-apps/kimap/kimap-19.04.2.ebuild
new file mode 100644
index 000000000000..3dc46eb15025
--- /dev/null
+++ b/kde-apps/kimap/kimap-19.04.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Library for interacting with IMAP servers"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_kdeapps_dep kmime)
+ $(add_qt_dep qtgui)
+ dev-libs/cyrus-sasl
+"
+# TODO: Convince upstream not to install stuff with tests
+DEPEND="${COMMON_DEPEND}
+ test? ( $(add_qt_dep qtnetwork) )
+"
+RDEPEND="${COMMON_DEPEND}
+ !kde-apps/kdepim-l10n
+"
+
+src_test() {
+ # tests cannot be run in parallel #605586
+ local myctestargs=(
+ -j1
+ )
+ kde5_src_test
+}