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 12:42:37
Message-Id: 20121002124227.A048E21600@flycatcher.gentoo.org
1 mattm 12/10/02 12:42:27
2
3 Modified: wt-3.2.2_p1.ebuild ChangeLog
4 Log:
5 Expanded dodir/chown/chmod commands in src_install in yet another try to see if we can get rid of all the portage sandbox messages.
6
7 (Portage version: 2.1.11.23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/wt-3.2.2_p1.ebuild?rev=1.4&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.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- wt-3.2.2_p1.ebuild 2 Oct 2012 10:26:37 -0000 1.3
23 +++ wt-3.2.2_p1.ebuild 2 Oct 2012 12:42:27 -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/net-libs/wt/wt-3.2.2_p1.ebuild,v 1.3 2012/10/02 10:26:37 mattm Exp $
28 +# $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 $
29
30 EAPI="2"
31
32 @@ -103,13 +103,17 @@
33 }
34
35 src_install() {
36 +
37 + dodir \
38 + /var/lib/wt \
39 + /var/lib/wt/home \
40 + /etc/wt \
41 + /var/run/wt
42 +
43 cmake-utils_src_install
44
45 use doc && dohtml -A pdf,xhtml -r doc/*
46
47 - dodir \
48 - /var/lib/wt \
49 - /var/lib/wt/home
50 }
51
52 pkg_postinst() {
53 @@ -120,9 +124,15 @@
54 elog "in a chroot environment."
55 fi
56
57 - chown -R wt:wt "${ROOT}"/var/lib/wt
58 + chown -R wt:wt \
59 + "${ROOT}"/var/lib/wt \
60 + "${ROOT}"/var/run/wt \
61 + "${ROOT}"/etc/wt
62 +
63 chmod 0750 \
64 "${ROOT}"/var/lib/wt \
65 - "${ROOT}"/var/lib/wt/home
66 + "${ROOT}"/var/lib/wt/home \
67 + "${ROOT}"/var/run/wt \
68 + "${ROOT}"/etc/wt
69
70 }
71
72
73
74 1.15 net-libs/wt/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/ChangeLog?rev=1.15&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/ChangeLog?rev=1.15&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wt/ChangeLog?r1=1.14&r2=1.15
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v
83 retrieving revision 1.14
84 retrieving revision 1.15
85 diff -u -r1.14 -r1.15
86 --- ChangeLog 2 Oct 2012 10:26:37 -0000 1.14
87 +++ ChangeLog 2 Oct 2012 12:42:27 -0000 1.15
88 @@ -1,6 +1,10 @@
89 # ChangeLog for net-libs/wt
90 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v 1.14 2012/10/02 10:26:37 mattm Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v 1.15 2012/10/02 12:42:27 mattm Exp $
93 +
94 + 02 Oct 2012; Matthew Marlowe <mattm@g.o> wt-3.2.2_p1.ebuild:
95 + Expanded dodir/chown/chmod commands in src_install in yet another try to see
96 + if we can get rid of all the portage sandbox messages.
97
98 02 Oct 2012; Matthew Marlowe <mattm@g.o> wt-3.2.2_p1.ebuild:
99 Hopefully last qa fix. Because wt can act as its own webserver and can't