Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-3.0.35.ebuild ChangeLog samba-3.2.13-r2.ebuild
Date: Sun, 28 Jun 2009 16:46:17
Message-Id: E1MKxWB-0005V0-4h@stork.gentoo.org
1 patrick 09/06/28 16:46:15
2
3 Modified: samba-3.0.35.ebuild ChangeLog
4 samba-3.2.13-r2.ebuild
5 Log:
6 Nailing makeopts down to -j1. Samba upstream doesn't care, there are spurious failures. Fixes #257861
7 (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.2 net-fs/samba/samba-3.0.35.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.35.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.35.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.35.ebuild?r1=1.1&r2=1.2
15
16 Index: samba-3.0.35.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.35.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- samba-3.0.35.ebuild 25 Jun 2009 18:18:09 -0000 1.1
23 +++ samba-3.0.35.ebuild 28 Jun 2009 16:46:15 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.35.ebuild,v 1.1 2009/06/25 18:18:09 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.35.ebuild,v 1.2 2009/06/28 16:46:15 patrick Exp $
29
30 inherit autotools eutils pam python multilib versionator confutils
31
32 @@ -132,11 +132,11 @@
33 $(use_with winbind) \
34 ${myconf} ${mylangs} ${mymod_shared}
35
36 - emake proto || die "emake proto failed"
37 - emake everything || die "emake everything failed"
38 + emake -j1 proto || die "emake proto failed"
39 + emake -j1 everything || die "emake everything failed"
40
41 if use python ; then
42 - emake python_ext || die "emake python_ext failed"
43 + emake -j1 python_ext || die "emake python_ext failed"
44 fi
45
46 if use oav ; then
47 @@ -153,7 +153,7 @@
48 --with-filetype \
49 --with-fileregexp \
50 $(use_enable debug)
51 - emake || die "emake oav plugins failed"
52 + emake -j1 || die "emake oav plugins failed"
53 fi
54 }
55
56
57
58
59 1.363 net-fs/samba/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.363&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.363&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?r1=1.362&r2=1.363
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
68 retrieving revision 1.362
69 retrieving revision 1.363
70 diff -u -r1.362 -r1.363
71 --- ChangeLog 27 Jun 2009 07:27:20 -0000 1.362
72 +++ ChangeLog 28 Jun 2009 16:46:15 -0000 1.363
73 @@ -1,6 +1,16 @@
74 # ChangeLog for net-fs/samba
75 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.362 2009/06/27 07:27:20 patrick Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.363 2009/06/28 16:46:15 patrick Exp $
78 +
79 + 28 Jun 2009; Patrick Lauer <patrick@g.o> samba-3.0.35.ebuild,
80 + samba-3.2.13-r2.ebuild:
81 + Nailing makeopts down to -j1. Samba upstream doesn't care, there are
82 + spurious failures. Fixes #257861
83 +
84 + 28 Jun 2009; Patrick Lauer <patrick@g.o> samba-3.0.35.ebuild,
85 + samba-3.2.13-r1.ebuild:
86 + Nailing makeopts down to -j1. Samba upstream doesn't care, there are
87 + spurious failures. Fixes #257861
88
89 *samba-3.2.13-r2 (27 Jun 2009)
90
91
92
93
94 1.2 net-fs/samba/samba-3.2.13-r2.ebuild
95
96 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.2.13-r2.ebuild?rev=1.2&view=markup
97 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.2.13-r2.ebuild?rev=1.2&content-type=text/plain
98 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.2.13-r2.ebuild?r1=1.1&r2=1.2
99
100 Index: samba-3.2.13-r2.ebuild
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.2.13-r2.ebuild,v
103 retrieving revision 1.1
104 retrieving revision 1.2
105 diff -u -r1.1 -r1.2
106 --- samba-3.2.13-r2.ebuild 27 Jun 2009 07:27:20 -0000 1.1
107 +++ samba-3.2.13-r2.ebuild 28 Jun 2009 16:46:15 -0000 1.2
108 @@ -1,6 +1,6 @@
109 # Copyright 1999-2009 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.2.13-r2.ebuild,v 1.1 2009/06/27 07:27:20 patrick Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.2.13-r2.ebuild,v 1.2 2009/06/28 16:46:15 patrick Exp $
113
114 inherit eutils pam multilib versionator confutils
115
116 @@ -128,8 +128,8 @@
117 $(use_with winbind) \
118 ${myconf} ${mylangs} ${mymod_shared} || die "econf failed"
119
120 - emake proto || die "emake proto failed"
121 - emake everything || die "emake everything failed"
122 + emake -j1 proto || die "emake proto failed"
123 + emake -j1 everything || die "emake everything failed"
124
125 }
126
127 @@ -141,7 +141,7 @@
128 src_install() {
129 cd "${S}/source"
130
131 - emake DESTDIR="${D}" install-everything || die "emake install-everything failed"
132 + emake -j1 DESTDIR="${D}" install-everything || die "emake install-everything failed"
133
134 # Extra rpctorture progs
135 local extra_bins="rpctorture"