summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-07-29 00:11:20 +0000
committerMike Frysinger <vapier@gentoo.org>2004-07-29 00:11:20 +0000
commit77cb9216809425455c33aa53c736ee8931fe1d99 (patch)
tree8d94bb7619fcf72aab9be56142dc82076a7415d5 /net-fs
parenttidy (Manifest recommit) (diff)
downloadgentoo-2-77cb9216809425455c33aa53c736ee8931fe1d99.tar.gz
gentoo-2-77cb9216809425455c33aa53c736ee8931fe1d99.tar.bz2
gentoo-2-77cb9216809425455c33aa53c736ee8931fe1d99.zip
ppc stable for security bug #57962
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/samba-3.0.5.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/net-fs/samba/samba-3.0.5.ebuild b/net-fs/samba/samba-3.0.5.ebuild
index 045ddfff697f..e052430fdfc8 100644
--- a/net-fs/samba/samba-3.0.5.ebuild
+++ b/net-fs/samba/samba-3.0.5.ebuild
@@ -1,12 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.5.ebuild,v 1.4 2004/07/28 05:04:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.5.ebuild,v 1.5 2004/07/29 00:11:20 vapier Exp $
inherit eutils
-IUSE="kerberos mysql postgres xml xml2 acl cups ldap pam readline python doc"
-IUSE="${IUSE} oav"
-
DESCRIPTION="SAMBA is a suite of SMB and CIFS client/server programs for UNIX"
HOMEPAGE="http://www.samba.org/
http://www.openantivirus.org/projects.php
@@ -23,6 +20,12 @@ SRC_URI="mirror://samba/${PN}${_CVS}.tar.gz
oav? mirror://sourceforge/openantivirus/${PN}-vscan-${VSCAN_VER}.tar.bz2
ldap? http://samba.idealx.org/dist/smbldap-tools-${SMBLDAP_TOOLS_VER}.tgz"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ~ia64 ppc64"
+SLOT="0"
+IUSE="kerberos mysql postgres xml xml2 acl cups ldap pam readline python doc"
+IUSE="${IUSE} oav"
+
_COMMON_DEPS="dev-libs/popt
readline? sys-libs/readline
ldap? ( kerberos? ( virtual/krb5 ) )
@@ -41,10 +44,6 @@ DEPEND="sys-devel/autoconf
#IDEALX scripts are now using Net::LDAP
RDEPEND="ldap? dev-perl/perl-ldap ${_COMMON_DEPS}"
-KEYWORDS="x86 ~ppc sparc mips hppa amd64 ~ia64 alpha ppc64"
-LICENSE="GPL-2"
-SLOT="0"
-
src_unpack() {
local i
unpack ${A} || die