Gentoo Archives: gentoo-commits

From: "Matthew Marlow (mattm)" <mattm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/wt: wt-3.2.2_p1.ebuild ChangeLog
Date: Tue, 02 Oct 2012 08:08:51
Message-Id: 20121002080841.32EC921600@flycatcher.gentoo.org
1 mattm 12/10/02 08:08:41
2
3 Modified: wt-3.2.2_p1.ebuild ChangeLog
4 Log:
5 Hopeful fix for the QA install issues associated with cmake eclass and net-libs/wt.
6
7 (Portage version: 2.1.11.23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-libs/wt/wt-3.2.2_p1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/wt-3.2.2_p1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/wt-3.2.2_p1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/wt-3.2.2_p1.ebuild?r1=1.1&r2=1.2
15
16 Index: wt-3.2.2_p1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/wt/wt-3.2.2_p1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wt-3.2.2_p1.ebuild 2 Oct 2012 06:07:07 -0000 1.1
23 +++ wt-3.2.2_p1.ebuild 2 Oct 2012 08:08:40 -0000 1.2
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/net-libs/wt/wt-3.2.2_p1.ebuild,v 1.1 2012/10/02 06:07:07 mattm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/wt-3.2.2_p1.ebuild,v 1.2 2012/10/02 08:08:40 mattm Exp $
29
30 EAPI="2"
31
32 @@ -67,7 +67,6 @@
33 BOOST_INC="/usr/include/boost-${BOOST_VER}"
34
35 local mycmakeargs=(
36 - -DDESTDIR="${D}"
37 -DLIB_INSTALL_DIR=$(get_libdir)
38 $(cmake-utils_use test BUILD_TESTS)
39 -DSHARED_LIBS=ON
40
41
42
43 1.13 net-libs/wt/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/ChangeLog?rev=1.13&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/ChangeLog?rev=1.13&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/ChangeLog?r1=1.12&r2=1.13
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v
52 retrieving revision 1.12
53 retrieving revision 1.13
54 diff -u -r1.12 -r1.13
55 --- ChangeLog 2 Oct 2012 06:07:07 -0000 1.12
56 +++ ChangeLog 2 Oct 2012 08:08:40 -0000 1.13
57 @@ -1,6 +1,10 @@
58 # ChangeLog for net-libs/wt
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v 1.12 2012/10/02 06:07:07 mattm Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v 1.13 2012/10/02 08:08:40 mattm Exp $
62 +
63 + 02 Oct 2012; Matthew Marlowe <mattm@g.o> wt-3.2.2_p1.ebuild:
64 + Hopeful fix for the QA install issues associated with cmake eclass and net-
65 + libs/wt.
66
67 *wt-3.2.2_p1 (02 Oct 2012)