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 ABCAA138595 for ; Thu, 20 Oct 2016 18:57:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65AE7E081D; Thu, 20 Oct 2016 18:57:50 +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 4F26EE081D for ; Thu, 20 Oct 2016 18:57:50 +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 AD476341660 for ; Thu, 20 Oct 2016 18:57:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90977248D for ; Thu, 20 Oct 2016 18:57:46 +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: <1476989857.7098d554d2cd3a58385f3498799d735e4b7dead5.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-plugins/kipi-plugins/ X-VCS-Repository: proj/kde X-VCS-Files: media-plugins/kipi-plugins/kipi-plugins-9999.ebuild X-VCS-Directories: media-plugins/kipi-plugins/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7098d554d2cd3a58385f3498799d735e4b7dead5 X-VCS-Branch: master Date: Thu, 20 Oct 2016 18:57:46 +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: 894645f2-471a-4bea-81bb-d278b52a52ab X-Archives-Hash: ac4006e8ce5a5e74aa1e5eeb38fbac0b commit: 7098d554d2cd3a58385f3498799d735e4b7dead5 Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 20 18:52:10 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 20 18:57:37 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7098d554 media-plugins/kipi-plugins: remove handbook kipi-plugins-doc.git was emptied upstream. Package-Manager: portage-2.3.2 media-plugins/kipi-plugins/kipi-plugins-9999.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/media-plugins/kipi-plugins/kipi-plugins-9999.ebuild b/media-plugins/kipi-plugins/kipi-plugins-9999.ebuild index feab188..661afec 100644 --- a/media-plugins/kipi-plugins/kipi-plugins-9999.ebuild +++ b/media-plugins/kipi-plugins/kipi-plugins-9999.ebuild @@ -5,14 +5,13 @@ EAPI=6 CMAKE_MIN_VERSION="3.0" -KDE_HANDBOOK="true" KDE_TEST="true" inherit kde5 DESCRIPTION="Plugins for the KDE Image Plugin Interface" HOMEPAGE="https://www.digikam.org/" -LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +LICENSE="GPL-2+" KEYWORDS="" IUSE="flashexport mediawiki +remotestorage vkontakte" @@ -63,13 +62,6 @@ RDEPEND="${COMMON_DEPEND} src_prepare() { if [[ ${KDE_BUILD_TYPE} = release ]]; then - # prepare the handbook - mv "${WORKDIR}"/${MY_P}/doc/${PN} "${S}"/doc || die - - if use handbook; then - echo "add_subdirectory( doc )" >> CMakeLists.txt || die - fi - if [[ ${SRC_BRANCH} = stable ]]; then # prepare the translations mv "${WORKDIR}/${MY_P}/po" po || die