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 14:01:37
Message-Id: 20121002140127.2690B21600@flycatcher.gentoo.org
1 mattm 12/10/02 14:01:27
2
3 Modified: wt-3.2.2_p1.ebuild ChangeLog
4 Log:
5 According to http://www.cmake.org/Wiki/CMake_FAQ#Does_CMake.27s_.22make_install.22_support_DESTDIR.3F, cmake supports DESTDIR so I've added it to variables passed during the call to the cmake install function.
6
7 (Portage version: 2.1.11.23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/wt-3.2.2_p1.ebuild?rev=1.5&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.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- wt-3.2.2_p1.ebuild 2 Oct 2012 12:42:27 -0000 1.4
23 +++ wt-3.2.2_p1.ebuild 2 Oct 2012 14:01:26 -0000 1.5
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.4 2012/10/02 12:42:27 mattm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/wt-3.2.2_p1.ebuild,v 1.5 2012/10/02 14:01:26 mattm Exp $
29
30 EAPI="2"
31
32 @@ -110,7 +110,7 @@
33 /etc/wt \
34 /var/run/wt
35
36 - cmake-utils_src_install
37 + cmake-utils_src_install DESTDIR="${D}"
38
39 use doc && dohtml -A pdf,xhtml -r doc/*
40
41
42
43
44 1.16 net-libs/wt/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/ChangeLog?rev=1.16&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/ChangeLog?rev=1.16&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/ChangeLog?r1=1.15&r2=1.16
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v
53 retrieving revision 1.15
54 retrieving revision 1.16
55 diff -u -r1.15 -r1.16
56 --- ChangeLog 2 Oct 2012 12:42:27 -0000 1.15
57 +++ ChangeLog 2 Oct 2012 14:01:26 -0000 1.16
58 @@ -1,6 +1,11 @@
59 # ChangeLog for net-libs/wt
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v 1.15 2012/10/02 12:42:27 mattm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v 1.16 2012/10/02 14:01:26 mattm Exp $
63 +
64 + 02 Oct 2012; Matthew Marlowe <mattm@g.o> wt-3.2.2_p1.ebuild:
65 + According to http://www.cmake.org/Wiki/CMake_FAQ#Does_CMake.27s_.22make_instal
66 + l.22_support_DESTDIR.3F, cmake supports DESTDIR so I've added it to variables
67 + passed during the call to the cmake install function.
68
69 02 Oct 2012; Matthew Marlowe <mattm@g.o> wt-3.2.2_p1.ebuild:
70 Expanded dodir/chown/chmod commands in src_install in yet another try to see