diff options
author | 2019-01-10 09:47:19 +0100 | |
---|---|---|
committer | 2019-01-10 16:50:01 +0100 | |
commit | bf8512d598d6e4979f9c12a7c6e5e82e476c5b4d (patch) | |
tree | 185af112be74928dd5649cd7e3aaf5a9a6a004a5 /kde-apps/konsolekalendar/konsolekalendar-18.12.0.ebuild | |
parent | kde-apps: Add KDE Applications 18.12.1 (diff) | |
download | gentoo-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/konsolekalendar-18.12.0.ebuild')
-rw-r--r-- | kde-apps/konsolekalendar/konsolekalendar-18.12.0.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
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 -} |