diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-11 23:58:42 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-12 00:00:00 +0100 |
commit | a75694433ab6c9b8bf09be0f88379d2e5f957b43 (patch) | |
tree | 3ed8242f8308bcbda5f9e81751ceaeba30a62781 /kde-apps/akonadiconsole | |
parent | net-misc/youtube-dl: Old. (diff) | |
download | gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.tar.gz gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.tar.bz2 gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.zip |
kde-apps: Drop KDE Applications 17.12.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r-- | kde-apps/akonadiconsole/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadiconsole/akonadiconsole-17.12.1.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 53b4556db9f7..3963a7ace6c7 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,3 +1,2 @@ DIST akonadiconsole-17.08.3.tar.xz 185196 BLAKE2B fb630eb12653f8a6d8f4064f0fa6a0deaf6766959db4d55f6a6526be504023d4a08954186924063bc4c6aca00d1523f46517d64b6f81da0f43e0a5878d7815dc SHA512 a9de6c25c9b7dea29595e5ed815e25cd37b715afa2c754c9920cf9c6be4755d5bcf5376cad82853fad75feb1540d29afb9691731c09ec057571e8ed860bf1563 -DIST akonadiconsole-17.12.1.tar.xz 185432 BLAKE2B 9a5f9832aceee800036e24d9140166ac9699fa6549dcb0b41166ad5d94bfd35abb61f3b8fb65d25f2c1d4737a24675b93c74c458623b01796c7380fa16916be0 SHA512 d612c31db21086f301bfa0e60051603655f088edbaf1f3011e6ed485b5657764c8075eb29b1072ee0a3f2c945726e3c545812fb930353310117da9d54bdbf7ea DIST akonadiconsole-17.12.2.tar.xz 185436 BLAKE2B 529d6165863cefb6c33264635ba5e830a94399910fec590755fe03e1e0f52c2b5a674a3acc23e8cac6ac5690f0b92ffea261ae07fe8ab4c7aec6f9671b353e29 SHA512 0fb504ef4dcd273308fb947014b2dc1cf475e915f244133b1c542df42b19eec6581e465a635bc3fe3320b753b9aaa8bb314207d1859458178aaf62c55984ac23 diff --git a/kde-apps/akonadiconsole/akonadiconsole-17.12.1.ebuild b/kde-apps/akonadiconsole/akonadiconsole-17.12.1.ebuild deleted file mode 100644 index d52c05a1db49..000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-17.12.1.ebuild +++ /dev/null @@ -1,46 +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 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) - dev-libs/xapian:= -" -RDEPEND="${DEPEND}" |