summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-10-22 18:51:36 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-10-22 18:51:36 +0000
commit9f13dfe6ca5e13f40d03812d0b39883a6a2906ff (patch)
tree179e2f2f261b0eecf503fc9efcaabaefda08eb2d /net-fs
parentRevert addition of tokyocabinet USE-flag to -r6, add it to -r7 and drop keywo... (diff)
downloadgentoo-2-9f13dfe6ca5e13f40d03812d0b39883a6a2906ff.tar.gz
gentoo-2-9f13dfe6ca5e13f40d03812d0b39883a6a2906ff.tar.bz2
gentoo-2-9f13dfe6ca5e13f40d03812d0b39883a6a2906ff.zip
Bump. fixes #289600
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/ChangeLog7
-rw-r--r--net-fs/samba/samba-3.3.9.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog
index a862f13eb98e..703da96d7e6d 100644
--- a/net-fs/samba/ChangeLog
+++ b/net-fs/samba/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-fs/samba
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.379 2009/10/10 10:11:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.380 2009/10/22 18:51:36 patrick Exp $
+
+*samba-3.3.9 (22 Oct 2009)
+
+ 22 Oct 2009; Patrick Lauer <patrick@gentoo.org> +samba-3.3.9.ebuild:
+ Bump. fixes #289600
10 Oct 2009; Patrick Lauer <patrick@gentoo.org> -samba-3.0.33.ebuild,
-samba-3.0.34.ebuild, -samba-3.0.35.ebuild, -samba-3.2.11.ebuild,
diff --git a/net-fs/samba/samba-3.3.9.ebuild b/net-fs/samba/samba-3.3.9.ebuild
new file mode 100644
index 000000000000..ef10bd98349d
--- /dev/null
+++ b/net-fs/samba/samba-3.3.9.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.3.9.ebuild,v 1.1 2009/10/22 18:51:36 patrick Exp $
+
+EAPI="2"
+
+DESCRIPTION="Meta package for samba-{libs,client,server}"
+HOMEPAGE="http://www.samba.org/"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+IUSE="+client +server"
+
+DEPEND=""
+RDEPEND="~net-fs/samba-libs-${PV}
+ client? ( ~net-fs/samba-client-${PV} )
+ server? ( ~net-fs/samba-server-${PV} )"