Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/calendarjanitor/
Date: Wed, 31 Aug 2016 14:34:42
Message-Id: 1472654009.a644cf73ca900d5cbc4a6eb21b9cb7d393cafb47.kensington@gentoo
1 commit: a644cf73ca900d5cbc4a6eb21b9cb7d393cafb47
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 30 12:04:26 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 14:33:29 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a644cf73
7
8 kde-apps/calendarjanitor: Upstream repository changed
9
10 Package-Manager: portage-2.2.28
11
12 kde-apps/calendarjanitor/calendarjanitor-9999.ebuild | 12 +++---------
13 1 file changed, 3 insertions(+), 9 deletions(-)
14
15 diff --git a/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild b/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild
16 index 3a3d95b..b78b1da 100644
17 --- a/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild
18 +++ b/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild
19 @@ -6,10 +6,10 @@ EAPI=6
20
21 KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release
22 KDE_TEST="false"
23 -KMNAME="kdepim"
24 +KMNAME="akonadi-calendar-tools"
25 inherit kde5
26
27 -DESCRIPTION="A tool to scan calendar data for buggy instances"
28 +DESCRIPTION="Tool to scan calendar data for buggy instances"
29 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
30 KEYWORDS=""
31
32 @@ -29,13 +29,7 @@ RDEPEND="${DEPEND}
33 !kde-apps/kdepim:5
34 "
35
36 -if [[ ${KDE_BUILD_TYPE} = live ]] ; then
37 - S="${WORKDIR}/${P}/console"
38 -else
39 - S="${WORKDIR}/${KMNAME}-${PV}/console"
40 -fi
41 -
42 src_prepare() {
43 - cmake_comment_add_subdirectory konsolekalendar
44 + cmake_comment_add_subdirectory doc konsolekalendar
45 kde5_src_prepare
46 }