diff options
author | 2010-02-19 17:19:36 +0000 | |
---|---|---|
committer | 2010-02-19 17:19:36 +0000 | |
commit | 51b4ba26e589efb534d31d9a8e5797d8ece35401 (patch) | |
tree | c76c4fd3125bcf03473e4c8617ca8db532250002 /net-fs | |
parent | Bump to 2.4, thanks to Tim Harder. Fixes #304167 (diff) | |
download | gentoo-2-51b4ba26e589efb534d31d9a8e5797d8ece35401.tar.gz gentoo-2-51b4ba26e589efb534d31d9a8e5797d8ece35401.tar.bz2 gentoo-2-51b4ba26e589efb534d31d9a8e5797d8ece35401.zip |
Bump for new rc
(Portage version: 2.2_rc62/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_rc3.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index eb43af9e5cf7..e8a4eff3ae9f 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.397 2010/01/26 19:02:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.398 2010/02/19 17:19:36 patrick Exp $ + +*samba-3.5.0_rc3 (19 Feb 2010) + + 19 Feb 2010; Patrick Lauer <patrick@gentoo.org> +samba-3.5.0_rc3.ebuild: + Bump for new rc *samba-3.5.0_rc2 (26 Jan 2010) diff --git a/net-fs/samba/samba-3.5.0_rc3.ebuild b/net-fs/samba/samba-3.5.0_rc3.ebuild new file mode 100644 index 000000000000..93606d288364 --- /dev/null +++ b/net-fs/samba/samba-3.5.0_rc3.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_rc3.ebuild,v 1.1 2010/02/19 17:19:36 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} )" |