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 B22F913832E for ; Sat, 23 Jul 2016 18:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24C41E08C5; Sat, 23 Jul 2016 18:49:49 +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 79180E08C5 for ; Sat, 23 Jul 2016 18:49:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 17D1E340E77 for ; Sat, 23 Jul 2016 18:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FF727CF for ; Sat, 23 Jul 2016 18:49:43 +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: <1469297348.78be699312da9a9de955799b15843fec6b0ee011.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-misc/smb4k/ X-VCS-Repository: proj/kde X-VCS-Files: net-misc/smb4k/smb4k-9999.ebuild X-VCS-Directories: net-misc/smb4k/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 78be699312da9a9de955799b15843fec6b0ee011 X-VCS-Branch: master Date: Sat, 23 Jul 2016 18:49:43 +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: 4833503d-2afd-4bd3-b6b5-cdf0a4cc18c4 X-Archives-Hash: 2415c99a8794c766f521e73ce733f2c7 commit: 78be699312da9a9de955799b15843fec6b0ee011 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Jul 23 17:39:52 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jul 23 18:09:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=78be6993 net-misc/smb4k: Force handbook optional, drop unused DEPEND Package-Manager: portage-2.2.28 net-misc/smb4k/smb4k-9999.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/net-misc/smb4k/smb4k-9999.ebuild b/net-misc/smb4k/smb4k-9999.ebuild index 3887247..86e2f52 100644 --- a/net-misc/smb4k/smb4k-9999.ebuild +++ b/net-misc/smb4k/smb4k-9999.ebuild @@ -4,18 +4,14 @@ EAPI=6 -KDE_HANDBOOK=true +KDE_HANDBOOK="forceoptional" inherit kde5 -DESCRIPTION="Advanced network neighborhood browser for KDE" +DESCRIPTION="Advanced network neighborhood browser" HOMEPAGE="http://sourceforge.net/projects/smb4k/" -if [[ ${PV} != 9999 ]]; then - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~ppc ~x86" -else - KEYWORDS="" -fi +[[ ${PV} != 9999 ]] && SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" +[[ ${PV} != 9999 ]] && KEYWORDS="~amd64 ~x86" LICENSE="GPL-2" IUSE="" @@ -26,7 +22,6 @@ COMMON_DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio)