diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 14:18:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 14:19:52 +0200 |
commit | a626108a406ebb30f298d6b5f6561b57cf6cbb13 (patch) | |
tree | 99445178be0890fd38ebabbd974a69505ed928ed /kde-apps/akonadiconsole | |
parent | kde5-functions: Raise default ~arch kde-apps to KF-5.50 (diff) | |
download | gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.tar.gz gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.tar.bz2 gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.zip |
kde-apps: Drop KDE Applications 18.08.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r-- | kde-apps/akonadiconsole/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadiconsole/akonadiconsole-18.08.1.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index d1208fcee5df..f01e7eccfa8f 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,3 +1,2 @@ DIST akonadiconsole-18.04.3.tar.xz 185792 BLAKE2B 7d9a5132a9ada0ff6dd8816e81b26aa21f72ec0a133d64f9d26dd4fe208bf2363477a9cf4c970ac714077c9cbfcbc46a4af6905b854cd5a7edc23d5353738848 SHA512 c413dfc858a6aa496e5533f1f46dc021c9c5e14582924dbc20a696da01035f2d237f30770a238cc33c4e91def9c1a18274e699185fb5bd6fae881c203687c2a4 -DIST akonadiconsole-18.08.1.tar.xz 193812 BLAKE2B 02a2ed6306177af9000821fb525b4b07742c2ffec03b2785e7d0710d4ad8bfc5cfdba448922916531ccf7439c80fc79409d51562f2df4bdb8ee9ada18c23e7f9 SHA512 41672d365d14db221d47306ed4a071dbe50dab2a9aaeeba02377f113b02eaab71ff91ab8bfad5bcaaeb5a9196f412a4781449eea6d7adb00626efdf9f9434e12 DIST akonadiconsole-18.08.2.tar.xz 193808 BLAKE2B 37fe577d346e99d720c99e0867fd807f77f915efab741e062237952d4d294d676d5932b86db2304cb735e31f4865244ceee7a869750d848accc2dd8731945eff SHA512 5707a92ef67476753e2be6e51350d14b6e34529346ca850d9d6558a8b58a127eafe1379221e98dbd6650ee5ac5b952965606b769cecd7dc28368c91255e5653f diff --git a/kde-apps/akonadiconsole/akonadiconsole-18.08.1.ebuild b/kde-apps/akonadiconsole/akonadiconsole-18.08.1.ebuild deleted file mode 100644 index 5943cc52ea5a..000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-18.08.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release -inherit kde5 - -DESCRIPTION="Application for debugging Akonadi Resources" -LICENSE="GPL-2+ LGPL-2.1+ handbook? ( FDL-1.2+ )" -HOMEPAGE="https://www.kde.org/" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kio) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-contacts) - $(add_kdeapps_dep akonadi-search) - $(add_kdeapps_dep calendarsupport) - $(add_kdeapps_dep kcalcore) - $(add_kdeapps_dep kcontacts) - $(add_kdeapps_dep kmime) - $(add_kdeapps_dep libkdepim) - $(add_kdeapps_dep messagelib) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtsql) - $(add_qt_dep qtwidgets) - dev-libs/xapian:= -" -RDEPEND="${DEPEND}" |