public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-3.6.24.ebuild samba-3.6.23-r1.ebuild samba-4.1.13.ebuild samba-4.0.22.ebuild samba-3.6.23.ebuild samba-4.0.21.ebuild samba-4.1.12.ebuild ChangeLog
@ 2014-11-02 12:33 Sven Vermeulen (swift)
  0 siblings, 0 replies; only message in thread
From: Sven Vermeulen (swift) @ 2014-11-02 12:33 UTC (permalink / raw
  To: gentoo-commits

swift       14/11/02 12:33:27

  Modified:             samba-3.6.24.ebuild samba-3.6.23-r1.ebuild
                        samba-4.1.13.ebuild samba-4.0.22.ebuild
                        samba-3.6.23.ebuild samba-4.0.21.ebuild
                        samba-4.1.12.ebuild ChangeLog
  Log:
  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #527698)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)

Revision  Changes    Path
1.2                  net-fs/samba/samba-3.6.24.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?r1=1.1&r2=1.2

Index: samba-3.6.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba-3.6.24.ebuild	11 Jul 2014 13:07:20 -0000	1.1
+++ samba-3.6.24.ebuild	2 Nov 2014 12:33:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v 1.1 2014/07/11 13:07:20 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v 1.2 2014/11/02 12:33:27 swift Exp $
 
 EAPI=5
 
@@ -41,12 +41,13 @@
 		winbind? ( >=dev-libs/iniparser-3.1-r1[${MULTILIB_USEDEP}] )
 	)
 	readline? ( >=sys-libs/readline-5.2 )
-	selinux? ( sec-policy/selinux-samba )
 	syslog? ( virtual/logger )"
 
 RDEPEND="${DEPEND}
 	kernel_linux? ( ads? ( net-fs/cifs-utils[ads] )
-			client? ( net-fs/cifs-utils ) )"
+			client? ( net-fs/cifs-utils ) )
+	selinux? ( sec-policy/selinux-samba )
+"
 
 # Disable tests since we don't want to build that much here
 RESTRICT="test"



1.12                 net-fs/samba/samba-3.6.23-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.23-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.23-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.23-r1.ebuild?r1=1.11&r2=1.12

Index: samba-3.6.23-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.23-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- samba-3.6.23-r1.ebuild	11 Oct 2014 12:06:11 -0000	1.11
+++ samba-3.6.23-r1.ebuild	2 Nov 2014 12:33:27 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.23-r1.ebuild,v 1.11 2014/10/11 12:06:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.23-r1.ebuild,v 1.12 2014/11/02 12:33:27 swift Exp $
 
 EAPI=5
 
@@ -41,12 +41,13 @@
 		winbind? ( >=dev-libs/iniparser-3.1-r1[${MULTILIB_USEDEP}] )
 	)
 	readline? ( >=sys-libs/readline-5.2 )
-	selinux? ( sec-policy/selinux-samba )
 	syslog? ( virtual/logger )"
 
 RDEPEND="${DEPEND}
 	kernel_linux? ( ads? ( net-fs/cifs-utils[ads] )
-			client? ( net-fs/cifs-utils ) )"
+			client? ( net-fs/cifs-utils ) )
+	selinux? ( sec-policy/selinux-samba )
+"
 
 # Disable tests since we don't want to build that much here
 RESTRICT="test"



1.2                  net-fs/samba/samba-4.1.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.13.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.13.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.13.ebuild?r1=1.1&r2=1.2

Index: samba-4.1.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba-4.1.13.ebuild	21 Oct 2014 21:59:36 -0000	1.1
+++ samba-4.1.13.ebuild	2 Nov 2014 12:33:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.13.ebuild,v 1.1 2014/10/21 21:59:36 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.13.ebuild,v 1.2 2014/11/02 12:33:27 swift Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -50,12 +50,13 @@
 	fam? ( virtual/fam )
 	gnutls? ( dev-libs/libgcrypt:0
 		>=net-libs/gnutls-1.4.0 )
-	ldap? ( net-nds/openldap )
-	selinux? ( sec-policy/selinux-samba )"
+	ldap? ( net-nds/openldap )"
 DEPEND="${CDEPEND}
 	virtual/pkgconfig"
 RDEPEND="${CDEPEND}
-	client? ( net-fs/cifs-utils[ads?] )"
+	client? ( net-fs/cifs-utils[ads?] )
+	selinux? ( sec-policy/selinux-samba )
+"
 
 REQUIRED_USE="ads? ( acl ldap )"
 



1.2                  net-fs/samba/samba-4.0.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.22.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.22.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.22.ebuild?r1=1.1&r2=1.2

Index: samba-4.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.22.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba-4.0.22.ebuild	18 Sep 2014 19:02:21 -0000	1.1
+++ samba-4.0.22.ebuild	2 Nov 2014 12:33:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.22.ebuild,v 1.1 2014/09/18 19:02:21 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.22.ebuild,v 1.2 2014/11/02 12:33:27 swift Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -54,12 +54,13 @@
 	fam? ( virtual/fam )
 	gnutls? ( dev-libs/libgcrypt:0
 		>=net-libs/gnutls-1.4.0 )
