summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-09 20:18:46 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-09 20:39:32 +0100
commit0b3f8f3233dfb492018ed0b34590c9462973558d (patch)
tree17bcf1235d7c6cd0de6c56e6a8285505dcae16fe /kde-apps/akonadi-search
parentapp-shells/bash: Version bump to 4.4_p12 (diff)
downloadgentoo-0b3f8f3233dfb492018ed0b34590c9462973558d.tar.gz
gentoo-0b3f8f3233dfb492018ed0b34590c9462973558d.tar.bz2
gentoo-0b3f8f3233dfb492018ed0b34590c9462973558d.zip
kde-apps: Remove KDE Applications 16.12.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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.12.1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-apps/akonadi-search/Manifest b/kde-apps/akonadi-search/Manifest
index eb1f7db7ecbe..6d47be97a980 100644
--- a/kde-apps/akonadi-search/Manifest
+++ b/kde-apps/akonadi-search/Manifest
@@ -1,2 +1 @@
-DIST akonadi-search-16.12.1.tar.xz 72280 SHA256 bef53ca6ea578938be80556b4d7a04b40c0277e2e0493f2c39558e479afdad17 SHA512 1c68e552fa9b9a05d7533194a8b2e8f956319358491b2c12fd91c43377b2b59be3bb46c2c909a2f4a6e60aee6664fdb3c657be73076dffdf2be2e2d3edcb50b3 WHIRLPOOL 393ebd5d8dccd2afe60c9acbd390490b5ddcc3a43539e7ddb27bf22749f858a7f2dd00bcca792f205d9c6bd815644b05719e2aa9ffb5eca8dbe37c6913d3f6a9
DIST akonadi-search-16.12.2.tar.xz 72308 SHA256 e50638693a0bb699c6386ae0f71037d259f3e294ae049f9eb3bdb342acbcccc9 SHA512 12413071477c4d7b3be90b9059a4250c44a2739fadb3bad9991e3cb7f70aeefad73957928d73d238a01aa05ea696fcdaaf037823e419742c74dc5fd5390549bb WHIRLPOOL f3ab08534ca46294043e92121b5fd63d910b2f9692fe47fb777d1b0aa752f9aa37f0804d64472f9708f340410a25ce9eb36bf122b7579fe3a4eb8c8d13bb42a1
diff --git a/kde-apps/akonadi-search/akonadi-search-16.12.1.ebuild b/kde-apps/akonadi-search/akonadi-search-16.12.1.ebuild
deleted file mode 100644
index d87bc1fe2fa6..000000000000
--- a/kde-apps/akonadi-search/akonadi-search-16.12.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 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
-"