diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 13:41:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 13:41:03 +0100 |
commit | e7b73bae15157f49fc1f212c6f102c4af053cac1 (patch) | |
tree | 4466c435fccb9220e587de7f0d31457d146e007e /kde-apps/akonadi-search | |
parent | kde-apps: Add KDE Applications 18.08.3 (diff) | |
download | gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.gz gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.bz2 gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.zip |
kde-apps: Drop KDE Applications 18.08.2
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-search')
-rw-r--r-- | kde-apps/akonadi-search/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-search/akonadi-search-18.08.2.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-apps/akonadi-search/Manifest b/kde-apps/akonadi-search/Manifest index 4eff0c030f0b..7aa76d14b7f3 100644 --- a/kde-apps/akonadi-search/Manifest +++ b/kde-apps/akonadi-search/Manifest @@ -1,3 +1,2 @@ DIST akonadi-search-18.04.3.tar.xz 82440 BLAKE2B 9bd8fb4a8c0e319d8606741efcda247fa4b4bc3c647ecd5dfb2746739bb954e3e2ca68394464fb7c696722eaf5aceeae21e3c68c322c870a1b8af1fd1cc1dcc9 SHA512 5b353542f6e32b9a71ddecf36a358a7e261626e8f58e011d40cdde71afdc7c03abfed5e1b2c047eb7f01a57744b7d2be0af8cf53398f4fabb31413224cb2946e -DIST akonadi-search-18.08.2.tar.xz 82880 BLAKE2B da7f57331af73dcaa278277551f856bb6f0169b26c1af6aa486ce6bb72dd20bdb9f46f9a0fb002b74bad9a0a3147a8584d3267a399290cacff42c631f3024e3e SHA512 2eef48cca484bbf662305b6feb6bfe8c35425e721cc6fc9e0db0a5d256f0729f1e83e4d45ba5f4f82b536e5c8a69cd7e063622b59459d30c9a5249f85d251e25 DIST akonadi-search-18.08.3.tar.xz 82856 BLAKE2B 9d33e95aedb2b1146b9482d249ef581ab5c02985528de0fb042cbb9e8ace22e0b18f9315dbf8300593e422a5cd1d917fbc7e5e4109727020116acd8c9711b7e3 SHA512 c5808b09527008f73166333833ceec29c269b96f3a1efd47f2f56e8e3e8054cae5aaff6f5c9a58d0311df8f6c5da7f92c38333becb13deeb40ff4a9c925cf670 diff --git a/kde-apps/akonadi-search/akonadi-search-18.08.2.ebuild b/kde-apps/akonadi-search/akonadi-search-18.08.2.ebuild deleted file mode 100644 index 415aae7b1a24..000000000000 --- a/kde-apps/akonadi-search/akonadi-search-18.08.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ~x86" -IUSE="" - -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,tools') ) -" -RDEPEND="${COMMON_DEPEND} - !kde-apps/kdepim-l10n -" |