diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-23 18:49:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-23 20:34:38 +0200 |
commit | 2082ea08a0c011163579a0e375334fcc8c516d65 (patch) | |
tree | 9ea7fced2372c33b01195a8b4615b77cf6557d22 /kde-apps/akonadiconsole | |
parent | sys-kernel/gentoo-sources: Linux patch 4.10.12 (diff) | |
download | gentoo-2082ea08a0c011163579a0e375334fcc8c516d65.tar.gz gentoo-2082ea08a0c011163579a0e375334fcc8c516d65.tar.bz2 gentoo-2082ea08a0c011163579a0e375334fcc8c516d65.zip |
kde-apps: Remove KDE PIM 16.12.3
17.04.0 is in tree and should be used instead.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r-- | kde-apps/akonadiconsole/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadiconsole/akonadiconsole-16.12.3.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 1475824063e3..ec77f3d9e52c 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,3 +1,2 @@ -DIST akonadiconsole-16.12.3.tar.xz 177312 SHA256 63339a45b85c6f7fd87f8a67da16bd9e070a562fe4a962cc6bbe78108cadaaa4 SHA512 e4cbadafd67744aefe40a7bed359390a285bbbed9cf3569114acf74c12d6b0337517fe7f01497ea878dd84c35e55e40f17b644825edc2196d5ced065d3cde8f1 WHIRLPOOL 7da1480ea8e865a35d048902b982f0a54baadb2f378343aafe9941bcec32a1d6ef125913a10edc9a960d216a3d8259a63918e9078f0c82c0c061a192e54bcb77 DIST akonadiconsole-17.04.0.tar.xz 185444 SHA256 6dccfa21b11149f9786a30800aec191c24c1c0a846e92b4474fe8bf4c3fe4d05 SHA512 e59181f4e2b4f431c8ceba2ad4683815ffd067e6afec06a09ec2404ade719552d36dd11d3dbe78b004f88cd5da5f6895986b41083aaad0da91dca328a70a98fd WHIRLPOOL d67cd0e95488aac19698928aa8abf5c1811c6ebd139c31aafcf8017fb02c7769bf44369da81e82234f36541d7f5c23c705fa39c6ed4c2784a9ea18e0c138419a DIST kdepim-4.14.11_pre20160211.tar.gz 18551484 SHA256 b970c0c04652519cc7e88d818b3a29e7b356a73f449f7f6e5767d60e5b2a17e3 SHA512 e7fcf14353e457e9b3ec2d7eefa18ac0d9bc454ecaa682dcaf1585a6a36968bc8d7ea6ab61398a8d697d9343f0cd87472a906d444f814cd44956b6499826bb1d WHIRLPOOL f66fd74138ce871f88ce211c3b6af287cddaeda493e42c3b683938c274482d1f09a3ae659d380d4e19f5e5da70f5724ddd48723acf5846f6a1e9c01a79803e7e diff --git a/kde-apps/akonadiconsole/akonadiconsole-16.12.3.ebuild b/kde-apps/akonadiconsole/akonadiconsole-16.12.3.ebuild deleted file mode 100644 index 8e7feb7fa08c..000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-16.12.3.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}" |