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: ChangeLog samba-3.0.28a.ebuild samba-3.0.28.ebuild
Date: Mon, 21 Apr 2008 22:07:51
Message-Id: E1Jo4Au-0000Fr-MK@stork.gentoo.org
1 dev-zero 08/04/21 22:07:48
2
3 Modified: ChangeLog samba-3.0.28a.ebuild samba-3.0.28.ebuild
4 Log:
5 Added patch to fix problem with autoconf (bug #217272, thanks to vapier)
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.332 net-fs/samba/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.332&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.332&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?r1=1.331&r2=1.332
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
18 retrieving revision 1.331
19 retrieving revision 1.332
20 diff -u -r1.331 -r1.332
21 --- ChangeLog 10 Mar 2008 08:15:40 -0000 1.331
22 +++ ChangeLog 21 Apr 2008 22:07:48 -0000 1.332
23 @@ -1,6 +1,11 @@
24 # ChangeLog for net-fs/samba
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.331 2008/03/10 08:15:40 dev-zero Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.332 2008/04/21 22:07:48 dev-zero Exp $
28 +
29 + 21 Apr 2008; Tiziano Müller <dev-zero@g.o>
30 + +files/3.0.28-autoconf-2.62-fix.patch, samba-3.0.28.ebuild,
31 + samba-3.0.28a.ebuild:
32 + Added patch to fix problem with autoconf (bug #217272, thanks to vapier)
33
34 *samba-3.0.28a (10 Mar 2008)
35
36
37
38
39 1.2 net-fs/samba/samba-3.0.28a.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28a.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28a.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28a.ebuild?r1=1.1&r2=1.2
44
45 Index: samba-3.0.28a.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28a.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- samba-3.0.28a.ebuild 10 Mar 2008 08:15:40 -0000 1.1
52 +++ samba-3.0.28a.ebuild 21 Apr 2008 22:07:48 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28a.ebuild,v 1.1 2008/03/10 08:15:40 dev-zero Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28a.ebuild,v 1.2 2008/04/21 22:07:48 dev-zero Exp $
58
59 inherit autotools eutils pam python multilib versionator confutils
60
61 @@ -57,7 +57,8 @@
62 epatch "${FILESDIR}/3.0.26a-invalid-free-fix.patch"
63
64 epatch "${FILESDIR}/3.0.28-libcap_detection.patch" \
65 - "${FILESDIR}/3.0.28-fix_broken_readdir_detection.patch"
66 + "${FILESDIR}/3.0.28-fix_broken_readdir_detection.patch" \
67 + "${FILESDIR}/3.0.28-autoconf-2.62-fix.patch"
68
69 eautoconf -I. -Ilib/replace
70
71
72
73
74 1.6 net-fs/samba/samba-3.0.28.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild?rev=1.6&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild?rev=1.6&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild?r1=1.5&r2=1.6
79
80 Index: samba-3.0.28.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v
83 retrieving revision 1.5
84 retrieving revision 1.6
85 diff -u -r1.5 -r1.6
86 --- samba-3.0.28.ebuild 27 Feb 2008 19:19:48 -0000 1.5
87 +++ samba-3.0.28.ebuild 21 Apr 2008 22:07:48 -0000 1.6
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2008 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v 1.5 2008/02/27 19:19:48 dev-zero Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v 1.6 2008/04/21 22:07:48 dev-zero Exp $
93
94 inherit autotools eutils pam python multilib versionator confutils
95
96 @@ -55,7 +55,8 @@
97
98 epatch "${FILESDIR}/${PV}-libcap_detection.patch" \
99 "${FILESDIR}/${PV}-inotify_include.patch" \
100 - "${FILESDIR}/${PV}-fix_broken_readdir_detection.patch"
101 + "${FILESDIR}/${PV}-fix_broken_readdir_detection.patch" \
102 + "${FILESDIR}/${PV}-autoconf-2.62-fix.patch"
103
104 eautoconf -I. -Ilib/replace
105
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list