summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-03-09 21:37:09 +0100
committerJohannes Huber <johu@gentoo.org>2017-03-09 21:37:09 +0100
commitc3bb6e84f7a81bdfd4af5cd6d7019b50e2c33377 (patch)
treed96515b8779bb09a6101b113e11693fbb31ecb34 /kde-apps/akonadi-calendar
parentdev-python/blessings: add missing setuptools DEPEND (diff)
downloadgentoo-c3bb6e84f7a81bdfd4af5cd6d7019b50e2c33377.tar.gz
gentoo-c3bb6e84f7a81bdfd4af5cd6d7019b50e2c33377.tar.bz2
gentoo-c3bb6e84f7a81bdfd4af5cd6d7019b50e2c33377.zip
kde-apps: Remove KDE Applications 16.12.2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'kde-apps/akonadi-calendar')
-rw-r--r--kde-apps/akonadi-calendar/Manifest1
-rw-r--r--kde-apps/akonadi-calendar/akonadi-calendar-16.12.2.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest
index c7bb0ca95246..87713c01f196 100644
--- a/kde-apps/akonadi-calendar/Manifest
+++ b/kde-apps/akonadi-calendar/Manifest
@@ -1,2 +1 @@
-DIST akonadi-calendar-16.12.2.tar.xz 115212 SHA256 d3b0a74ce99d6251607108b736ced91d4f31397f49517de587aa508160e5d3e1 SHA512 997c48e7c8b94119a9411e2eef1ea542d402e4b6d108cbaa9a27f6c6df72fc28d12d6f7ebba0351eb9bfdc11f33517e062ae02ac15bc476245c33cdc12c618a8 WHIRLPOOL 7ab75242eb95ceb1ce431b29ab2f834165b9ae2185646ec0c6719c908ecf91fa98f48d800d7232d0849a7d097f539ca1b3c743d7b39c4331a8f3e9150589f28e
DIST akonadi-calendar-16.12.3.tar.xz 115216 SHA256 0f147a81bd40b3e8b847863b2848b516efdf2dcf5642c49f62ae9c8e9419664f SHA512 dfc10af89a7d3895fc7155e2acc45404826e37416baf113d43631251f285b41b0622daae99731402e0f03023aa1be6299348a7bca715f2d8d374bf070d65351c WHIRLPOOL 5ccc017dad8390016c15cf0e5d43cb3c6fbbf40202aef56144591abb80de0f820403baeac9d68756421cb0b4999d55144ebd55b89d770467230efae93e50c91f
diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-16.12.2.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-16.12.2.ebuild
deleted file mode 100644
index e31a69ddc72c..000000000000
--- a/kde-apps/akonadi-calendar/akonadi-calendar-16.12.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_TEST="true"
-inherit kde5
-
-DESCRIPTION="Library for akonadi calendar integration"
-LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemmodels)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep akonadi-contacts)
- $(add_kdeapps_dep akonadi-mime)
- $(add_kdeapps_dep kcalcore)
- $(add_kdeapps_dep kcalutils)
- $(add_kdeapps_dep kcontacts)
- $(add_kdeapps_dep kidentitymanagement)
- $(add_kdeapps_dep kmailtransport)
- $(add_kdeapps_dep kmime)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test"