diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-04-07 16:09:22 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-04-07 16:09:22 +0000 |
commit | cd6d9a3a6816cb865a525ebd7a83645d52a1f037 (patch) | |
tree | aae1cc3cf408ab50367915bfd59653c221326104 /net-fs | |
parent | Fixing samba deps (diff) | |
download | gentoo-2-cd6d9a3a6816cb865a525ebd7a83645d52a1f037.tar.gz gentoo-2-cd6d9a3a6816cb865a525ebd7a83645d52a1f037.tar.bz2 gentoo-2-cd6d9a3a6816cb865a525ebd7a83645d52a1f037.zip |
Remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/samba/samba-3.3.10.ebuild | 17 | ||||
-rw-r--r-- | net-fs/samba/samba-3.4.5.ebuild | 17 |
3 files changed, 5 insertions, 35 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index bbbc08d33151..2df9b1553bb8 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,10 @@ # 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.405 2010/04/07 15:24:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.406 2010/04/07 16:09:22 patrick Exp $ + + 07 Apr 2010; Patrick Lauer <patrick@gentoo.org> -samba-3.3.10.ebuild, + -samba-3.4.5.ebuild: + Remove old *samba-3.5.2 (07 Apr 2010) diff --git a/net-fs/samba/samba-3.3.10.ebuild b/net-fs/samba/samba-3.3.10.ebuild deleted file mode 100644 index 6ab274b18e9a..000000000000 --- a/net-fs/samba/samba-3.3.10.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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.3.10.ebuild,v 1.1 2010/01/14 12:52:05 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 ~ppc ~ppc64 ~x86" -IUSE="+client +server" - -DEPEND="" -RDEPEND="~net-fs/samba-libs-${PV} - client? ( ~net-fs/samba-client-${PV} ) - server? ( ~net-fs/samba-server-${PV} )" diff --git a/net-fs/samba/samba-3.4.5.ebuild b/net-fs/samba/samba-3.4.5.ebuild deleted file mode 100644 index 5f2a904ecbf9..000000000000 --- a/net-fs/samba/samba-3.4.5.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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.4.5.ebuild,v 1.1 2010/01/19 18:59:45 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} )" |