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 D7816138A6B for ; Sun, 23 Oct 2016 16:20:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D675E081C; Sun, 23 Oct 2016 16:20:23 +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 63B74E081C for ; Sun, 23 Oct 2016 16:20:23 +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 784C2341691 for ; Mon, 24 Oct 2016 06:14:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27AE62FF for ; Sun, 23 Oct 2016 16:20:20 +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: <1477239611.bbd1e60b59c7062be130ba266a91ae3d1b8202f4.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/krusader/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/krusader/krusader-9999.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: bbd1e60b59c7062be130ba266a91ae3d1b8202f4 X-VCS-Branch: master Date: Sun, 23 Oct 2016 16:20:20 +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: 5ae30ddc-f407-4757-a3df-a406b5586b18 X-Archives-Hash: fcf50ea9e1df265846f2d6e6f033ff7b commit: bbd1e60b59c7062be130ba266a91ae3d1b8202f4 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Oct 22 21:36:50 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Oct 23 16:20:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bbd1e60b kde-misc/krusader: Add missing DEPEND, fix HOMEPAGE, force doc optional Package-Manager: portage-2.3.0 kde-misc/krusader/krusader-9999.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/kde-misc/krusader/krusader-9999.ebuild b/kde-misc/krusader/krusader-9999.ebuild index a6ceaa8..7c0a5fe 100644 --- a/kde-misc/krusader/krusader-9999.ebuild +++ b/kde-misc/krusader/krusader-9999.ebuild @@ -4,17 +4,18 @@ EAPI=6 -KDE_HANDBOOK="true" +KDE_HANDBOOK="forceoptional" inherit kde5 DESCRIPTION="An advanced twin-panel (commander-style) file-manager with many extras" -HOMEPAGE="https://quickgit.kde.org/?p=krusader.git" +HOMEPAGE="https://krusader.org/" +[[ ${KDE_BUILD_TYPE} = release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" -LICENSE="GPL-2" +LICENSE="GPL-2+" KEYWORDS="" IUSE="" -CDEPEND=" +DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kcodecs) @@ -22,6 +23,7 @@ CDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kguiaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) @@ -41,12 +43,9 @@ CDEPEND=" $(add_qt_dep qtprintsupport) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - sys-apps/attr + sys-apps/acl sys-libs/zlib " -DEPEND="${CDEPEND} - sys-devel/gettext -" -RDEPEND="${CDEPEND} +RDEPEND="${DEPEND} !kde-misc/krusader:4 "