diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-01-26 19:02:41 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-01-26 19:02:41 +0000 |
commit | c5c67b442c1835422ed75a65b51b72e238e13456 (patch) | |
tree | 219680e970c75e48cb04d3bd71c4deb95d9eb710 /net-fs | |
parent | TODO does not exist in docs, bug #302348, thank R Bar-On for report. (diff) | |
download | gentoo-2-c5c67b442c1835422ed75a65b51b72e238e13456.tar.gz gentoo-2-c5c67b442c1835422ed75a65b51b72e238e13456.tar.bz2 gentoo-2-c5c67b442c1835422ed75a65b51b72e238e13456.zip |
Adding 3.5_rc
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/samba/samba-3.5.0_rc2.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 01157973d961..eb43af9e5cf7 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-fs/samba # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.396 2010/01/19 18:59:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.397 2010/01/26 19:02:41 patrick Exp $ + +*samba-3.5.0_rc2 (26 Jan 2010) + + 26 Jan 2010; Patrick Lauer <patrick@gentoo.org> +samba-3.5.0_rc2.ebuild: + Adding 3.5_rc *samba-3.4.5 (19 Jan 2010) diff --git a/net-fs/samba/samba-3.5.0_rc2.ebuild b/net-fs/samba/samba-3.5.0_rc2.ebuild new file mode 100644 index 000000000000..8b303ee67596 --- /dev/null +++ b/net-fs/samba/samba-3.5.0_rc2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.0_rc2.ebuild,v 1.1 2010/01/26 19:02:41 patrick Exp $ + +EAPI="2" + +DESCRIPTION="Meta package for samba-{libs,client,server}" +HOMEPAGE="http://www.samba.org/" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="+client +server" + +DEPEND="" +RDEPEND="~net-fs/samba-libs-${PV} + client? ( ~net-fs/samba-client-${PV} ) + server? ( ~net-fs/samba-server-${PV} )" |