diff options
author | 2008-06-12 12:10:25 +0000 | |
---|---|---|
committer | 2008-06-12 12:10:25 +0000 | |
commit | 982ecb979b98f4d5be6a2524cb03b1525e072157 (patch) | |
tree | 96348c9a250f008896893c3a0435f7b45e8df89f /net-fs | |
parent | Version bump to libvorbis-1.2.1_rc1 which includes all the recent security fi... (diff) | |
download | gentoo-2-982ecb979b98f4d5be6a2524cb03b1525e072157.tar.gz gentoo-2-982ecb979b98f4d5be6a2524cb03b1525e072157.tar.bz2 gentoo-2-982ecb979b98f4d5be6a2524cb03b1525e072157.zip |
Version bump
(Portage version: 2.1.5.4)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 8 | ||||
-rw-r--r-- | net-fs/samba/samba-3.2.0_rc2.ebuild (renamed from net-fs/samba/samba-3.2.0_pre2.ebuild) | 37 |
2 files changed, 23 insertions, 22 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 169d19405412..59161a8eb2f5 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-fs/samba # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.336 2008/05/31 08:27:47 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.337 2008/06/12 12:10:25 dev-zero Exp $ + +*samba-3.2.0_rc2 (12 Jun 2008) + + 12 Jun 2008; Tiziano Müller <dev-zero@gentoo.org> + -samba-3.2.0_pre2.ebuild, +samba-3.2.0_rc2.ebuild: + Version bump *samba-3.0.30 (31 May 2008) diff --git a/net-fs/samba/samba-3.2.0_pre2.ebuild b/net-fs/samba/samba-3.2.0_rc2.ebuild index 42a8afddfa16..5c7a1c61b5c3 100644 --- a/net-fs/samba/samba-3.2.0_pre2.ebuild +++ b/net-fs/samba/samba-3.2.0_rc2.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2008 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_pre2.ebuild,v 1.1 2008/03/08 12:24:01 dev-zero Exp $ +# $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 $ -inherit autotools eutils pam multilib versionator confutils +inherit eutils pam multilib versionator confutils MY_P=${PN}-${PV/_/} DESCRIPTION="A suite of SMB and CIFS client/server programs for UNIX" HOMEPAGE="http://www.samba.org/" -SRC_URI="mirror://samba/${MY_P}.tar.gz" +SRC_URI="mirror://samba/rc/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -19,19 +19,18 @@ 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 ) ) - cups? ( net-print/cups ) - ipv6? ( sys-apps/xinetd ) - ads? ( virtual/krb5 - sys-fs/e2fsprogs ) - ldap? ( net-nds/openldap ) - pam? ( virtual/pam ) - readline? ( sys-libs/readline ) - selinux? ( sec-policy/selinux-samba ) - swat? ( sys-apps/xinetd ) - syslog? ( virtual/logger ) - fam? ( virtual/fam ) - caps? ( sys-libs/libcap )" + acl? ( kernel_linux? ( sys-apps/acl ) ) + cups? ( net-print/cups ) + ipv6? ( sys-apps/xinetd ) + ads? ( virtual/krb5 sys-fs/e2fsprogs ) + ldap? ( net-nds/openldap ) + pam? ( virtual/pam ) + readline? ( sys-libs/readline ) + selinux? ( sec-policy/selinux-samba ) + swat? ( sys-apps/xinetd ) + syslog? ( virtual/logger ) + fam? ( virtual/fam ) + caps? ( sys-libs/libcap )" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" @@ -61,10 +60,6 @@ src_unpack() { unpack ${A} cd "${S}/source" - epatch "${FILESDIR}/3.0.28-libcap_detection.patch" - - eautoconf -Im4 -Ilib/replace - # Ok, agreed, this is ugly. But it avoids a patch we # need for every samba version and we don't need autotools sed -i \ @@ -165,7 +160,7 @@ src_install() { rm -f "${D}"/usr/bin/*.old # Removing executable bits from header-files - fperms 644 /usr/include/lib{msrpc,smbclient}.h + fperms 644 /usr/include/libsmbclient.h # Nsswitch extensions. Make link for wins and winbind resolvers if use winbind ; then |