summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:10:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:11:17 +0200
commitcace445d5118ee027dc43f829fc50f27d623134c (patch)
tree2dfaad77bd443bf2f28d49d3bcf8c2880aa92ff3 /kde-apps/kimap
parentdev-util/rbtools: maintainer-needed (diff)
downloadgentoo-cace445d5118ee027dc43f829fc50f27d623134c.tar.gz
gentoo-cace445d5118ee027dc43f829fc50f27d623134c.tar.bz2
gentoo-cace445d5118ee027dc43f829fc50f27d623134c.zip
kde-apps: Add KDE Applications 19.08.1
Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kimap')
-rw-r--r--kde-apps/kimap/Manifest1
-rw-r--r--kde-apps/kimap/kimap-19.08.1.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/kimap/Manifest b/kde-apps/kimap/Manifest
index a05aae106bfa..4994f86b5f83 100644
--- a/kde-apps/kimap/Manifest
+++ b/kde-apps/kimap/Manifest
@@ -1,2 +1,3 @@
DIST kimap-19.04.3.tar.xz 119616 BLAKE2B 7aedb732990a04b784b86529e4d6b30cac9809a246ae9207166b52701f075cd4a0e8f205df69724648b28c6b57cdcfb7c68316490d34bbccdf0ae4297cfb74cc SHA512 893320c0acdfb53ad382979cf31244941535793e39cd1853631a724c554f29faefe5504b3c48a2b3f9cab43e6ff839b9753d7963ddcf8cc8c7351b7b511a7988
DIST kimap-19.08.0.tar.xz 119804 BLAKE2B 7caaf76e3178b0fb1634882a70155a6d35a16b4c19e13603f681d2267bf25fde18df4b5cd9a1d7a881f5837b695130e356b48b1ef93af27a3baa013cb09e7fbe SHA512 63ce93e69dc06a78efcafa71f00054cdaad9c94a5b0842fbce0989291ca5261ee006083617a1f3921fd5a7f9d2add6f20b1b2d7c8728deaf32f14730420f2b17
+DIST kimap-19.08.1.tar.xz 119712 BLAKE2B 2fe199116a53770e49c9e13b865eb7b3e2b98d784b3831a9595c42d3ee8a90af1a8b87ae2b05df28f80aa488c65ac73014c6f03d41092b27c881f25d46da28b5 SHA512 6090425d52f834583be90e721b4cd622edc55f53c9a867d74b11e0a97befff932697ae2b9f9f6130999f3d547742c4f0de26ac1e2a4b61f065a34de0c38a418e
diff --git a/kde-apps/kimap/kimap-19.08.1.ebuild b/kde-apps/kimap/kimap-19.08.1.ebuild
new file mode 100644
index 000000000000..3dc46eb15025
--- /dev/null
+++ b/kde-apps/kimap/kimap-19.08.1.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
+}