-	ldap? ( net-nds/openldap )
-	selinux? ( sec-policy/selinux-samba )"
+	ldap? ( net-nds/openldap )"
 DEPEND="${CDEPEND}
 	virtual/pkgconfig"
 RDEPEND="${CDEPEND}
-	client? ( net-fs/cifs-utils[ads?] )"
+	client? ( net-fs/cifs-utils[ads?] )
+	selinux? ( sec-policy/selinux-samba )
+"
 
 REQUIRED_USE="ads? ( acl ldap )"
 



1.11                 net-fs/samba/samba-3.6.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.23.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.23.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.23.ebuild?r1=1.10&r2=1.11

Index: samba-3.6.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.23.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- samba-3.6.23.ebuild	14 May 2014 16:14:28 -0000	1.10
+++ samba-3.6.23.ebuild	2 Nov 2014 12:33:27 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.23.ebuild,v 1.10 2014/05/14 16:14:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.23.ebuild,v 1.11 2014/11/02 12:33:27 swift Exp $
 
 EAPI=4
 
@@ -41,12 +41,13 @@
 		winbind? ( dev-libs/iniparser )
 	)
 	readline? ( >=sys-libs/readline-5.2 )
-	selinux? ( sec-policy/selinux-samba )
 	syslog? ( virtual/logger )"
 
 RDEPEND="${DEPEND}
 	kernel_linux? ( ads? ( net-fs/cifs-utils[ads] )
-			client? ( net-fs/cifs-utils ) )"
+			client? ( net-fs/cifs-utils ) )
+	selinux? ( sec-policy/selinux-samba )
+"
 
 # Disable tests since we don't want to build that much here
 RESTRICT="test"



1.2                  net-fs/samba/samba-4.0.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.21.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.21.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.21.ebuild?r1=1.1&r2=1.2

Index: samba-4.0.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.21.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba-4.0.21.ebuild	1 Aug 2014 23:30:20 -0000	1.1
+++ samba-4.0.21.ebuild	2 Nov 2014 12:33:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.21.ebuild,v 1.1 2014/08/01 23:30:20 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.21.ebuild,v 1.2 2014/11/02 12:33:27 swift Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -54,12 +54,13 @@
 	fam? ( virtual/fam )
 	gnutls? ( dev-libs/libgcrypt:0
 		>=net-libs/gnutls-1.4.0 )
-	ldap? ( net-nds/openldap )
-	selinux? ( sec-policy/selinux-samba )"
+	ldap? ( net-nds/openldap )"
 DEPEND="${CDEPEND}
 	virtual/pkgconfig"
 RDEPEND="${CDEPEND}
-	client? ( net-fs/cifs-utils[ads?] )"
+	client? ( net-fs/cifs-utils[ads?] )
+	selinux? ( sec-policy/selinux-samba )
+"
 
 REQUIRED_USE="ads? ( acl ldap )"
 



1.2                  net-fs/samba/samba-4.1.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.12.ebuild?r1=1.1&r2=1.2

Index: samba-4.1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba-4.1.12.ebuild	8 Sep 2014 11:31:19 -0000	1.1
+++ samba-4.1.12.ebuild	2 Nov 2014 12:33:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.12.ebuild,v 1.1 2014/09/08 11:31:19 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.12.ebuild,v 1.2 2014/11/02 12:33:27 swift Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -50,12 +50,13 @@
 	fam? ( virtual/fam )
 	gnutls? ( dev-libs/libgcrypt:0
 		>=net-libs/gnutls-1.4.0 )
-	ldap? ( net-nds/openldap )
-	selinux? ( sec-policy/selinux-samba )"
+	ldap? ( net-nds/openldap )"
 DEPEND="${CDEPEND}
 	virtual/pkgconfig"
 RDEPEND="${CDEPEND}
-	client? ( net-fs/cifs-utils[ads?] )"
+	client? ( net-fs/cifs-utils[ads?] )
+	selinux? ( sec-policy/selinux-samba )
+"
 
 REQUIRED_USE="ads? ( acl ldap )"
 



1.690                net-fs/samba/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.690&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.690&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.689&r2=1.690

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.689
retrieving revision 1.690
diff -u -r1.689 -r1.690
--- ChangeLog	21 Oct 2014 21:59:36 -0000	1.689
+++ ChangeLog	2 Nov 2014 12:33:27 -0000	1.690
@@ -1,6 +1,12 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.689 2014/10/21 21:59:36 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.690 2014/11/02 12:33:27 swift Exp $
+
+  02 Nov 2014; Sven Vermeulen <swift@gentoo.org> samba-3.6.23-r1.ebuild,
+  samba-3.6.23.ebuild, samba-3.6.24.ebuild, samba-4.0.21.ebuild,
+  samba-4.0.22.ebuild, samba-4.1.12.ebuild, samba-4.1.13.ebuild:
+  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+  #527698)
 
 *samba-4.1.13 (21 Oct 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-02 12:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-02 12:33 [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-3.6.24.ebuild samba-3.6.23-r1.ebuild samba-4.1.13.ebuild samba-4.0.22.ebuild samba-3.6.23.ebuild samba-4.0.21.ebuild samba-4.1.12.ebuild ChangeLog Sven Vermeulen (swift)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox