summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r--kde-apps/akonadiconsole/Manifest1
-rw-r--r--kde-apps/akonadiconsole/akonadiconsole-17.08.2.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest
index 8133a4f0e091..b248ecdd76af 100644
--- a/kde-apps/akonadiconsole/Manifest
+++ b/kde-apps/akonadiconsole/Manifest
@@ -1,3 +1,2 @@
DIST akonadiconsole-17.04.3.tar.xz 185576 SHA256 1bb83301310e4541b960e96ef16ac2b8689d92b3502fe0a524a8d1d0004e84ec SHA512 b08f502ced1e7b83c3c877943294eafef29846c08930e8fc571a0f411f3a141e54721c95175e220813aabbe6634a324b3308b4245393093118d5fd0f05d9290f WHIRLPOOL 8888980179cf45c1da8c7bf9892205b893cd637e53cdb94c237c5c246c7820fd678c6d10d87d07568d743675cdf6d030dd4182bf327cf7c7bd8ec335eded756f
-DIST akonadiconsole-17.08.2.tar.xz 185184 SHA256 0bd2e0a01ac07910362bdc6e07293694365b3c1fd06ed8cfc69ecea41bd27da5 SHA512 c742cbde43631e9b3492750b646607c3ca07cc516776a7488021e94d972b612b6b2e67d5237b61db99a9bcc9ca7560b6444e5bc2fc9b5c6e62bddd3125731600 WHIRLPOOL bd6b23ced30c52df294b7cd576ee74fd6b5c0b3aed5c38a016de7313f07ddbad07e2b7ace6508d9cf022d346ed45cdae4f61aa9f948dabf605246d66c3ba4dd7
DIST akonadiconsole-17.08.3.tar.xz 185196 SHA256 738b78c4584a8697a2857f40c110e07e1d96ff0bb93a7bbd100e98f5b36a95b1 SHA512 a9de6c25c9b7dea29595e5ed815e25cd37b715afa2c754c9920cf9c6be4755d5bcf5376cad82853fad75feb1540d29afb9691731c09ec057571e8ed860bf1563 WHIRLPOOL 66085cd2abd04da25ae98112e39db8d4f54ddc188e09a594a9158277741ceb148e1002f80c71335a0494a8731c8699d6ad3c98857043f819f62adbc4844b895c
diff --git a/kde-apps/akonadiconsole/akonadiconsole-17.08.2.ebuild b/kde-apps/akonadiconsole/akonadiconsole-17.08.2.ebuild
deleted file mode 100644
index 8e7feb7fa08c..000000000000
--- a/kde-apps/akonadiconsole/akonadiconsole-17.08.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 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 kdelibs4support)
- $(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 calendarsupport)
- $(add_kdeapps_dep kcalcore)
- $(add_kdeapps_dep kcontacts)
- $(add_kdeapps_dep kmime)
- $(add_kdeapps_dep kpimtextedit)
- $(add_kdeapps_dep libkdepim)
- $(add_kdeapps_dep messagelib)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtsql)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"