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: metadata.xml ChangeLog samba-3.3.6.ebuild
Date: Fri, 26 Jun 2009 20:25:37
Message-Id: E1MKHzL-0008Cm-HF@stork.gentoo.org
1 patrick 09/06/26 20:25:35
2
3 Modified: metadata.xml ChangeLog
4 Added: samba-3.3.6.ebuild
5 Log:
6 Initial commit of 3.3 series. New split samba ebuilds by dev-zero.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.7 net-fs/samba/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/metadata.xml?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/metadata.xml?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/metadata.xml?r1=1.6&r2=1.7
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/metadata.xml,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- metadata.xml 8 Aug 2008 15:36:41 -0000 1.6
23 +++ metadata.xml 26 Jun 2009 20:25:35 -0000 1.7
24 @@ -17,5 +17,8 @@
25 <flag name="quotas">Enables support for user quotas</flag>
26 <flag name="swat">Enables support for swat configuration gui</flag>
27 <flag name="winbind">Enables support for the winbind auth daemon</flag>
28 + <flag name="client">Enables the client part</flag>
29 + <flag name="server">Enables the server part</flag>
30 +
31 </use>
32 </pkgmetadata>
33
34
35
36 1.361 net-fs/samba/ChangeLog
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.361&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.361&content-type=text/plain
40 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?r1=1.360&r2=1.361
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
45 retrieving revision 1.360
46 retrieving revision 1.361
47 diff -u -r1.360 -r1.361
48 --- ChangeLog 26 Jun 2009 17:21:55 -0000 1.360
49 +++ ChangeLog 26 Jun 2009 20:25:35 -0000 1.361
50 @@ -1,6 +1,12 @@
51 # ChangeLog for net-fs/samba
52 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.360 2009/06/26 17:21:55 patrick Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.361 2009/06/26 20:25:35 patrick Exp $
55 +
56 +*samba-3.3.6 (26 Jun 2009)
57 +
58 + 26 Jun 2009; Patrick Lauer <patrick@g.o> +samba-3.3.6.ebuild,
59 + metadata.xml:
60 + First commit of 3.3 series. New split samba ebuilds by dev-zero.
61
62 *samba-3.2.13-r1 (26 Jun 2009)
63
64
65
66
67 1.1 net-fs/samba/samba-3.3.6.ebuild
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.3.6.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.3.6.ebuild?rev=1.1&content-type=text/plain
71
72 Index: samba-3.3.6.ebuild
73 ===================================================================
74 # Copyright 1999-2009 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.3.6.ebuild,v 1.1 2009/06/26 20:25:35 patrick Exp $
77
78 EAPI="2"
79
80 DESCRIPTION="Meta package for samba-{libs,client,server}"
81 HOMEPAGE="http://www.samba.org/"
82 LICENSE="GPL-3"
83 SLOT="0"
84 KEYWORDS="~amd64 ~x86"
85 IUSE="+client +server"
86
87 DEPEND=""
88 RDEPEND="~net-fs/samba-libs-${PV}
89 client? ( ~net-fs/samba-client-${PV} )
90 server? ( ~net-fs/samba-server-${PV} )"