From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6F5A138330 for ; Wed, 31 Aug 2016 14:34:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CB2221C132; Wed, 31 Aug 2016 14:33:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F51821C132 for ; Wed, 31 Aug 2016 14:33:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70C6033D3D0 for ; Wed, 31 Aug 2016 14:33:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3E592471 for ; Wed, 31 Aug 2016 14:33:40 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1472654009.4741f1ba3d05caaf50900e720d824e3725acb7a9.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/konsolekalendar/konsolekalendar-9999.ebuild X-VCS-Directories: kde-apps/konsolekalendar/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4741f1ba3d05caaf50900e720d824e3725acb7a9 X-VCS-Branch: master Date: Wed, 31 Aug 2016 14:33:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c0b0f046-8185-4b16-9c2f-1de2bf5937cd X-Archives-Hash: 767aede215af9910da1997ae06be50bc commit: 4741f1ba3d05caaf50900e720d824e3725acb7a9 Author: Andreas Sturmlechner gmail com> AuthorDate: Tue Aug 30 12:04:54 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 31 14:33:29 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4741f1ba kde-apps/konsolekalendar: Upstream repository changed Package-Manager: portage-2.2.28 kde-apps/konsolekalendar/konsolekalendar-9999.ebuild | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild index 6e128f7..15bb01d 100644 --- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild +++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild @@ -5,10 +5,10 @@ EAPI=6 KDE_HANDBOOK="forceoptional" -KMNAME="kdepim" +KMNAME="akonadi-calendar-tools" inherit kde5 -DESCRIPTION="A command line interface to KDE calendars" +DESCRIPTION="Command line interface to KDE calendars" HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" KEYWORDS="" @@ -28,18 +28,7 @@ DEPEND=" " 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 }