summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-11-15 20:38:29 +0100
committerJohannes Huber <johu@gentoo.org>2016-11-15 20:47:49 +0100
commite805750640ffcd5150e817e77162f388021b8c0f (patch)
tree8c53c84f54ac00f079d48833e5fbc02a3937b525 /kde-apps/akonadi-search
parentsys-devel/gcc: mark 4.9.4 arm64/ia64/m68k/ppc/s390/sh/sparc stable #595560 (diff)
downloadgentoo-e805750640ffcd5150e817e77162f388021b8c0f.tar.gz
gentoo-e805750640ffcd5150e817e77162f388021b8c0f.tar.bz2
gentoo-e805750640ffcd5150e817e77162f388021b8c0f.zip
kde-apps: Version bump KDE Applications 16.08.3
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-apps/akonadi-search')
-rw-r--r--kde-apps/akonadi-search/Manifest1
-rw-r--r--kde-apps/akonadi-search/akonadi-search-16.08.3.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/akonadi-search/Manifest b/kde-apps/akonadi-search/Manifest
index 863a5923e2d3..cf2a4b3078b8 100644
--- a/kde-apps/akonadi-search/Manifest
+++ b/kde-apps/akonadi-search/Manifest
@@ -1 +1,2 @@
DIST akonadi-search-16.08.2.tar.xz 71172 SHA256 39147a22e4156e10c4157601b174070e0af532f4ed27b86e3a223667c1097e18 SHA512 40259ab9e6b6cd2e4c1df5829d91b852e449567b3c4f67b2dd91e3653c7414ea3cc1c949d18f6596a5d88a67ef717f6c03dba06b27b05f7cb57af651a65268e4 WHIRLPOOL 9ce9a1a6c5cb3106971b846a970ae84cee9d5fcd7b213c87d970568805bc42c6169b86a412343ae3f18bca6cff32ac1dd64daa4ab35768a5daf71cba335d4e1a
+DIST akonadi-search-16.08.3.tar.xz 71820 SHA256 ede37db87d49c33391d4fb52822b3f0e7b239de04c166bca81d48ef1fe2e12f2 SHA512 9402ab466b1da4d56c0b611bbf7008a32b2394097367ec212140c32dadb5fd5f249f39b3a7662eea5842ae9d71200babbe10292b9367136537ab4d2efd887913 WHIRLPOOL a187dcbdb42dfe9200516d97c9c71019800edf8f86c4ff519778d74899a842470901d8189f66d5bd08c786acb2b71c276436bcca93023e5c61b880827e24197a
diff --git a/kde-apps/akonadi-search/akonadi-search-16.08.3.ebuild b/kde-apps/akonadi-search/akonadi-search-16.08.3.ebuild
new file mode 100644
index 000000000000..a22d424957eb
--- /dev/null
+++ b/kde-apps/akonadi-search/akonadi-search-16.08.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Libraries and daemons to implement searching in Akonadi"
+HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-search"
+LICENSE="GPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep krunner)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-mime)
+ $(add_kdeapps_dep kcalcore)
+ $(add_kdeapps_dep kcontacts)
+ $(add_kdeapps_dep kmime)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ >=dev-libs/xapian-1.3:=[chert]
+"
+DEPEND="${RDEPEND}
+ dev-libs/boost
+"