diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:54:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:54:09 +0000 |
commit | 8a606309bbe267353b5df7d888f88d4444762f9d (patch) | |
tree | c33f916b5e42829d0bb1e1f0746f1556dad3d147 /net-fs/ncpfs/ncpfs-2.2.0.19.ebuild | |
parent | don't dep on arch for gnuconfig_update (diff) | |
download | historical-8a606309bbe267353b5df7d888f88d4444762f9d.tar.gz historical-8a606309bbe267353b5df7d888f88d4444762f9d.tar.bz2 historical-8a606309bbe267353b5df7d888f88d4444762f9d.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-fs/ncpfs/ncpfs-2.2.0.19.ebuild')
-rw-r--r-- | net-fs/ncpfs/ncpfs-2.2.0.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild b/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild index a53bb69455ed..0123201074f7 100644 --- a/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild +++ b/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild,v 1.8 2004/06/24 22:43:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild,v 1.9 2004/07/14 23:52:54 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Provides Access to Netware services using the NCP protocol (Kernel support must be activated!)" SRC_URI="ftp://platan.vc.cvut.cz/pub/linux/ncpfs/latest/${P}.tar.gz" HOMEPAGE="ftp://platan.vc.cvut.cz/pub/linux/ncpfs/latest/" @@ -10,6 +9,7 @@ HOMEPAGE="ftp://platan.vc.cvut.cz/pub/linux/ncpfs/latest/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" DEPEND="" |