Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-3.0.25c-r1.ebuild ChangeLog
Date: Sun, 09 Sep 2007 11:04:25
Message-Id: E1IUKTq-0000RC-Fp@stork.gentoo.org
1 dev-zero 07/09/09 10:57:30
2
3 Modified: samba-3.0.25c-r1.ebuild ChangeLog
4 Log:
5 Fixed newins and removed install of {mount,umount}.cifs.8 (bugs #191804 and #191805 thanks to Jakub Moc)
6 (Portage version: 2.1.3.8)
7
8 Revision Changes Path
9 1.2 net-fs/samba/samba-3.0.25c-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: samba-3.0.25c-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- samba-3.0.25c-r1.ebuild 8 Sep 2007 12:05:53 -0000 1.1
22 +++ samba-3.0.25c-r1.ebuild 9 Sep 2007 10:57:29 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild,v 1.1 2007/09/08 12:05:53 dev-zero Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.25c-r1.ebuild,v 1.2 2007/09/09 10:57:29 dev-zero Exp $
28
29 inherit eutils pam python multilib versionator confutils
30
31 @@ -57,6 +57,8 @@
32 -e 's|"lib32" ||' \
33 -e 's|if test -d "$i/$l" ;|if test -d "$i/$l" -o -L "$i/$l";|' \
34 configure || die "sed failed"
35 +
36 + rm "${S}/docs/manpages"/{mount,umount}.cifs.8
37 }
38
39 src_compile() {
40 @@ -203,7 +205,7 @@
41 use winbind && doins ${CONFDIR}/system-auth-winbind
42 if use swat ; then
43 insinto /etc/xinetd.d
44 - newins "${CONFDIR}/swat.xinetd swat"
45 + newins "${CONFDIR}/swat.xinetd" swat
46 else
47 rm -f "${D}/usr/sbin/swat"
48 rm -f "${D}/usr/share/man/man8/swat.8"
49
50
51
52 1.300 net-fs/samba/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.300&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.300&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?r1=1.299&r2=1.300
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
61 retrieving revision 1.299
62 retrieving revision 1.300
63 diff -u -r1.299 -r1.300
64 --- ChangeLog 8 Sep 2007 12:05:53 -0000 1.299
65 +++ ChangeLog 9 Sep 2007 10:57:29 -0000 1.300
66 @@ -1,6 +1,11 @@
67 # ChangeLog for net-fs/samba
68 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.299 2007/09/08 12:05:53 dev-zero Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.300 2007/09/09 10:57:29 dev-zero Exp $
71 +
72 + 09 Sep 2007; Tiziano Müller <dev-zero@g.o>
73 + samba-3.0.25c-r1.ebuild:
74 + Fixed newins and removed install of {mount,umount}.cifs.8 (bugs #191804 and
75 + #191805 thanks to Jakub Moc)
76
77 *samba-3.0.25c-r1 (08 Sep 2007)
78
79
80
81
82 --
83 gentoo-commits@g.o mailing list