summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 18:24:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 18:49:03 +0200
commit3efa40888f26d455f4777e1e067b9dba54b25da3 (patch)
tree84d9320d6b96746171382fe6e570810eefc0ce95 /kde-apps/akonadi-search
parentapp-portage/portage-utils: fix USE=static, fix RDEPEND (diff)
downloadgentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.tar.gz
gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.tar.bz2
gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.zip
kde-apps: Drop KDE Applications 19.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
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.04.1.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/akonadi-search/Manifest b/kde-apps/akonadi-search/Manifest
index f71e63aa59d9..212497cdaf44 100644
--- a/kde-apps/akonadi-search/Manifest
+++ b/kde-apps/akonadi-search/Manifest
@@ -1,3 +1,2 @@
DIST akonadi-search-18.12.3.tar.xz 82804 BLAKE2B 34b0b42e851dea5a52ae64a30055384b9194c23e2dcc6ea1a4f173333f745e6006b4555cedc67b4e0574ecf570f4d11bda926e07788e94394a1bd72dcc5fdbef SHA512 4e2c02956635d043080cdad8acbbd65efa93e991ca6897d40e4c693f02d3122d226080a5264121a764cd5a82c293add8f8911403839d5c8cad9576cbcaef3ab6
-DIST akonadi-search-19.04.1.tar.xz 82260 BLAKE2B b7238dfe23b219271ea81041ca91dbf65804813c0791da1399b4cc738305a8afd297e3a2b1e5254c03eae153fd15242524b1567ccde6d7884ca2ba31d1ddd2cd SHA512 36928c9276ed83f9d8dbfa95ab54c4b5439d302c239054d7d05309f6992915d87510aa7125b6c9e8624874f934c64385c6f1d6725972a10376665766a49116dc
DIST akonadi-search-19.04.2.tar.xz 82352 BLAKE2B edfd27d3470190eb75d1bbc6c835e5b87e6e0f270753d1c532ceed6ee0fb219133f6f92a663c09f3902091bb4903e2b2e0f8f5902811b52aac613b76be8d29d8 SHA512 bd02c00b5d1a20a84ced6a3e60c7372a50fe7057bf9abf170172bf700930c35b4e345e2d22bc6e82cf78444d85defda3083ae03d4ecb2fa7298468d9cb1f0b2c
diff --git a/kde-apps/akonadi-search/akonadi-search-19.04.1.ebuild b/kde-apps/akonadi-search/akonadi-search-19.04.1.ebuild
deleted file mode 100644
index de2275bc353a..000000000000
--- a/kde-apps/akonadi-search/akonadi-search-19.04.1.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
-"