Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/qdevelop: qdevelop-0.28.ebuild ChangeLog
Date: Thu, 02 Feb 2012 15:37:54
Message-Id: 20120202153740.162FE2004B@flycatcher.gentoo.org
1 johu 12/02/02 15:37:40
2
3 Modified: qdevelop-0.28.ebuild ChangeLog
4 Log:
5 Fix build with multilib-strictm thanks ago.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-util/qdevelop/qdevelop-0.28.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild?r1=1.3&r2=1.4
15
16 Index: qdevelop-0.28.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- qdevelop-0.28.ebuild 2 Feb 2012 14:12:36 -0000 1.3
23 +++ qdevelop-0.28.ebuild 2 Feb 2012 15:37:39 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild,v 1.3 2012/02/02 14:12:36 johu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild,v 1.4 2012/02/02 15:37:39 johu Exp $
29
30 EAPI=4
31
32 @@ -26,6 +26,11 @@
33
34 src_configure() {
35 mycmakeargs=( "-DAUTOPLUGINS=$(use plugins && echo 1 || echo 0)" )
36 +
37 + sed -e "s#/lib/pkgconfig#/$(get_libdir)/pkgconfig#" \
38 + -e "s#DESTINATION lib#DESTINATION $(get_libdir)#" \
39 + -i CMakeLists.txt || die "sed fixing multilib failed"
40 +
41 cmake-utils_src_configure
42 }
43
44
45
46
47 1.12 dev-util/qdevelop/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/ChangeLog?rev=1.12&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/ChangeLog?rev=1.12&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/ChangeLog?r1=1.11&r2=1.12
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-util/qdevelop/ChangeLog,v
56 retrieving revision 1.11
57 retrieving revision 1.12
58 diff -u -r1.11 -r1.12
59 --- ChangeLog 2 Feb 2012 14:12:36 -0000 1.11
60 +++ ChangeLog 2 Feb 2012 15:37:39 -0000 1.12
61 @@ -1,6 +1,9 @@
62 # ChangeLog for dev-util/qdevelop
63 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/ChangeLog,v 1.11 2012/02/02 14:12:36 johu Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/ChangeLog,v 1.12 2012/02/02 15:37:39 johu Exp $
66 +
67 + 02 Feb 2012; Johannes Huber <johu@g.o> qdevelop-0.28.ebuild:
68 + Fix build with multilib-strictm thanks ago.
69
70 02 Feb 2012; Johannes Huber <johu@g.o> qdevelop-0.28.ebuild:
71 EAPI 4