Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/kscope: kscope-1.9.4.ebuild ChangeLog
Date: Mon, 01 Feb 2010 17:48:09
Message-Id: E1Nc0NW-00076A-5i@stork.gentoo.org
1 hwoarang 10/02/01 17:48:02
2
3 Modified: kscope-1.9.4.ebuild ChangeLog
4 Log:
5 Various clean up and installation fixes based on new qscintilla installation paths
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 dev-util/kscope/kscope-1.9.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?r1=1.4&r2=1.5
14
15 Index: kscope-1.9.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- kscope-1.9.4.ebuild 2 Jan 2010 21:05:10 -0000 1.4
22 +++ kscope-1.9.4.ebuild 1 Feb 2010 17:48:01 -0000 1.5
23 @@ -1,9 +1,10 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v 1.4 2010/01/02 21:05:10 yngwin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v 1.5 2010/02/01 17:48:01 hwoarang Exp $
28
29 EAPI=2
30 -inherit multilib qt4
31 +
32 +inherit multilib qt4-r2
33
34 DESCRIPTION="Source Editing Environment for KDE"
35 HOMEPAGE="http://kscope.sourceforge.net/"
36 @@ -19,20 +20,17 @@
37 x11-libs/qscintilla"
38 DEPEND="${RDEPEND}"
39
40 -MAKEOPTS="${MAKEOPTS} -j1"
41 +DOCS="ChangeLog"
42
43 src_prepare() {
44 sed -i -e "s:/usr/local:/usr:" config || die
45 sed -i \
46 + -e "s:\$\${QSCI_ROOT_PATH}/include/Qsci:& /usr/include/qt4/Qsci:g" \
47 + -e "s:\$\${QSCI_ROOT_PATH}/lib:& -L/usr/lib/qt4:g" \
48 -e "s:/lib:/$(get_libdir):g" \
49 - core/core.pro cscope/cscope.pro editor/editor.pro || die
50 -}
51 -
52 -src_configure() {
53 - eqmake4 ${PN}.pro
54 -}
55 + app/app.pro core/core.pro cscope/cscope.pro editor/editor.pro \
56 + || die
57
58 -src_install() {
59 - emake INSTALL_ROOT="${D}" install || die
60 - dodoc ChangeLog
61 + # fix build failure with parallel make
62 + echo "CONFIG += ordered" >> kscope.pro
63 }
64
65
66
67 1.50 dev-util/kscope/ChangeLog
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?rev=1.50&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?rev=1.50&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?r1=1.49&r2=1.50
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v
76 retrieving revision 1.49
77 retrieving revision 1.50
78 diff -u -r1.49 -r1.50
79 --- ChangeLog 2 Jan 2010 21:05:10 -0000 1.49
80 +++ ChangeLog 1 Feb 2010 17:48:01 -0000 1.50
81 @@ -1,6 +1,10 @@
82 # ChangeLog for dev-util/kscope
83 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.49 2010/01/02 21:05:10 yngwin Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.50 2010/02/01 17:48:01 hwoarang Exp $
86 +
87 + 01 Feb 2010; Markos Chandras <hwoarang@g.o> kscope-1.9.4.ebuild:
88 + Various clean up and installation fixes based on new qscintilla
89 + installation paths
90
91 02 Jan 2010; Ben de Groot <yngwin@g.o> kscope-1.9.4.ebuild:
92 Drop no longer needed use dep on qt4