diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-04-27 14:57:44 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-04-27 14:57:44 +0000 |
commit | 83b44b0d21ecd43a64cdbb99722adef929ea01ef (patch) | |
tree | 0a300ac21da0cefe2c768703d2b2f133b07a4469 /net-fs | |
parent | PPC64 / PPC mask updates (Manifest recommit) (diff) | |
download | gentoo-2-83b44b0d21ecd43a64cdbb99722adef929ea01ef.tar.gz gentoo-2-83b44b0d21ecd43a64cdbb99722adef929ea01ef.tar.bz2 gentoo-2-83b44b0d21ecd43a64cdbb99722adef929ea01ef.zip |
Stable on x86.
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.2a-r2.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 49793610ef92..32540450255b 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/samba # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.69 2004/04/27 12:01:09 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.70 2004/04/27 14:57:44 tseng Exp $ + + 27 Apr 2004; Brandon Hale <tseng@gentoo.org> samba-3.0.2a-r2.ebuild: + Stable on x86. 27 Apr 2004; Jason Wever <weeve@gentoo.org> samba-3.0.2a-r2.ebuild: Stable on sparc wrt bug #41800. diff --git a/net-fs/samba/samba-3.0.2a-r2.ebuild b/net-fs/samba/samba-3.0.2a-r2.ebuild index ac20592e6142..b4040b114925 100644 --- a/net-fs/samba/samba-3.0.2a-r2.ebuild +++ b/net-fs/samba/samba-3.0.2a-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.2a-r2.ebuild,v 1.3 2004/04/27 12:01:09 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.2a-r2.ebuild,v 1.4 2004/04/27 14:57:44 tseng Exp $ inherit eutils @@ -39,7 +39,7 @@ 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" +KEYWORDS="x86 ~ppc sparc ~mips ~hppa ~amd64 ~ia64 alpha" LICENSE="GPL-2" SLOT="0" @@ -117,7 +117,7 @@ src_compile() { && myconf="${myconf} --with-ldap" \ || myconf="${myconf} --without-ldap" #this is for old samba 2.x compat - #myconf="${myconf} --with-ldapsam" + #myconf="${myconf} --with-ldapsam" myconf="${myconf} --without-ldapsam" if [ "${ARCH}" != "amd64" ] @@ -141,9 +141,9 @@ src_compile() { #default_{static,shared}_modules|source/configure #/usr/lib/samba/auth/............. AUTH_MODULES - #/usr/lib/samba/charset/ CHARSET_MODULES + #/usr/lib/samba/charset/ CHARSET_MODULES #/usr/lib/samba/pdb/.............. PDB_MODULES - #/usr/lib/samba/rpc/ RPC_MODULES + #/usr/lib/samba/rpc/ RPC_MODULES #/usr/lib/samba/vfs/.............. VFS_MODULES|source/Makefile #/usr/lib/samba/lowcase.dat #/usr/lib/samba/upcase.dat |