summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-09 21:36:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-30 23:12:39 +0100
commit2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113 (patch)
tree7b4825371b2e400d68de569ee34cf31054f51919 /kde-apps/calendarjanitor
parentkde-apps: 17.08.3 stable for amd64 (diff)
downloadgentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.gz
gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.bz2
gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.zip
kde-apps: Drop KDE Applications 17.04.3
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/calendarjanitor')
-rw-r--r--kde-apps/calendarjanitor/Manifest1
-rw-r--r--kde-apps/calendarjanitor/calendarjanitor-17.04.3.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-apps/calendarjanitor/Manifest b/kde-apps/calendarjanitor/Manifest
index bad0f98d5485..6daec2b93dd2 100644
--- a/kde-apps/calendarjanitor/Manifest
+++ b/kde-apps/calendarjanitor/Manifest
@@ -1,2 +1 @@
-DIST akonadi-calendar-tools-17.04.3.tar.xz 222024 SHA256 9bac14cbd607d9995c34ce650e5bf4315db6ac8c2750eca72d392a4f01daeefb SHA512 49ac47c22ef3da8eb038e11426461456081ff4288bd99eb938dd8b55f5a1010c8c199b7f215290c67b092705833cc801c0964eee9005a2f093bc2f58fd9523bd WHIRLPOOL 0a4f2270f40f8b9a35c1751920600f7dd029ebc166f99e7793a84869a8de4dc175fc58b572ba767254f3da6257cdcb1080954da2c3ee6ad3faf61300337c69b4
DIST akonadi-calendar-tools-17.08.3.tar.xz 223524 SHA256 7c4e1599998eb597233107dc4b1a21c8fd7aa802b7e0f914b762e0ad8daf65a5 SHA512 9ff26e19f7fcbedb76698d40f781c4e96f97c6441e5002b3fa0d63b22558563ae8f25f8343b05acc400af2fa5e96b7f96c4fa3a9ffc82cbf5d01cf21e002cd40 WHIRLPOOL 8b68c8bc2940141fb4d906f37904d3d9cd9604bcda626fa02aa9aa0e8f92670bf2d0f09ec74a76d1e07aa79fe83fba70da1b622f117de1aed5d9e21289a8c3e3
diff --git a/kde-apps/calendarjanitor/calendarjanitor-17.04.3.ebuild b/kde-apps/calendarjanitor/calendarjanitor-17.04.3.ebuild
deleted file mode 100644
index 9d47ae21ffd2..000000000000
--- a/kde-apps/calendarjanitor/calendarjanitor-17.04.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release
-KDE_TEST="false"
-KMNAME="akonadi-calendar-tools"
-inherit kde5
-
-DESCRIPTION="Tool to scan calendar data for buggy instances"
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-
-DEPEND="
- $(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_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
- !kde-apps/kdepim-l10n
-"
-
-src_prepare() {
- kde5_src_prepare
-
- cmake_comment_add_subdirectory doc konsolekalendar
- sed -i -e "/console\.categories/ s/^/#DONT/" CMakeLists.txt || die
-
- # delete colliding konsolekalendar translations
- if [[ ${KDE_BUILD_TYPE} = release ]]; then
- rm -f po/*/konsolekalendar.po || die
- rm -rf po/*/docs/konsolekalendar || die
- fi
-}