From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 61FB51388BF for ; Thu, 18 Feb 2016 14:44:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21FE221C06E; Thu, 18 Feb 2016 14:44:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 805BE21C00A for ; Thu, 18 Feb 2016 14:44:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B043E3409E2 for ; Thu, 18 Feb 2016 14:44:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA5CF18A4 for ; Thu, 18 Feb 2016 14:44:39 +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: <1455805436.ebf4563dcef11d3321d9f162a7e6e8bf6bff025d.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kleopatra/kleopatra-9999.ebuild X-VCS-Directories: kde-apps/kleopatra/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ebf4563dcef11d3321d9f162a7e6e8bf6bff025d X-VCS-Branch: master Date: Thu, 18 Feb 2016 14:44:39 +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: 48d33c4e-6d84-4c07-bba0-53cf465734fd X-Archives-Hash: d2cb28578642aa72125b0970acbb18f0 commit: ebf4563dcef11d3321d9f162a7e6e8bf6bff025d Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Feb 17 18:07:24 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Feb 18 14:23:56 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ebf4563d kde-apps/kleopatra: Add handbook from kdepim/doc subdirectory Package-Manager: portage-2.2.27 kde-apps/kleopatra/kleopatra-9999.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild index ab3879f..e82ff84 100644 --- a/kde-apps/kleopatra/kleopatra-9999.ebuild +++ b/kde-apps/kleopatra/kleopatra-9999.ebuild @@ -4,6 +4,7 @@ EAPI=6 +KDE_HANDBOOK="true" KDE_TEST="true" KMNAME="kdepim" VIRTUALX_REQUIRED="test" @@ -57,3 +58,10 @@ if [[ ${KDE_BUILD_TYPE} = live ]] ; then else S="${WORKDIR}/${KMNAME}-${PV}/${PN}" fi + +src_prepare() { + mv "${WORKDIR}/${P}/doc/${PN}" doc || die "Failed to move handbook" + echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir" + + kde5_src_prepare +}