Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/kdesvn: kdesvn-1.6.0.ebuild ChangeLog
Date: Sat, 01 Sep 2012 17:51:26
Message-Id: 20120901175116.1288920EEA@flycatcher.gentoo.org
1 scarabeus 12/09/01 17:51:15
2
3 Modified: ChangeLog
4 Added: kdesvn-1.6.0.ebuild
5 Log:
6 Version bump to release that kinda supports svn-1.7.
7
8 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.27 dev-vcs/kdesvn/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 4 Aug 2012 14:36:35 -0000 1.26
24 +++ ChangeLog 1 Sep 2012 17:51:15 -0000 1.27
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-vcs/kdesvn
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.26 2012/08/04 14:36:35 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.27 2012/09/01 17:51:15 scarabeus Exp $
30 +
31 +*kdesvn-1.6.0 (01 Sep 2012)
32 +
33 + 01 Sep 2012; Tomáš Chvátal <scarabeus@g.o> +kdesvn-1.6.0.ebuild:
34 + Version bump to release that kinda supports svn-1.7.
35
36 04 Aug 2012; Johannes Huber <johu@g.o> -kdesvn-1.5.5-r1.ebuild:
37 Remove old.
38
39
40
41 1.1 dev-vcs/kdesvn/kdesvn-1.6.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kdesvn-1.6.0.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0.ebuild,v 1.1 2012/09/01 17:51:15 scarabeus Exp $
51
52 EAPI=4
53
54 KDE_HANDBOOK="optional"
55 KDE_LINGUAS="cs de el es fr it ja lt pt_BR ro"
56 KDE_LINGUAS_LIVE_OVERRIDE="true"
57 KDE_SCM="svn"
58 inherit flag-o-matic kde4-base
59
60 DESCRIPTION="KDESvn is a frontend to the subversion vcs."
61 HOMEPAGE="http://kdesvn.alwins-world.de/"
62 if [[ ${PV} = 9999* ]]; then
63 ESVN_REPO_URI="http://www.alwins-world.de/repos/kdesvn/trunk/"
64 ESVN_PROJECT="kdesvn"
65 else
66 SRC_URI="http://kdesvn.alwins-world.de/downloads/${P}.tar.bz2"
67 fi
68
69 LICENSE="GPL-2"
70 KEYWORDS="~amd64 ~x86"
71 SLOT="4"
72 IUSE="debug"
73
74 DEPEND="
75 dev-libs/apr:1
76 dev-libs/apr-util:1
77 >=dev-vcs/subversion-1.4
78 sys-devel/gettext
79 x11-libs/qt-sql:4[sqlite]
80 "
81 RDEPEND="${DEPEND}"
82
83 add_blocker "kdesdk-kioslaves[subversion(+)]"
84
85 src_configure() {
86 append-cppflags -DQT_THREAD_SUPPORT
87
88 [[ ${PV} = 9999* ]] && mycmakeargs=(-DDAILY_BUILD=ON)
89
90 kde4-base_src_configure
91 }