summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 09:47:19 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 16:50:01 +0100
commitbf8512d598d6e4979f9c12a7c6e5e82e476c5b4d (patch)
tree185af112be74928dd5649cd7e3aaf5a9a6a004a5 /kde-apps/konsolekalendar
parentkde-apps: Add KDE Applications 18.12.1 (diff)
downloadgentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.tar.gz
gentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.tar.bz2
gentoo-bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d.zip
kde-apps: Drop KDE Applications 18.12.0
Package-Manager: Portage-2.3.54, 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.12.0.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest
index 5747cfd85dba..a42754d51f2f 100644
--- a/kde-apps/konsolekalendar/Manifest
+++ b/kde-apps/konsolekalendar/Manifest
@@ -1,3 +1,2 @@
DIST akonadi-calendar-tools-18.08.3.tar.xz 225844 BLAKE2B 7c0e6689049a7bd022cc5b9e1201244997b20b944f9e350e71ea0f9cd7954e2e07a3ebf431c455c925f7180880d127ba590debf16ca2544bfa762efad33ac547 SHA512 f858d8eb2b79b999459d04ccf8e8a05c53c7275b6b3cd2f80224da42f280a4d2a4d6738a235c1f3bb4b40e36d605310cda01097678441b5c4a94698fdf42097d
-DIST akonadi-calendar-tools-18.12.0.tar.xz 225048 BLAKE2B 9cd9f65b11a7bf848c246e5ee627e3ec9a7dadc21402e86821d2db9443f9fb8d8fc2763b28dba8fc4bb8b82352d0130e05ff93b804297c68c3c72669200bc2e0 SHA512 e230bd5a71ab10ac7cde4696ce29e46f06011826b581988cc29d5703732dd3be1443f9ec686fafa08fe6c769a5b05d1fc66b5f0fa99aa0c932177ec09f472ef6
DIST akonadi-calendar-tools-18.12.1.tar.xz 224972 BLAKE2B 069371fa75c1c5c467553fdbc17bb9977a09cc376559ea656f5219ba4911814c0263f157676d289e4064d0afd730c91998cc574a1ce82853f15aba3be904bc38 SHA512 bb9c78c793863a124fdc102a83689550c6d7154fbf3f514cf4fbc3d3cf8a8083d8e4d2f09d55f3b47eda916b2919eab1ee3fd189183080cb45db9802af98445a
diff --git a/kde-apps/konsolekalendar/konsolekalendar-18.12.0.ebuild b/kde-apps/konsolekalendar/konsolekalendar-18.12.0.ebuild
deleted file mode 100644
index 7a038070c7e8..000000000000
--- a/kde-apps/konsolekalendar/konsolekalendar-18.12.0.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
-}