Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-4.1.2.ebuild ChangeLog
Date: Wed, 27 Nov 2013 20:53:36
Message-Id: 20131127205324.C02962004B@flycatcher.gentoo.org
1 pacho 13/11/27 20:53:24
2
3 Modified: samba-4.1.2.ebuild ChangeLog
4 Log:
5 Add a samba.service unit file (#490394 by Daniel Klaffenbach)
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 net-fs/samba/samba-4.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.2.ebuild?r1=1.1&r2=1.2
15
16 Index: samba-4.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- samba-4.1.2.ebuild 25 Nov 2013 13:58:56 -0000 1.1
23 +++ samba-4.1.2.ebuild 27 Nov 2013 20:53:24 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.2.ebuild,v 1.1 2013/11/25 13:58:56 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.2.ebuild,v 1.2 2013/11/27 20:53:24 pacho Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_{6,7} )
32 @@ -149,6 +149,7 @@
33 systemd_dounit "${FILESDIR}"/smbd.{service,socket}
34 systemd_newunit "${FILESDIR}"/smbd_at.service 'smbd@.service'
35 systemd_dounit "${FILESDIR}"/winbindd.service
36 + systemd_dounit "${FILESDIR}"/samba.service
37 }
38
39 src_test() {
40
41
42
43 1.633 net-fs/samba/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.633&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.633&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.632&r2=1.633
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
52 retrieving revision 1.632
53 retrieving revision 1.633
54 diff -u -r1.632 -r1.633
55 --- ChangeLog 25 Nov 2013 13:58:56 -0000 1.632
56 +++ ChangeLog 27 Nov 2013 20:53:24 -0000 1.633
57 @@ -1,6 +1,10 @@
58 # ChangeLog for net-fs/samba
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.632 2013/11/25 13:58:56 polynomial-c Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.633 2013/11/27 20:53:24 pacho Exp $
62 +
63 + 27 Nov 2013; Pacho Ramos <pacho@g.o> +files/samba.service,
64 + samba-4.1.2.ebuild:
65 + Add a samba.service unit file (#490394 by Daniel Klaffenbach)
66
67 *samba-4.1.2 (25 Nov 2013)
68 *samba-4.0.12 (25 Nov 2013)