diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-06 21:23:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-06 21:24:10 +0200 |
commit | 88876e45e3d983e5bcc9ca4d23a20c082069f0f8 (patch) | |
tree | dc3f0ccbdd625acd65e403cca525f69c06688f1c /kde-apps/akonadiconsole | |
parent | sys-kernel/gentoo-sources: Linux 4.19.70 and 4.19.71 (diff) | |
download | gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.gz gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.bz2 gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.zip |
kde-apps: Drop KDE Applications 19.08.0
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r-- | kde-apps/akonadiconsole/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadiconsole/akonadiconsole-19.08.0.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index f519472edf49..6fdbdd62229a 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,3 +1,2 @@ DIST akonadiconsole-19.04.3.tar.xz 193896 BLAKE2B ec993faba9ac0e1330d93fa1122b61796719f7cac8414f7d5de1b5c4ddd95702d15bfe0a19d58db5400b4fd0e1c0f0e5587ecfaa0a748203d3759b611c5c7d10 SHA512 bf6676038cce5c02830be76659264233ac892dcd37731db0e5146983c95e699ce6d9569b96f47de30fd254e016ac1ecf16312e1b29851a56deff133759133b2c -DIST akonadiconsole-19.08.0.tar.xz 193708 BLAKE2B 23687bbed0a90bf8e7fd73a07da42fdcd64031b9def0cd9aabb92b07ee55d138fb389355fcec41d55f8aa2fd1e5c79bb92e2b25499863db0175b41091d369bf9 SHA512 1cf483861c6f75e2d7f4e9cd8a1009c82d5a19bc0a876dc12a0ecfc6bebc95ea932143af69f53ccb7fafa7a819ad19adf61a16c65133caaf9fe778790be3ad8b DIST akonadiconsole-19.08.1.tar.xz 193760 BLAKE2B fb6ad542064eaba0d58fbf565f94a859888344a2b471e5b6607fe0b637aa0c7404829647e936c8091ee19afc2c7d77a469c3108008fee139f672063abe5b73dc SHA512 0d12109baf333bdbc62e40d6711278effbb27fee2993e9c68c6a953240a8156cccc775881e941be5d259c18f56a35d76f3c0d6af832f0b4e83382fb9b7a7ab35 diff --git a/kde-apps/akonadiconsole/akonadiconsole-19.08.0.ebuild b/kde-apps/akonadiconsole/akonadiconsole-19.08.0.ebuild deleted file mode 100644 index 303ffc47eb2d..000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-19.08.0.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://kde.org/" -KEYWORDS="~amd64 ~arm64 ~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}" |