From: Mark Loeser Date: Tue, 6 Jun 2006 01:51:06 +0000 (+0000) Subject: Drop xfsamba from the tree due to being integrated into xffm X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=03b26be574d3616984d7b33e54e9fcc3b11d2598;p=gentoo.git Drop xfsamba from the tree due to being integrated into xffm --- diff --git a/net-misc/xfsamba/ChangeLog b/net-misc/xfsamba/ChangeLog deleted file mode 100644 index d43be41cccbd..000000000000 --- a/net-misc/xfsamba/ChangeLog +++ /dev/null @@ -1,23 +0,0 @@ -# ChangeLog for net-misc/xfsamba -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/xfsamba/ChangeLog,v 1.7 2004/06/25 00:21:01 agriffis Exp $ - - 25 Feb 2004; Daniel Ahlberg xfsamba-0.47.ebuild: - Adding amd64 keyword. Closing #42789. - - 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords - -*xfsamba-0.47 (3 June 2002) - - 09 Jul 2002; phoen][x xfsamba-0.47.ebuild : - Added KEYWORDS, SLOT. - - 3 June 2002; Ryan Phillips ChangeLog : - Ebuild submitted by Dan Naumov - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. - diff --git a/net-misc/xfsamba/Manifest b/net-misc/xfsamba/Manifest deleted file mode 100644 index 504238b1fa24..000000000000 --- a/net-misc/xfsamba/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6e3cb18306ae6c69ad11b39d3c9df830 ChangeLog 1018 -MD5 33ba0ebd81852e57114b10c790755144 xfsamba-0.47.ebuild 875 -MD5 439e2240bfa3318549e508214f51faad files/digest-xfsamba-0.47 65 diff --git a/net-misc/xfsamba/files/digest-xfsamba-0.47 b/net-misc/xfsamba/files/digest-xfsamba-0.47 deleted file mode 100644 index 7a4e9cea3cbe..000000000000 --- a/net-misc/xfsamba/files/digest-xfsamba-0.47 +++ /dev/null @@ -1 +0,0 @@ -MD5 b2383527e32ef8a28eec87aee899a300 xfsamba-0.47.tar.gz 1344158 diff --git a/net-misc/xfsamba/xfsamba-0.47.ebuild b/net-misc/xfsamba/xfsamba-0.47.ebuild deleted file mode 100644 index 1d09067309e0..000000000000 --- a/net-misc/xfsamba/xfsamba-0.47.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/xfsamba/xfsamba-0.47.ebuild,v 1.12 2004/07/14 06:37:01 mr_bones_ Exp $ - -DESCRIPTION="A GUI SMB network navigator" -HOMEPAGE="http://xfsamba.sourceforge.net/" -SRC_URI="http://xfsamba.sourceforge.net/archive/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc ~amd64" -IUSE="nls" - -DEPEND="=dev-libs/glib-1.2* - =x11-libs/gtk+-1.2* - nls? ( sys-devel/gettext )" -RDEPEND=">=net-fs/samba-2.2.4" - -src_compile() { - local myconf - use nls || myconf="--disable-nls" - - ./configure ${myconf} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --disable-gtktest \ - --disable-glibtest || die "./configure failed" - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die "install failed" -}