diff options
author | 2016-12-16 21:31:23 +0100 | |
---|---|---|
committer | 2016-12-16 21:35:43 +0100 | |
commit | 5c76f1475fba8789f09991d28e6b03dc87cb2705 (patch) | |
tree | aa4ff044b81731ec7018b82d4a9aee359ba62025 /kde-apps/akonadiconsole | |
parent | dev-python/pssi: treeclean (diff) | |
download | gentoo-5c76f1475fba8789f09991d28e6b03dc87cb2705.tar.gz gentoo-5c76f1475fba8789f09991d28e6b03dc87cb2705.tar.bz2 gentoo-5c76f1475fba8789f09991d28e6b03dc87cb2705.zip |
kde-apps: Remove KDE PIM 16.08.3
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.08.3.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 7180db4a3360..d9d6d12b2fd0 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,3 +1,2 @@ DIST akonadiconsole-16.12.0.tar.xz 177268 SHA256 265a358d522c467da811153a6eba734d30c1519b7e8dca14d4d9f3896de9790c SHA512 77ce84d74a3a067518b33b6c9474772fe65b7c3bea6ac9157dbaf84e68eab460f34693838d45b9e0efe394eadc1530387f039aefc6c513e51466f4a8545727e7 WHIRLPOOL a6a08c1bc45260fb198ccdce9f6c65e8de46a999742e3608806f48981a162b7815dd1d1d3177ab28826f77aeb3b9a18c0791b798f1e6f576b548539a93073c82 -DIST kdepim-16.08.3.tar.xz 6334104 SHA256 ba4eeb412fb3b95e5b25650f7d1c6386806fd9c8eb633b58ca1fa63846dc19d0 SHA512 eb54fe35c959651449f0c256ad31a391bb4292c0ff461fcb945caf925ba52ae7a07747d4871768efb28c87e243e5f1a5bf2652d62f5d640a0b9ce9e550472a5d WHIRLPOOL 8d6bb1bf7a27734028a519ed4f39dc61121c456945c26a8edad038066f87a77d2535c4287e0a109c32b7652e15ec7ab27c512a77f90676d66c03ea7e1ae267e3 DIST kdepim-4.14.11_pre20160211.tar.gz 18551484 SHA256 b970c0c04652519cc7e88d818b3a29e7b356a73f449f7f6e5767d60e5b2a17e3 SHA512 e7fcf14353e457e9b3ec2d7eefa18ac0d9bc454ecaa682dcaf1585a6a36968bc8d7ea6ab61398a8d697d9343f0cd87472a906d444f814cd44956b6499826bb1d WHIRLPOOL f66fd74138ce871f88ce211c3b6af287cddaeda493e42c3b683938c274482d1f09a3ae659d380d4e19f5e5da70f5724ddd48723acf5846f6a1e9c01a79803e7e diff --git a/kde-apps/akonadiconsole/akonadiconsole-16.08.3.ebuild b/kde-apps/akonadiconsole/akonadiconsole-16.08.3.ebuild deleted file mode 100644 index ab975fdce36f..000000000000 --- a/kde-apps/akonadiconsole/akonadiconsole-16.08.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release -KMNAME="kdepim" -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 ~arm ~x86 ~amd64-linux ~x86-linux" - -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}" |