summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-07 14:55:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-07 14:55:16 +0100
commit19b750baa590ed28f2bedae13ac33568abc85c0f (patch)
tree6a9b7c5dafc366614606637b19a58155c7e9a55d /kde-apps/akonadiconsole
parentkde-apps/kpat: Restore KEYWORDS (diff)
downloadgentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.tar.gz
gentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.tar.bz2
gentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.zip
kde-apps: Drop KDE Applications 18.12.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r--kde-apps/akonadiconsole/Manifest1
-rw-r--r--kde-apps/akonadiconsole/akonadiconsole-18.12.2.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest
index d1442f4bf2a7..e0b2db8f5f95 100644
--- a/kde-apps/akonadiconsole/Manifest
+++ b/kde-apps/akonadiconsole/Manifest
@@ -1,3 +1,2 @@
DIST akonadiconsole-18.08.3.tar.xz 193796 BLAKE2B ad59e5b0ae87a3fa037c9e82280c0cab44ccf78b9a52b391fdf2ce2bd6853d6c92558f839f4fe5f25d138916fc78b3f84b2a800b1fddeabbf6075c587c476d42 SHA512 73080055011030da4a56b7d4e20b96539913ccbae9fa01146a21cee343c9c9e87a702671f89bb1e09b83ce345805be521f7c9ca17c20c07717b4e87c805dee55
-DIST akonadiconsole-18.12.2.tar.xz 193820 BLAKE2B fbce632efb25ef8f8fbe9e163717bbea8f78efbb7dedc9e7e725ff00ab145cea497dd5a3dbdad79c05399e9606570ddb306d2ecc90e9d8462427152bd91d8191 SHA512 13343d979c13186c7f8e31670d724a55ce9eea446617038f535fb20b82be428454f4fe874b8cb525904b9f02ea6ed8a2c9a63e2e89443a0abfd84cd2e2d6a8d7
DIST akonadiconsole-18.12.3.tar.xz 193856 BLAKE2B 8020d1265f6da48e4eb0481036f46145d923aaceab6b72835685e6a8e14010ed293615fd6613e07b0d2f7ec1b775a8d2d74d5ad2e0ba461283f4ccff4ecddd9f SHA512 b1ac6f9b4947e5498b67e855009c59de9f09e5e73ef08a445875a5cb7dddbb17e3157e30f2258e084bcf5a61c0d0873e01cdbfad9d2a4b2ceb64b350ebc6580f
diff --git a/kde-apps/akonadiconsole/akonadiconsole-18.12.2.ebuild b/kde-apps/akonadiconsole/akonadiconsole-18.12.2.ebuild
deleted file mode 100644
index 1e66f29f5c8b..000000000000
--- a/kde-apps/akonadiconsole/akonadiconsole-18.12.2.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_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}"