summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-07 14:55:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-07 14:55:16 +0100
commit19b750baa590ed28f2bedae13ac33568abc85c0f (patch)
tree6a9b7c5dafc366614606637b19a58155c7e9a55d /kde-apps/calendarsupport
parentkde-apps/kpat: Restore KEYWORDS (diff)
downloadgentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.tar.gz
gentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.tar.bz2
gentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.zip
kde-apps: Drop KDE Applications 18.12.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-apps/calendarsupport')
-rw-r--r--kde-apps/calendarsupport/Manifest1
-rw-r--r--kde-apps/calendarsupport/calendarsupport-18.12.2.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest
index a9b6afb89b9f..56f482c2a4a8 100644
--- a/kde-apps/calendarsupport/Manifest
+++ b/kde-apps/calendarsupport/Manifest
@@ -1,3 +1,2 @@
DIST calendarsupport-18.08.3.tar.xz 647540 BLAKE2B 76e0ddb739b74d378af0f91dafde28f930c3224fd4f75377632531ff510ccc47c1cba91e78304545af6e3ab723c758adbdeda3f0d613503ace2a8e71fd45a860 SHA512 7b4d7229ce54146bd4746fb78c8079395409228f87013820de31b5d1a3288c8312c4f489b6dcb2b3bd0f4cdca51fe8deb48e51a77a22d7d41473819dabd3a41d
-DIST calendarsupport-18.12.2.tar.xz 646720 BLAKE2B 069277c2298e55f907689a0a1de12abe4d1d0817f62a47ac62bf79bb59021a511b9783152164108578e6fc1761297391e10e2c3240356a27d7d3cac5a01f03f5 SHA512 0da68881d618a6157c38e9ead1f2a9974f1d9e766709aa22841e6277c578e21e99aee6ed8a5eb118b71e46efdb80f9aad9003d4da955042e2865ade9fed53fe8
DIST calendarsupport-18.12.3.tar.xz 646736 BLAKE2B 63b2a0e0ef252942b82469c9b9f20ac4948a9b33b02c58f9d6b7770a2115f839d73dd94a688078815c7b028912b556f80512e5f1365ab964b15021b040841055 SHA512 a439446fda179c9996e039328e981ce37ec5caae386e3dc239a58aca987a58807d814b2e410ba3bdef219c67411f97441e6b0e71aee26a8697dde3c81e5d9a52
diff --git a/kde-apps/calendarsupport/calendarsupport-18.12.2.ebuild b/kde-apps/calendarsupport/calendarsupport-18.12.2.ebuild
deleted file mode 100644
index 78a57dc4486b..000000000000
--- a/kde-apps/calendarsupport/calendarsupport-18.12.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Calendar support library"
-LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep kholidays)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep akonadi-calendar)
- $(add_kdeapps_dep akonadi-mime)
- $(add_kdeapps_dep kcalcore)
- $(add_kdeapps_dep kcalutils)
- $(add_kdeapps_dep kdepim-apps-libs)
- $(add_kdeapps_dep kidentitymanagement)
- $(add_kdeapps_dep kmime)
- $(add_kdeapps_dep libkdepim)
- $(add_kdeapps_dep pimcommon)
- $(add_qt_dep designer)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtwidgets)
- dev-libs/libical
-"
-RDEPEND="${DEPEND}
- !kde-apps/kdepim-l10n
-"