diff options
Diffstat (limited to 'net-misc/gnomba/gnomba-0.6.2-r1.ebuild')
-rw-r--r-- | net-misc/gnomba/gnomba-0.6.2-r1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/net-misc/gnomba/gnomba-0.6.2-r1.ebuild b/net-misc/gnomba/gnomba-0.6.2-r1.ebuild deleted file mode 100644 index 10b8fe72ba2a..000000000000 --- a/net-misc/gnomba/gnomba-0.6.2-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/gnomba-0.6.2-r1.ebuild,v 1.6 2005/07/15 01:21:48 agriffis Exp $ - -inherit eutils - -DESCRIPTION="Gnome Samba Browser" -SRC_URI="http://gnomba.sourceforge.net/src/${P}.tar.gz" -HOMEPAGE="http://gnomba.sourceforge.net/" -LICENSE="GPL-2" -KEYWORDS="x86 sparc" -SLOT="0" - -IUSE="debug" -DEPEND="gnome-base/gnome-libs" - -src_compile() { - econf `use_enable debug` || die "econf failed" - # We touch the Makefile here, because the configure script - # touches Makefile.in and we want to avoid the recreation - touch Makefile - emake \ - CODEPAGEDIR=/var/lib/samba/codepages \ - LMHOSTSFILE=/etc/samba/lmhosts \ - SMB_PASSWD_FILE=/etc/samba/private/smbpasswd \ - PASSWD_PROGRAM=/usr/bin/passwd \ - DRIVERFILE=/etc/samba/printers.def \ - || die "emake failed" -} - -src_install() { - edos2unix gnomba.desktop - - einstall || die "einstall failed" - dodoc AUTHORS BUGS COPYING ChangeLog HACKING INSTALL NEWS README TODO -} |