Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-4.1.0-r1.ebuild ChangeLog samba-4.0.10-r1.ebuild
Date: Tue, 29 Oct 2013 14:07:01
Message-Id: 20131029140656.CA68920047@flycatcher.gentoo.org
1 polynomial-c 13/10/29 14:06:56
2
3 Modified: samba-4.1.0-r1.ebuild ChangeLog
4 samba-4.0.10-r1.ebuild
5 Log:
6 Added another automagic dependency (bug #474492)
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.2 net-fs/samba/samba-4.1.0-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.0-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.0-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.0-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: samba-4.1.0-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.0-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- samba-4.1.0-r1.ebuild 29 Oct 2013 13:54:28 -0000 1.1
24 +++ samba-4.1.0-r1.ebuild 29 Oct 2013 14:06:56 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.0-r1.ebuild,v 1.1 2013/10/29 13:54:28 polynomial-c Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.0-r1.ebuild,v 1.2 2013/10/29 14:06:56 polynomial-c Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_{6,7} )
33 @@ -22,6 +22,7 @@
34 IUSE="acl addns ads aio avahi client cluster cups fam gnutls iprint
35 ldap quota selinux syslog test winbind"
36
37 +# sys-apps/dmapi is an automagic dependency (see bug #474492)
38 # sys-apps/attr is an automagic dependency (see bug #489748)
39 # dev-libs/libaio is an automagic dependency (see bug #489764)
40 # sys-libs/pam is an automagic dependency (see bug #489770)
41 @@ -34,6 +35,7 @@
42 virtual/libiconv
43 dev-python/subunit
44 sys-apps/attr
45 + sys-apps/dmapi
46 sys-libs/libcap
47 >=sys-libs/ldb-1.1.16
48 >=sys-libs/tdb-1.2.11[python]
49
50
51
52 1.620 net-fs/samba/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.620&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.620&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.619&r2=1.620
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
61 retrieving revision 1.619
62 retrieving revision 1.620
63 diff -u -r1.619 -r1.620
64 --- ChangeLog 29 Oct 2013 13:54:28 -0000 1.619
65 +++ ChangeLog 29 Oct 2013 14:06:56 -0000 1.620
66 @@ -1,6 +1,10 @@
67 # ChangeLog for net-fs/samba
68 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.619 2013/10/29 13:54:28 polynomial-c Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.620 2013/10/29 14:06:56 polynomial-c Exp $
71 +
72 + 29 Oct 2013; Lars Wendler <polynomial-c@g.o> samba-4.0.10-r1.ebuild,
73 + samba-4.1.0-r1.ebuild:
74 + Added another automagic dependency (bug #474492).
75
76 *samba-4.1.0-r1 (29 Oct 2013)
77 *samba-4.0.10-r1 (29 Oct 2013)
78
79
80
81 1.2 net-fs/samba/samba-4.0.10-r1.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.10-r1.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.10-r1.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.10-r1.ebuild?r1=1.1&r2=1.2
86
87 Index: samba-4.0.10-r1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.10-r1.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- samba-4.0.10-r1.ebuild 29 Oct 2013 13:54:28 -0000 1.1
94 +++ samba-4.0.10-r1.ebuild 29 Oct 2013 14:06:56 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2013 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.10-r1.ebuild,v 1.1 2013/10/29 13:54:28 polynomial-c Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.10-r1.ebuild,v 1.2 2013/10/29 14:06:56 polynomial-c Exp $
100
101 EAPI=5
102 PYTHON_COMPAT=( python2_{6,7} )
103 @@ -28,6 +28,7 @@
104 IUSE="acl addns ads aio avahi client cluster cups fam gnutls iprint
105 ldap quota selinux swat syslog test winbind"
106
107 +# sys-apps/dmapi is an automagic dependency (see bug #474492)
108 # sys-apps/attr is an automagic dependency (see bug #489748)
109 # dev-libs/libaio is an automagic dependency (see bug #489764)
110 # sys-libs/pam is an automagic dependency (see bug #489770)
111 @@ -40,6 +41,7 @@
112 virtual/libiconv
113 dev-python/subunit
114 sys-apps/attr
115 + sys-apps/dmapi
116 sys-libs/libcap
117 >=sys-libs/ldb-1.1.16
118 >=sys-libs/tdb-1.2.11[python]