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.4.6.ebuild ChangeLog samba-3.5.2-r1.ebuild samba-3.4.8.ebuild
Date: Tue, 11 May 2010 11:27:51
Message-Id: 20100511112748.23FA72C4F8@corvid.gentoo.org
1 patrick 10/05/11 11:27:47
2
3 Modified: samba-3.4.6.ebuild ChangeLog samba-3.5.2-r1.ebuild
4 samba-3.4.8.ebuild
5 Log:
6 Removing stray dobin call that triggered #318001
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-fs/samba/samba-3.4.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.6.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.6.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.6.ebuild?r1=1.2&r2=1.3
15
16 Index: samba-3.4.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.6.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- samba-3.4.6.ebuild 4 May 2010 14:26:23 -0000 1.2
23 +++ samba-3.4.6.ebuild 11 May 2010 11:27:47 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 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.4.6.ebuild,v 1.2 2010/05/04 14:26:23 tester Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.6.ebuild,v 1.3 2010/05/11 11:27:47 patrick Exp $
29
30 EAPI="2"
31
32 @@ -270,7 +270,7 @@
33 dosbin ${prog} || die "installing ${prog} failed"
34 doman ../docs/manpages/${prog/bin\/}* || die "doman failed"
35 done
36 - dobin ${BINPROGS} || die "installing binaries failed"
37 +
38 for prog in ${BINPROGS} ; do
39 dobin ${prog} || die "installing ${prog} failed"
40 doman ../docs/manpages/${prog/bin\/}* || die "doman failed"
41
42
43
44 1.412 net-fs/samba/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.412&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.412&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.411&r2=1.412
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
53 retrieving revision 1.411
54 retrieving revision 1.412
55 diff -u -r1.411 -r1.412
56 --- ChangeLog 11 May 2010 10:55:45 -0000 1.411
57 +++ ChangeLog 11 May 2010 11:27:47 -0000 1.412
58 @@ -1,6 +1,10 @@
59 # ChangeLog for net-fs/samba
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.411 2010/05/11 10:55:45 patrick Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.412 2010/05/11 11:27:47 patrick Exp $
63 +
64 + 11 May 2010; Patrick Lauer <patrick@g.o> samba-3.4.6.ebuild,
65 + samba-3.4.8.ebuild, samba-3.5.2-r1.ebuild:
66 + Removing stray dobin call that triggered #318001
67
68 *samba-3.4.8 (11 May 2010)
69
70
71
72
73 1.2 net-fs/samba/samba-3.5.2-r1.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.2-r1.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.2-r1.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.2-r1.ebuild?r1=1.1&r2=1.2
78
79 Index: samba-3.5.2-r1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.2-r1.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- samba-3.5.2-r1.ebuild 10 May 2010 11:26:10 -0000 1.1
86 +++ samba-3.5.2-r1.ebuild 11 May 2010 11:27:47 -0000 1.2
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2010 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.2-r1.ebuild,v 1.1 2010/05/10 11:26:10 lxnay Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.2-r1.ebuild,v 1.2 2010/05/11 11:27:47 patrick Exp $
92
93 EAPI="2"
94
95 @@ -273,7 +273,7 @@
96 dosbin ${prog} || die "installing ${prog} failed"
97 doman ../docs/manpages/${prog/bin\/}* || die "doman failed"
98 done
99 - dobin ${BINPROGS} || die "installing binaries failed"
100 +
101 for prog in ${BINPROGS} ; do
102 dobin ${prog} || die "installing ${prog} failed"
103 doman ../docs/manpages/${prog/bin\/}* || die "doman failed"
104
105
106
107 1.2 net-fs/samba/samba-3.4.8.ebuild
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.8.ebuild?rev=1.2&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.8.ebuild?rev=1.2&content-type=text/plain
111 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.4.8.ebuild?r1=1.1&r2=1.2
112
113 Index: samba-3.4.8.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.8.ebuild,v
116 retrieving revision 1.1
117 retrieving revision 1.2
118 diff -u -r1.1 -r1.2
119 --- samba-3.4.8.ebuild 11 May 2010 10:55:45 -0000 1.1
120 +++ samba-3.4.8.ebuild 11 May 2010 11:27:47 -0000 1.2
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2010 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.8.ebuild,v 1.1 2010/05/11 10:55:45 patrick Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.8.ebuild,v 1.2 2010/05/11 11:27:47 patrick Exp $
126
127 EAPI="2"
128
129 @@ -270,7 +270,7 @@
130 dosbin ${prog} || die "installing ${prog} failed"
131 doman ../docs/manpages/${prog/bin\/}* || die "doman failed"
132 done
133 - dobin ${BINPROGS} || die "installing binaries failed"
134 +
135 for prog in ${BINPROGS} ; do
136 dobin ${prog} || die "installing ${prog} failed"
137 doman ../docs/manpages/${prog/bin\/}* || die "doman failed"