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: ChangeLog samba-3.5.0_rc3.ebuild
Date: Fri, 19 Feb 2010 17:19:38
Message-Id: E1NiWVs-0001hg-Mj@stork.gentoo.org
1 patrick 10/02/19 17:19:36
2
3 Modified: ChangeLog
4 Added: samba-3.5.0_rc3.ebuild
5 Log:
6 Bump for new rc
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.398 net-fs/samba/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.398&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.398&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?r1=1.397&r2=1.398
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
19 retrieving revision 1.397
20 retrieving revision 1.398
21 diff -u -r1.397 -r1.398
22 --- ChangeLog 26 Jan 2010 19:02:41 -0000 1.397
23 +++ ChangeLog 19 Feb 2010 17:19:36 -0000 1.398
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-fs/samba
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.397 2010/01/26 19:02:41 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.398 2010/02/19 17:19:36 patrick Exp $
29 +
30 +*samba-3.5.0_rc3 (19 Feb 2010)
31 +
32 + 19 Feb 2010; Patrick Lauer <patrick@g.o> +samba-3.5.0_rc3.ebuild:
33 + Bump for new rc
34
35 *samba-3.5.0_rc2 (26 Jan 2010)
36
37
38
39
40 1.1 net-fs/samba/samba-3.5.0_rc3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.5.0_rc3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.5.0_rc3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: samba-3.5.0_rc3.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.0_rc3.ebuild,v 1.1 2010/02/19 17:19:36 patrick Exp $
50
51 EAPI="2"
52
53 DESCRIPTION="Meta package for samba-{libs,client,server}"
54 HOMEPAGE="http://www.samba.org/"
55 LICENSE="GPL-3"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
58 IUSE="+client +server"
59
60 DEPEND=""
61 RDEPEND="~net-fs/samba-libs-${PV}
62 client? ( ~net-fs/samba-client-${PV} )
63 server? ( ~net-fs/samba-server-${PV} )"