summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-02-20 16:24:44 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-02-20 16:24:44 +0000
commit875abc8ea3b4083043baf4c48cd111079521b09d (patch)
tree91d0b38b0319c309dab04612fb3ff2d3daaab8b9 /sys-fs/lufs/lufs-0.9.7-r3.ebuild
parentSlotmove two slot fsckups into the past. (diff)
downloadhistorical-875abc8ea3b4083043baf4c48cd111079521b09d.tar.gz
historical-875abc8ea3b4083043baf4c48cd111079521b09d.tar.bz2
historical-875abc8ea3b4083043baf4c48cd111079521b09d.zip
removing old ebuilds, ~amd64 thanks to lares and cricalix in #gentoo-amd64
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-fs/lufs/lufs-0.9.7-r3.ebuild')
-rw-r--r--sys-fs/lufs/lufs-0.9.7-r3.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys-fs/lufs/lufs-0.9.7-r3.ebuild b/sys-fs/lufs/lufs-0.9.7-r3.ebuild
index 64ee2ec0914a..db45d4300ea1 100644
--- a/sys-fs/lufs/lufs-0.9.7-r3.ebuild
+++ b/sys-fs/lufs/lufs-0.9.7-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r3.ebuild,v 1.6 2005/02/19 08:18:11 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r3.ebuild,v 1.7 2005/02/20 16:24:43 genstef Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/lufs/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc ~amd64"
IUSE="debug"
DEPEND="sys-fs/lufis
=sys-devel/automake-1.7*
@@ -26,6 +26,7 @@ src_unpack() {
epatch ${FILESDIR}/lufs-no-kernel.patch
filesystems="ftpfs localfs sshfs"
+ useq amd64 && filesystems="ftpfs localfs"
}
src_compile() {
@@ -62,8 +63,13 @@ src_install() {
pkg_postinst() {
ewarn "Lufs Kernel support and lufsd,lufsmnt have been disabled in favour"
ewarn "of lufis, please use lufis to mount lufs-filesystems, eg:"
+ if useq amd64; then
+ echo "# lufis fs=ftpfs,host=ftp.kernel.org /mnt/lufis/ -s"
+ else
echo "# lufis fs=sshfs,host=dev.gentoo.org,username=genstef /mnt/lufis/ -s"
+ fi
ewarn "If something does not work for you with this setup please"
ewarn "complain to bugs.gentoo.org"
einfo "Note: There is also the native sshfs-fuse implementation now"
+ useq amd64 && ewarn "lufs-sshfs does not work on amd64 and is disabled there."
}