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 8A410138334 for ; Sat, 20 Jul 2019 19:30:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9950DE075F; Sat, 20 Jul 2019 19:30:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81957E075F for ; Sat, 20 Jul 2019 19:30:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DF9E3482C3 for ; Sat, 20 Jul 2019 19:30:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 890276E9 for ; Sat, 20 Jul 2019 19:30:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1563650974.3ff0f458fd30dfab921697db128d41b91ee6bc26.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/kdesvn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/kdesvn/kdesvn-2.1.0.ebuild X-VCS-Directories: dev-vcs/kdesvn/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3ff0f458fd30dfab921697db128d41b91ee6bc26 X-VCS-Branch: master Date: Sat, 20 Jul 2019 19:30:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8cc508a7-abff-4839-aa4f-49800bc4e0a8 X-Archives-Hash: b2581db1b54ea86967f63bcde75e3a9b commit: 3ff0f458fd30dfab921697db128d41b91ee6bc26 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 20 18:47:45 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 20 19:29:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff0f458 dev-vcs/kdesvn: Fix HOMEPAGE, add missing BDEPEND Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-vcs/kdesvn/kdesvn-2.1.0.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild b/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild index 56bc84f6f16..52201b4605f 100644 --- a/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild +++ b/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild @@ -7,15 +7,19 @@ KDE_HANDBOOK="forceoptional" inherit kde5 DESCRIPTION="A frontend to the subversion vcs" -HOMEPAGE="https://kdesvn.alwins-world.de/ https://cgit.kde.org/kdesvn.git" +HOMEPAGE="https://kde.org/applications/development/org.kde.kdesvn" + if [[ ${PV} != 9999* ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" IUSE="+man" +BDEPEND=" + man? ( $(add_frameworks_dep kdoctools) ) +" DEPEND=" $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kcodecs)