summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-05-29 19:55:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-05-29 19:55:00 +0000
commit338a441c884d9945a15528e4bd6ae6b84a4847f4 (patch)
treee298dbc1496a894667f54fd11206c85d503cc083 /net-fs/samba
parentReplace kernel-conditional dependency on sys-apps/acl with virtual/acl. (diff)
downloadgentoo-2-338a441c884d9945a15528e4bd6ae6b84a4847f4.tar.gz
gentoo-2-338a441c884d9945a15528e4bd6ae6b84a4847f4.tar.bz2
gentoo-2-338a441c884d9945a15528e4bd6ae6b84a4847f4.zip
Replace kernel-conditional dependency on sys-apps/acl with virtual/acl.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-fs/samba')
-rw-r--r--net-fs/samba/ChangeLog8
-rw-r--r--net-fs/samba/samba-3.0.28.ebuild6
-rw-r--r--net-fs/samba/samba-3.0.28a-r1.ebuild6
-rw-r--r--net-fs/samba/samba-3.0.30.ebuild6
-rw-r--r--net-fs/samba/samba-3.0.31.ebuild6
-rw-r--r--net-fs/samba/samba-3.0.32.ebuild6
-rw-r--r--net-fs/samba/samba-3.0.33.ebuild4
-rw-r--r--net-fs/samba/samba-3.0.34.ebuild4
-rw-r--r--net-fs/samba/samba-3.2.0_rc2.ebuild6
-rw-r--r--net-fs/samba/samba-3.2.11.ebuild4
10 files changed, 31 insertions, 25 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog
index 5b5c6dbcec3e..907901cbaba4 100644
--- a/net-fs/samba/ChangeLog
+++ b/net-fs/samba/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-fs/samba
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.354 2009/04/23 14:12:52 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.355 2009/05/29 19:55:00 flameeyes Exp $
+
+ 29 May 2009; Diego E. Pettenò <flameeyes@gentoo.org> samba-3.0.28.ebuild,
+ samba-3.0.28a-r1.ebuild, samba-3.0.30.ebuild, samba-3.0.31.ebuild,
+ samba-3.0.32.ebuild, samba-3.0.33.ebuild, samba-3.0.34.ebuild,
+ samba-3.2.0_rc2.ebuild, samba-3.2.11.ebuild:
+ Replace kernel-conditional dependency on sys-apps/acl with virtual/acl.
*samba-3.2.11 (23 Apr 2009)
diff --git a/net-fs/samba/samba-3.0.28.ebuild b/net-fs/samba/samba-3.0.28.ebuild
index 27c8d5161635..cb97d95c43ae 100644
--- a/net-fs/samba/samba-3.0.28.ebuild
+++ b/net-fs/samba/samba-3.0.28.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v 1.6 2008/04/21 22:07:48 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v 1.7 2009/05/29 19:55:00 flameeyes Exp $
inherit autotools eutils pam python multilib versionator confutils
@@ -19,7 +19,7 @@ IUSE="${IUSE_LINGUAS} acl ads async automount caps cups doc examples ipv6 kernel
RDEPEND="dev-libs/popt
virtual/libiconv
- acl? ( kernel_linux? ( sys-apps/acl ) )
+ acl? ( virtual/acl )
cups? ( net-print/cups )
ipv6? ( sys-apps/xinetd )
ads? ( virtual/krb5 )
diff --git a/net-fs/samba/samba-3.0.28a-r1.ebuild b/net-fs/samba/samba-3.0.28a-r1.ebuild
index 7e874f0997c2..9ebc956a9061 100644
--- a/net-fs/samba/samba-3.0.28a-r1.ebuild
+++ b/net-fs/samba/samba-3.0.28a-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28a-r1.ebuild,v 1.3 2008/11/05 00:38:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28a-r1.ebuild,v 1.4 2009/05/29 19:55:00 flameeyes Exp $
inherit autotools eutils pam python multilib versionator confutils
@@ -19,7 +19,7 @@ IUSE="${IUSE_LINGUAS} acl ads async automount caps cups doc examples ipv6 kernel
RDEPEND="dev-libs/popt
virtual/libiconv
- acl? ( kernel_linux? ( sys-apps/acl ) )
+ acl? ( virtual/acl )
cups? ( net-print/cups )
ipv6? ( sys-apps/xinetd )
ads? ( virtual/krb5 )
diff --git a/net-fs/samba/samba-3.0.30.ebuild b/net-fs/samba/samba-3.0.30.ebuild
index 8fef5ca58efe..c3fad1367587 100644
--- a/net-fs/samba/samba-3.0.30.ebuild
+++ b/net-fs/samba/samba-3.0.30.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.30.ebuild,v 1.1 2008/05/31 08:27:47 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.30.ebuild,v 1.2 2009/05/29 19:55:00 flameeyes Exp $
inherit autotools eutils pam python multilib versionator confutils
@@ -19,7 +19,7 @@ IUSE="${IUSE_LINGUAS} acl ads async automount caps cups doc examples ipv6 kernel
RDEPEND="dev-libs/popt
virtual/libiconv
- acl? ( kernel_linux? ( sys-apps/acl ) )
+ acl? ( virtual/acl )
cups? ( net-print/cups )
ipv6? ( sys-apps/xinetd )
ads? ( virtual/krb5 )
diff --git a/net-fs/samba/samba-3.0.31.ebuild b/net-fs/samba/samba-3.0.31.ebuild
index 49bf60d4ded0..1ad61197fcad 100644
--- a/net-fs/samba/samba-3.0.31.ebuild
+++ b/net-fs/samba/samba-3.0.31.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.31.ebuild,v 1.1 2008/08/08 15:36:41 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.31.ebuild,v 1.2 2009/05/29 19:55:00 flameeyes Exp $
inherit autotools eutils pam python multilib versionator confutils
@@ -20,7 +20,7 @@ IUSE="acl ads async automount caps cups debug doc examples ipv6 kernel_linux lda
RDEPEND="dev-libs/popt
virtual/libiconv
- acl? ( kernel_linux? ( sys-apps/acl ) )
+ acl? ( virtual/acl )
cups? ( net-print/cups )
ipv6? ( sys-apps/xinetd )
ads? ( virtual/krb5 )
diff --git a/net-fs/samba/samba-3.0.32.ebuild b/net-fs/samba/samba-3.0.32.ebuild
index 9dd3da0da72c..7acfc6283e5e 100644
--- a/net-fs/samba/samba-3.0.32.ebuild
+++ b/net-fs/samba/samba-3.0.32.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.32.ebuild,v 1.7 2008/11/05 00:38:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.32.ebuild,v 1.8 2009/05/29 19:55:00 flameeyes Exp $
inherit autotools eutils pam python multilib versionator confutils
@@ -20,7 +20,7 @@ IUSE="acl ads async automount caps cups debug doc examples ipv6 kernel_linux lda
RDEPEND="dev-libs/popt
virtual/libiconv
- acl? ( kernel_linux? ( sys-apps/acl ) )
+ acl? ( virtual/acl )
cups? ( net-print/cups )
ipv6? ( sys-apps/xinetd )
ads? ( virtual/krb5 )
diff --git a/net-fs/samba/samba-3.0.33.ebuild b/net-fs/samba/samba-3.0.33.ebuild
index 839253102937..64b94e92d354 100644
--- a/net-fs/samba/samba-3.0.33.ebuild
+++ b/net-fs/samba/samba-3.0.33.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.33.ebuild,v 1.8 2009/01/04 17:51:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.33.ebuild,v 1.9 2009/05/29 19:55:00 flameeyes Exp $
inherit autotools eutils pam python multilib versionator confutils
@@ -20,7 +20,7 @@ IUSE="acl ads async automount caps cups debug doc examples ipv6 kernel_linux lda
RDEPEND="dev-libs/popt
virtual/libiconv
- acl? ( kernel_linux? ( sys-apps/acl ) )
+ acl? ( virtual/acl )
cups? ( net-print/cups )
ipv6? ( sys-apps/xinetd )
ads? ( virtual/krb5 )
diff --git a/net-fs/samba/samba-3.0.34.ebuild b/net-fs/samba/samba-3.0.34.ebuild
index fda7acf9bf9f..b87bf6ba9469 100644
--- a/net-fs/samba/samba-3.0.34.ebuild
+++ b/net-fs/samba/samba-3.0.34.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.34.ebuild,v 1.1 2009/03/29 16:49:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.34.ebuild,v 1.2 2009/05/29 19:55:00 flameeyes Exp $
inherit autotools eutils pam python multilib versionator confutils
@@ -20,7 +20,7 @@ IUSE="acl ads async automount caps cups debug doc examples ipv6 kernel_linux lda
RDEPEND="dev-libs/popt
virtual/libiconv
- acl? ( kernel_linux? ( sys-apps/acl ) )
+ acl? ( virtual/acl )
cups? ( net-print/cups )
ipv6? ( sys-apps/xinetd )
ads? ( virtual/krb5 )
diff --git a/net-fs/samba/samba-3.2.0_rc2.ebuild b/net-fs/samba/samba-3.2.0_rc2.ebuild
index 5c7a1c61b5c3..212978f43e7e 100644
--- a/net-fs/samba/samba-3.2.0_rc2.ebuild
+++ b/net-fs/samba/samba-3.2.0_rc2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.2.0_rc2.ebuild,v 1.1 2008/06/12 12:10:25 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.2.0_rc2.ebuild,v 1.2 2009/05/29 19:55:00 flameeyes Exp $
inherit eutils pam multilib versionator confutils
@@ -19,7 +19,7 @@ IUSE="${IUSE_LINGUAS} acl ads async automount caps cups doc examples ipv6 kernel
RDEPEND="dev-libs/popt
dev-libs/iniparser
virtual/libiconv
- acl? ( kernel_linux? ( sys-apps/acl ) )
+ acl? ( virtual/acl )
cups? ( net-print/cups )
ipv6? ( sys-apps/xinetd )
ads? ( virtual/krb5 sys-fs/e2fsprogs )
diff --git a/net-fs/samba/samba-3.2.11.ebuild b/net-fs/samba/samba-3.2.11.ebuild
index 360510efb469..3da974672423 100644
--- a/net-fs/samba/samba-3.2.11.ebuild
+++ b/net-fs/samba/samba-3.2.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.2.11.ebuild,v 1.1 2009/04/23 14:12:52 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.2.11.ebuild,v 1.2 2009/05/29 19:55:00 flameeyes Exp $
inherit eutils pam multilib versionator confutils
@@ -19,7 +19,7 @@ IUSE="${IUSE_LINGUAS} acl ads async automount caps cups doc examples ipv6 kernel
RDEPEND="dev-libs/popt
dev-libs/iniparser
virtual/libiconv
- acl? ( kernel_linux? ( sys-apps/acl ) )
+ acl? ( virtual/acl )
cups? ( net-print/cups )
ipv6? ( sys-apps/xinetd )
ads? ( virtual/krb5 sys-fs/e2fsprogs )