summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-12 16:10:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-12 16:18:26 +0200
commita6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4 (patch)
tree4d3ec8ddaa83500e5b7b78a9fdbb5d4fd20540d5 /kde-apps/akonadiconsole
parentkde-frameworks/kdelibs: 4.14.37 version bump (diff)
downloadgentoo-a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4.tar.gz
gentoo-a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4.tar.bz2
gentoo-a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4.zip
kde-apps: Add KDE Applications 17.08.2
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r--kde-apps/akonadiconsole/Manifest1
-rw-r--r--kde-apps/akonadiconsole/akonadiconsole-17.08.2.ebuild44
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest
index 64a37f374a00..fc48918fb16e 100644
--- a/kde-apps/akonadiconsole/Manifest
+++ b/kde-apps/akonadiconsole/Manifest
@@ -1,2 +1,3 @@
DIST akonadiconsole-17.04.3.tar.xz 185576 SHA256 1bb83301310e4541b960e96ef16ac2b8689d92b3502fe0a524a8d1d0004e84ec SHA512 b08f502ced1e7b83c3c877943294eafef29846c08930e8fc571a0f411f3a141e54721c95175e220813aabbe6634a324b3308b4245393093118d5fd0f05d9290f WHIRLPOOL 8888980179cf45c1da8c7bf9892205b893cd637e53cdb94c237c5c246c7820fd678c6d10d87d07568d743675cdf6d030dd4182bf327cf7c7bd8ec335eded756f
DIST akonadiconsole-17.08.1.tar.xz 185212 SHA256 9aefb39859fd23a3fa64f07e78216a59a65241d881891f7d802e079286d0c877 SHA512 ea53ab79d05bb308948d8eddb226eec3e29c880a4b13e2c85629c1f5549c991c4be3f02e05cd944d958c1f26b0a835f5f3e3732a66198e6722a07d8408103839 WHIRLPOOL 82fec3c4ac48add69f442adfb3e312bae69b7beeb364a4b7f8f25187ee0b1f6bda1a0d0fbcb6cb15edef9c6400259bd8a1a46a08f3a2743e43e3aa01c65c9186
+DIST akonadiconsole-17.08.2.tar.xz 185184 SHA256 0bd2e0a01ac07910362bdc6e07293694365b3c1fd06ed8cfc69ecea41bd27da5 SHA512 c742cbde43631e9b3492750b646607c3ca07cc516776a7488021e94d972b612b6b2e67d5237b61db99a9bcc9ca7560b6444e5bc2fc9b5c6e62bddd3125731600 WHIRLPOOL bd6b23ced30c52df294b7cd576ee74fd6b5c0b3aed5c38a016de7313f07ddbad07e2b7ace6508d9cf022d346ed45cdae4f61aa9f948dabf605246d66c3ba4dd7
diff --git a/kde-apps/akonadiconsole/akonadiconsole-17.08.2.ebuild b/kde-apps/akonadiconsole/akonadiconsole-17.08.2.ebuild
new file mode 100644
index 000000000000..8e7feb7fa08c
--- /dev/null
+++ b/kde-apps/akonadiconsole/akonadiconsole-17.08.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release
+inherit kde5
+
+DESCRIPTION="Application for debugging Akonadi Resources"
+LICENSE="GPL-2+ LGPL-2.1+ handbook? ( FDL-1.2+ )"
+HOMEPAGE="https://www.kde.org/"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-contacts)
+ $(add_kdeapps_dep calendarsupport)
+ $(add_kdeapps_dep kcalcore)
+ $(add_kdeapps_dep kcontacts)
+ $(add_kdeapps_dep kmime)
+ $(add_kdeapps_dep kpimtextedit)
+ $(add_kdeapps_dep libkdepim)
+ $(add_kdeapps_dep messagelib)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtsql)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"