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 F00701384B4 for ; Fri, 13 Nov 2015 16:30:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50AACE08A0; Fri, 13 Nov 2015 16:30:18 +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 691F421C039 for ; Fri, 13 Nov 2015 16:30:17 +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 B0BFC34076D for ; Fri, 13 Nov 2015 16:30:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 865592320 for ; Fri, 13 Nov 2015 16:30:13 +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: <1447432181.cd9341e9c5693512297c3cfc1714523096bd7771.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kio/kio-5.16.0.ebuild kde-frameworks/kio/kio-9999.ebuild X-VCS-Directories: kde-frameworks/kio/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cd9341e9c5693512297c3cfc1714523096bd7771 X-VCS-Branch: master Date: Fri, 13 Nov 2015 16:30:13 +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: 0bb32540-77d2-43c1-b814-e7d9396906d1 X-Archives-Hash: 7bf1dae361bef191bd0670089905dbed commit: cd9341e9c5693512297c3cfc1714523096bd7771 Author: Michael Palimaka gentoo org> AuthorDate: Fri Nov 13 16:29:08 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Nov 13 16:29:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd9341e9 kde-frameworks/kio: handle handbook without eclass The eclass handling causes all handbooks to be ignored, because it expects them to be organised into linguas directories. Package-Manager: portage-2.2.24 kde-frameworks/kio/kio-5.16.0.ebuild | 7 +++---- kde-frameworks/kio/kio-9999.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/kde-frameworks/kio/kio-5.16.0.ebuild b/kde-frameworks/kio/kio-5.16.0.ebuild index 1518390..a420d48 100644 --- a/kde-frameworks/kio/kio-5.16.0.ebuild +++ b/kde-frameworks/kio/kio-5.16.0.ebuild @@ -4,16 +4,14 @@ EAPI=5 -VIRTUALX_REQUIRED="test" -KDE_HANDBOOK="true" -KDE_DOC_DIR="docs" KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Framework providing transparent file and data management" LICENSE="LGPL-2+" KEYWORDS=" ~amd64 ~x86" -IUSE="acl kerberos +kwallet X" +IUSE="acl +handbook kerberos +kwallet X" COMMON_DEPEND=" $(add_frameworks_dep karchive) @@ -53,6 +51,7 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} dev-qt/qtconcurrent:5 + handbook? ( $(add_frameworks_dep kdoctools) ) test? ( sys-libs/zlib ) X? ( x11-libs/libX11 diff --git a/kde-frameworks/kio/kio-9999.ebuild b/kde-frameworks/kio/kio-9999.ebuild index efa725f..bf1f9a0 100644 --- a/kde-frameworks/kio/kio-9999.ebuild +++ b/kde-frameworks/kio/kio-9999.ebuild @@ -4,16 +4,14 @@ EAPI=5 -VIRTUALX_REQUIRED="test" -KDE_HANDBOOK="true" -KDE_DOC_DIR="docs" KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Framework providing transparent file and data management" LICENSE="LGPL-2+" KEYWORDS="" -IUSE="acl kerberos +kwallet X" +IUSE="acl +handbook kerberos +kwallet X" COMMON_DEPEND=" $(add_frameworks_dep karchive) @@ -53,6 +51,7 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} dev-qt/qtconcurrent:5 + handbook? ( $(add_frameworks_dep kdoctools) ) test? ( sys-libs/zlib ) X? ( x11-libs/libX11