Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 118129 Details for
Bug 177010
net-fs/zfs-fuse - Zettabyte File System FUSE implementation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
zfs-fuse ebuild (version 0.4.0, beta 1)
zfs-fuse-0.4.0_beta1.ebuild (text/plain), 2.59 KB, created by
Alex Elsayed
on 2007-05-04 12:26:50 UTC
(
hide
)
Description:
zfs-fuse ebuild (version 0.4.0, beta 1)
Filename:
MIME Type:
Creator:
Alex Elsayed
Created:
2007-05-04 12:26:50 UTC
Size:
2.59 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >IUSE="doc" > >inherit eutils > >DESCRIPTION="An implementation of the ZFS filesystem for FUSE/Linux" >HOMEPAGE="http://www.wizy.org/wiki/ZFS_on_FUSE" >SRC_URI="http://download.berlios.de/zfs-fuse/zfs-fuse-${PV}.tar.bz2" > >LICENSE="CDDL" >SLOT="0" >KEYWORDS="~x86 ~amd64" > >DEPEND=">=sys-libs/glibc-2.3.3 > >=dev-util/scons-0.96.1 > >=sys-fs/fuse-2.6.1" > >RDEPEND=">=sys-fs/fuse-2.6.1" > >S=${WORKDIR}/${P}/src > >src_unpack() { > > unpack ${A} > cd ${S} > > epatch "${FILESDIR}"/${PN}-0.4.0_beta1-fix_zdb_path.patch > epatch "${FILESDIR}"/${PN}-0.4.0_beta1-fix_zfs-fuse_path.patch > epatch "${FILESDIR}"/${PN}-0.4.0_beta1-fix_ztest_path.patch >} > >src_compile() { > > scons || die "Make failed" >} > >src_install() { > > mv cmd/ztest/ztest cmd/ztest/run-ztest || die "Error renaming" > mv cmd/ztest/runtest.sh cmd/ztest/ztest || die "Error renaming" > > dosbin cmd/ztest/run-ztest || die "Error installing" > dosbin cmd/ztest/ztest || die "Error installing" > > mv zfs-fuse/zfs-fuse zfs-fuse/run-zfs-fuse || die "Error renaming" > mv zfs-fuse/run.sh zfs-fuse/zfs-fuse || die "Error renaming" > > dobin zfs-fuse/run-zfs-fuse || die "Error installing" > dobin zfs-fuse/zfs-fuse || die "Error installing" > > dosbin cmd/zfs/zfs || die "Error installing" > dosbin cmd/zpool/zpool || die "Error installing" > dosbin cmd/zdb/zdb || die "Error installing" > > cd ${WORKDIR}/${P} || die "Error installing" > > dodoc CHANGES || die "Error installing" > > if use doc; then > dodoc {INSTALL,TODO,STATUS,TESTING,HACKING,BUGS} || die "Error installing" > fi > >} > >pkg_postinst() { > > einfo > einfo "To debug and play with ZFS-FUSE make sure you have a recent 2.6.xx" > einfo "series kernel with the FUSE module compiled in OR built as a" > einfo "kernel module." > einfo > einfo "You can start the ZFS-FUSE daemon by running" > einfo > einfo " /usr/bin/run-zfs-fuse" > einfo > einfo "as root from the command line. " > einfo > einfo "For additional ZFS related commands I recommend the ZFS admin" > einfo "guide. http://opensolaris.org/os/community/zfs/docs/zfsadmin.pdf" > einfo > einfo "Don't forget this is an beta-quality release. Testing has been" > einfo "very limited so please make sure you backup any important data." > einfo > einfo "If you have any problems with zfs-fuse please visit the ZFS-FUSE." > einfo "website at http://developer.berlios.de/projects/zfs-fuse/" > einfo > einfo "Thanks for testing." > einfo > > ewarn "This is an unofficial Gentoo ebuild. Please do NOT file bugs against" > ewarn "it on bugs.gentoo.org, they will be disregarded. Many thanks." > ewarn >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 177010
: 118129 |
118130
|
118131
|
118133
|
125652
|
129895
|
130138
|
130139