summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-11 23:13:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-11 23:46:08 +0200
commit2de492f66f593f97c84056a21259aaa5653681dd (patch)
treefe20d10d8a88b87b3b6ef55c8ac06f5b3621c0f0 /kde-apps/kmbox
parentkde5.eclass: Disable kdoctools_install(po) if KDE_HANDBOOK=forceoptional (diff)
downloadgentoo-2de492f66f593f97c84056a21259aaa5653681dd.tar.gz
gentoo-2de492f66f593f97c84056a21259aaa5653681dd.tar.bz2
gentoo-2de492f66f593f97c84056a21259aaa5653681dd.zip
kde-apps: Add KDE Applications 17.04.1
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kmbox')
-rw-r--r--kde-apps/kmbox/Manifest1
-rw-r--r--kde-apps/kmbox/kmbox-17.04.1.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest
index 5c45b7b2ba8e..b6417b71ee77 100644
--- a/kde-apps/kmbox/Manifest
+++ b/kde-apps/kmbox/Manifest
@@ -1 +1,2 @@
DIST kmbox-17.04.0.tar.xz 24628 SHA256 d8e7c04141ab16e6c07ea1c0a48cfc8a3de36d01d47b7ac5cc5bc19ebd182e00 SHA512 885c625590e76fd92a23f36e74ef582cb05284eb887fdbb18ded639e09b1437305694bca789d314c25520e70748f022191253134a76be34d5f467f81706a9725 WHIRLPOOL 33a3d101518639291f542b52a8da17466e3c7016cdd2df794c39332fa90e44770f45ad4c5d6eb7939c467330b7c91fa1108e116d9c8e46e081f511e938bb5b51
+DIST kmbox-17.04.1.tar.xz 24640 SHA256 27b715ec62ee3c9f816d86d36e8fe8ea3d5972c2fabdee7e4f0a7351511dd899 SHA512 475cf759ba943119b2d1f7105be0f3d7e8a756cf13528d493d5c2b9c5d7057024af6c21ca4331e9cc8bc477a9bd1a244df649432c338b1cd600a105f1fc9d489 WHIRLPOOL b60e0621cd76afb0ab671de674421ad2fcd6e486ea2042ff9a2294460c2b338317d7273ec220b8f0e11899c8e2f3cc4637d06abe1bcb0f96d5f76ad58584fb20
diff --git a/kde-apps/kmbox/kmbox-17.04.1.ebuild b/kde-apps/kmbox/kmbox-17.04.1.ebuild
new file mode 100644
index 000000000000..af4bc864b1a5
--- /dev/null
+++ b/kde-apps/kmbox/kmbox-17.04.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library for accessing MBox format mail storages"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="$(add_kdeapps_dep kmime)"
+RDEPEND="${DEPEND}"