summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 13:41:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 13:41:03 +0100
commite7b73bae15157f49fc1f212c6f102c4af053cac1 (patch)
tree4466c435fccb9220e587de7f0d31457d146e007e /kde-apps/konsolekalendar
parentkde-apps: Add KDE Applications 18.08.3 (diff)
downloadgentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.gz
gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.bz2
gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.zip
kde-apps: Drop KDE Applications 18.08.2
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/konsolekalendar')
-rw-r--r--kde-apps/konsolekalendar/Manifest1
-rw-r--r--kde-apps/konsolekalendar/konsolekalendar-18.08.2.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest
index eb53e3d217b6..1459f16a89ad 100644
--- a/kde-apps/konsolekalendar/Manifest
+++ b/kde-apps/konsolekalendar/Manifest
@@ -1,3 +1,2 @@
DIST akonadi-calendar-tools-18.04.3.tar.xz 221048 BLAKE2B 66dda4fb9e796f12a06a314197d95f33117dfa5c0d962c46edc6cceef225407f4b9ed4acc334ad9927c151f7e4709dcb4deac78d0252b5e62ec78cecc2ae2079 SHA512 25183856d3bc5ee2b1bcff27055479c9694df37db169419d0ef3525adcdebd06dae07134ab7ebadc42afd9d79d7598574b8c5036e6c295b0986af048153b1b9b
-DIST akonadi-calendar-tools-18.08.2.tar.xz 225988 BLAKE2B 76bc913d567b9f64a0272b55ef0814b818909bcdd6e2b077476849fd442b16e2cb22dfc6dc8c929a40258d35fed0ef38131c65edf133f50f4d748e197bb08da1 SHA512 c83991219e200ee1dd310e13ca64ede2d005bc24c4fd1ec40bbfc9d406aa8b83b2959b76e2639e10307bb2eea462a38170cf424e086c67bba70dd4d2e60d3c53
DIST akonadi-calendar-tools-18.08.3.tar.xz 225844 BLAKE2B 7c0e6689049a7bd022cc5b9e1201244997b20b944f9e350e71ea0f9cd7954e2e07a3ebf431c455c925f7180880d127ba590debf16ca2544bfa762efad33ac547 SHA512 f858d8eb2b79b999459d04ccf8e8a05c53c7275b6b3cd2f80224da42f280a4d2a4d6738a235c1f3bb4b40e36d605310cda01097678441b5c4a94698fdf42097d
diff --git a/kde-apps/konsolekalendar/konsolekalendar-18.08.2.ebuild b/kde-apps/konsolekalendar/konsolekalendar-18.08.2.ebuild
deleted file mode 100644
index 7a038070c7e8..000000000000
--- a/kde-apps/konsolekalendar/konsolekalendar-18.08.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KMNAME="akonadi-calendar-tools"
-inherit kde5
-
-DESCRIPTION="Command line interface to KDE calendars"
-HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep ki18n)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep akonadi-calendar)
- $(add_kdeapps_dep calendarsupport)
- $(add_kdeapps_dep kcalcore)
- $(add_kdeapps_dep kcalutils)
-"
-RDEPEND="${DEPEND}
- !kde-apps/kdepim-l10n
-"
-
-src_prepare() {
- kde5_src_prepare
-
- # delete colliding calendarjanitor translations
- if [[ ${KDE_BUILD_TYPE} = release ]]; then
- rm -f po/*/calendarjanitor.po || die
- fi
-
- cmake_comment_add_subdirectory calendarjanitor
-}