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