summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/konsolekalendar/konsolekalendar-16.08.2.ebuild')
-rw-r--r--kde-apps/konsolekalendar/konsolekalendar-16.08.2.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/konsolekalendar/konsolekalendar-16.08.2.ebuild b/kde-apps/konsolekalendar/konsolekalendar-16.08.2.ebuild
deleted file mode 100644
index 2232daa06357..000000000000
--- a/kde-apps/konsolekalendar/konsolekalendar-16.08.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KMNAME="kdepim"
-inherit kde5
-
-DESCRIPTION="A command line interface to KDE calendars"
-HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-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}"
-
-if [[ ${KDE_BUILD_TYPE} = live ]] ; then
- S="${WORKDIR}/${P}/console"
-else
- S="${WORKDIR}/${KMNAME}-${PV}/console"
-fi
-
-src_prepare() {
- # konsolekalendar subproject does not contain doc
- # at least until properly split upstream
- echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir"
- mv ../doc/${PN} doc || die "Failed to move handbook"
-
- cmake_comment_add_subdirectory calendarjanitor
- kde5_src_prepare
-}