summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:23:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:24:10 +0200
commit88876e45e3d983e5bcc9ca4d23a20c082069f0f8 (patch)
treedc3f0ccbdd625acd65e403cca525f69c06688f1c /kde-apps/akonadi-search
parentsys-kernel/gentoo-sources: Linux 4.19.70 and 4.19.71 (diff)
downloadgentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.gz
gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.bz2
gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.zip
kde-apps: Drop KDE Applications 19.08.0
Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-search')
-rw-r--r--kde-apps/akonadi-search/Manifest1
-rw-r--r--kde-apps/akonadi-search/akonadi-search-19.08.0.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/akonadi-search/Manifest b/kde-apps/akonadi-search/Manifest
index 67071d31b363..079fd11a78a1 100644
--- a/kde-apps/akonadi-search/Manifest
+++ b/kde-apps/akonadi-search/Manifest
@@ -1,3 +1,2 @@
DIST akonadi-search-19.04.3.tar.xz 82496 BLAKE2B 1c3db64d6703bb22fb0c61c5adec8fa56ed5705115dc5d903dcbdd80f63b794159e05deffc6c02bd83659b4eb4cca1d93ed46428f78d995a400d80e604c0e723 SHA512 896f7b38de04bf7d2cfbdcba2e3cfa9da84060d9eac037edcc28dffa261c6d3f35d92f4152da992585d210262d630b2c2ada8c9674e600f2bd4c29bc6009e62a
-DIST akonadi-search-19.08.0.tar.xz 82652 BLAKE2B 96660415f19b9f56d7a3976405059d14e9fb6e7273fc94a940c50912ad28c8c398fba35f7a3add777cac0d46c32d6346f4bf6bb188df6e4a67703646b1d2eb19 SHA512 2ffb7527bbc559bfa194ffc7312dd05bc41800a696244b2b1973d15a3cff6fb95c44e0f32c6e71b2b06188ddf22a70cf2753c3b1489570dc599ee8bbf54b7f0c
DIST akonadi-search-19.08.1.tar.xz 82456 BLAKE2B e6c20e60167d6ff160133adab894f55a1e36bbc3159d03d7701ca1895f972c3f66eaa63979478b882728300f9255f8bdf7f1253b61c3dcab0c08465e1b9e5f24 SHA512 0af425453d0dcb78aef0c6dd00b87e1ed1a99155b687cad57536333f9422274df68e6672694ed0cff20df29f0621a0e9f0cb4c973b85df61446b7131c15bf55b
diff --git a/kde-apps/akonadi-search/akonadi-search-19.08.0.ebuild b/kde-apps/akonadi-search/akonadi-search-19.08.0.ebuild
deleted file mode 100644
index de2275bc353a..000000000000
--- a/kde-apps/akonadi-search/akonadi-search-19.08.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Libraries and daemons to implement searching in Akonadi"
-HOMEPAGE="https://cgit.kde.org/akonadi-search.git"
-LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-BDEPEND="
- test? ( $(add_kdeapps_dep akonadi 'tools') )
-"
-COMMON_DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kio)
- $(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="${COMMON_DEPEND}
- dev-libs/boost
- test? ( $(add_kdeapps_dep akonadi 'mysql,postgres,sqlite') )
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-apps/kdepim-l10n
-"