diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-12 16:27:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-12 16:27:02 +0200 |
commit | 785f4d219815a902112f8ab45a7c190173a4bf16 (patch) | |
tree | 49fa9222f9c526f5ae6e3bd35c643be9c330f477 /kde-apps/calendarjanitor | |
parent | kde-apps: Add KDE Applications 17.08.2 (diff) | |
download | gentoo-785f4d219815a902112f8ab45a7c190173a4bf16.tar.gz gentoo-785f4d219815a902112f8ab45a7c190173a4bf16.tar.bz2 gentoo-785f4d219815a902112f8ab45a7c190173a4bf16.zip |
kde-apps: Drop KDE Applications 17.08.1
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'kde-apps/calendarjanitor')
-rw-r--r-- | kde-apps/calendarjanitor/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/calendarjanitor/calendarjanitor-17.08.1.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-apps/calendarjanitor/Manifest b/kde-apps/calendarjanitor/Manifest index 05f119f8912d..5e54bbadff52 100644 --- a/kde-apps/calendarjanitor/Manifest +++ b/kde-apps/calendarjanitor/Manifest @@ -1,3 +1,2 @@ DIST akonadi-calendar-tools-17.04.3.tar.xz 222024 SHA256 9bac14cbd607d9995c34ce650e5bf4315db6ac8c2750eca72d392a4f01daeefb SHA512 49ac47c22ef3da8eb038e11426461456081ff4288bd99eb938dd8b55f5a1010c8c199b7f215290c67b092705833cc801c0964eee9005a2f093bc2f58fd9523bd WHIRLPOOL 0a4f2270f40f8b9a35c1751920600f7dd029ebc166f99e7793a84869a8de4dc175fc58b572ba767254f3da6257cdcb1080954da2c3ee6ad3faf61300337c69b4 -DIST akonadi-calendar-tools-17.08.1.tar.xz 223160 SHA256 99d1fdbc26693c369da415856bb24386bb14bb3be4df226ed43fb0f5921f99f8 SHA512 33b5b7dd1bf75d587967e031bd1c494bae92b78996f96caf367142519e7ee5bed16ae606be18f043f947ee01c8f065e544572d37df9cda6724cab75e5605e91d WHIRLPOOL de4ec66ad9409f4c1d071e2917248c329d51b83be9c4287d0442d4fd190e441a68426abd7e1fb04b08f60092b4b6d05a7d4579c13f95ce709282aade580b4ff0 DIST akonadi-calendar-tools-17.08.2.tar.xz 223572 SHA256 189832fac8218baa8d5e123b18bea83b0f55f5979fb42fabb95deb00718b31f9 SHA512 65d02f21e323afe156c39c6f68c3bbeb61b130209855d020fc233f016edf0893fc1e510608dde55d6ceb02416e1ddef0d132e2a34d459da10e761a066a1e2507 WHIRLPOOL 9dd5dbc49f13168180ee29d5a63f45185945b4b896f33353922b1198a97f3f628e30be0eeeabc74926e9d9213348417fcd236cb784827003e061fb35bc482ce8 diff --git a/kde-apps/calendarjanitor/calendarjanitor-17.08.1.ebuild b/kde-apps/calendarjanitor/calendarjanitor-17.08.1.ebuild deleted file mode 100644 index 8363967d9d1b..000000000000 --- a/kde-apps/calendarjanitor/calendarjanitor-17.08.1.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 -} |