commit: 4741f1ba3d05caaf50900e720d824e3725acb7a9 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Tue Aug 30 12:04:54 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> 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 }
