Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/kdesvn/
Date: Sat, 20 Jul 2019 19:30:54
Message-Id: 1563650974.3ff0f458fd30dfab921697db128d41b91ee6bc26.asturm@gentoo
1 commit: 3ff0f458fd30dfab921697db128d41b91ee6bc26
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 20 18:47:45 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 19:29:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff0f458
7
8 dev-vcs/kdesvn: Fix HOMEPAGE, add missing BDEPEND
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-vcs/kdesvn/kdesvn-2.1.0.ebuild | 8 ++++++--
14 1 file changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild b/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild
17 index 56bc84f6f16..52201b4605f 100644
18 --- a/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild
19 +++ b/dev-vcs/kdesvn/kdesvn-2.1.0.ebuild
20 @@ -7,15 +7,19 @@ KDE_HANDBOOK="forceoptional"
21 inherit kde5
22
23 DESCRIPTION="A frontend to the subversion vcs"
24 -HOMEPAGE="https://kdesvn.alwins-world.de/ https://cgit.kde.org/kdesvn.git"
25 +HOMEPAGE="https://kde.org/applications/development/org.kde.kdesvn"
26 +
27 if [[ ${PV} != 9999* ]]; then
28 SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
29 + KEYWORDS="~amd64 ~x86"
30 fi
31
32 LICENSE="GPL-2"
33 -KEYWORDS="~amd64 ~x86"
34 IUSE="+man"
35
36 +BDEPEND="
37 + man? ( $(add_frameworks_dep kdoctools) )
38 +"
39 DEPEND="
40 $(add_frameworks_dep kbookmarks)
41 $(add_frameworks_dep kcodecs)