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/konsolekalendar/
Date: Wed, 31 Aug 2016 14:34:11
Message-Id: 1472654009.4741f1ba3d05caaf50900e720d824e3725acb7a9.kensington@gentoo
1 commit: 4741f1ba3d05caaf50900e720d824e3725acb7a9
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 30 12:04:54 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=4741f1ba
7
8 kde-apps/konsolekalendar: Upstream repository changed
9
10 Package-Manager: portage-2.2.28
11
12 kde-apps/konsolekalendar/konsolekalendar-9999.ebuild | 15 ++-------------
13 1 file changed, 2 insertions(+), 13 deletions(-)
14
15 diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
16 index 6e128f7..15bb01d 100644
17 --- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
18 +++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild
19 @@ -5,10 +5,10 @@
20 EAPI=6
21
22 KDE_HANDBOOK="forceoptional"
23 -KMNAME="kdepim"
24 +KMNAME="akonadi-calendar-tools"
25 inherit kde5
26
27 -DESCRIPTION="A command line interface to KDE calendars"
28 +DESCRIPTION="Command line interface to KDE calendars"
29 HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar"
30 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
31 KEYWORDS=""
32 @@ -28,18 +28,7 @@ DEPEND="
33 "
34 RDEPEND="${DEPEND}"
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 - # konsolekalendar subproject does not contain doc
44 - # at least until properly split upstream
45 - echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir"
46 - mv ../doc/${PN} doc || die "Failed to move handbook"
47 -
48 cmake_comment_add_subdirectory calendarjanitor
49 kde5_src_prepare
50 }