public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-fuse: ChangeLog zfs-fuse-0.5.0.ebuild
@ 2008-09-25 17:03 Christian Parpart (trapni)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Parpart (trapni) @ 2008-09-25 17:03 UTC (permalink / raw
  To: gentoo-commits

trapni      08/09/25 17:03:20

  Modified:             ChangeLog
  Added:                zfs-fuse-0.5.0.ebuild
  Log:
  added 0.5.0 release
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.7                  sys-fs/zfs-fuse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/zfs-fuse/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/zfs-fuse/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/zfs-fuse/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-fuse/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	25 Sep 2008 16:29:02 -0000	1.6
+++ ChangeLog	25 Sep 2008 17:03:20 -0000	1.7
@@ -1,6 +1,14 @@
 # ChangeLog for sys-fs/zfs-fuse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-fuse/ChangeLog,v 1.6 2008/09/25 16:29:02 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-fuse/ChangeLog,v 1.7 2008/09/25 17:03:20 trapni Exp $
+
+*zfs-fuse-0.5.0 (25 Sep 2008)
+
+  25 Sep 2008; Christian Parpart <trapni@gentoo.org>
+  +files/0.5.0/fix_zdb_path.patch, +files/0.5.0/fix_zfs-fuse_path.patch,
+  +files/0.5.0/fix_ztest_path.patch, +files/0.5.0/zfs-fuse.rc,
+  +zfs-fuse-0.5.0.ebuild:
+  added 0.5.0 release
 
   25 Sep 2008; Christian Parpart <trapni@gentoo.org> files/9999/zfs-fuse.rc,
   zfs-fuse-9999.ebuild:



1.1                  sys-fs/zfs-fuse/zfs-fuse-0.5.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/zfs-fuse/zfs-fuse-0.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/zfs-fuse/zfs-fuse-0.5.0.ebuild?rev=1.1&content-type=text/plain

Index: zfs-fuse-0.5.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-fuse/zfs-fuse-0.5.0.ebuild,v 1.1 2008/09/25 17:03:20 trapni Exp $

IUSE="doc debug"

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"
SRC_URI="mirror://berlios/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
		>=dev-libs/libaio-0.3
		>=sys-fs/fuse-2.6.1"

RDEPEND=">=sys-fs/fuse-2.6.1"

S="${WORKDIR}/${P}/src"

src_unpack() {
	unpack ${A} || die
	cd "${S}"

	epatch "${FILESDIR}/${PV}/fix_zdb_path.patch"
	epatch "${FILESDIR}/${PV}/fix_zfs-fuse_path.patch"
	epatch "${FILESDIR}/${PV}/fix_ztest_path.patch"
}

src_compile() {
	scons || die "Make failed"
}

src_install() {
	if useq debug; then
		mv cmd/ztest/ztest cmd/ztest/run-ztest || die
		mv cmd/ztest/runtest.sh cmd/ztest/ztest || die
		dosbin cmd/ztest/run-ztest || die
	fi
	dosbin cmd/ztest/ztest || die

	if useq debug; then
		mv zfs-fuse/zfs-fuse zfs-fuse/run-zfs-fuse || die
		mv zfs-fuse/run.sh zfs-fuse/zfs-fuse || die
		dobin zfs-fuse/run-zfs-fuse || die
	fi
	dosbin "zfs-fuse/zfs-fuse" || die

	dosbin "cmd/zfs/zfs" || die
	dosbin "cmd/zpool/zpool" || die
	dosbin "cmd/zdb/zdb" || die

	newinitd "${FILESDIR}/${PV}/${PN}.rc" "zfs-fuse" || die

	keepdir /var/lock/zfs || die
	fowners daemon.disk /var/lock/zfs || die

	keepdir /var/run/zfs || die
	fowners daemon.disk /var/run/zfs || die

	cd "${WORKDIR}/trunk" || die

	dodoc CHANGES || die

	if use doc; then
		dodoc {INSTALL,TODO,STATUS,TESTING,HACKING,BUGS} || die
	fi
}

pkg_postinst() {
	echo
	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 "     /etc/init.d/zfs-fuse start"
	einfo
	einfo "as root from the command line. "
	einfo
	einfo "And don't forget to add it permanently, if you want to:"
	einfo
	einfo "    rc-update add zfs-fuse boot"
	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/"
	echo
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-fuse: ChangeLog zfs-fuse-0.5.0.ebuild
@ 2008-10-04  3:54 Christian Parpart (trapni)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Parpart (trapni) @ 2008-10-04  3:54 UTC (permalink / raw
  To: gentoo-commits

trapni      08/10/04 03:54:35

  Modified:             ChangeLog zfs-fuse-0.5.0.ebuild
  Log:
  fixed install-bug noticed in #237924. thanks for testing
  (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.8                  sys-fs/zfs-fuse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/zfs-fuse/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/zfs-fuse/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/zfs-fuse/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-fuse/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	25 Sep 2008 17:03:20 -0000	1.7
+++ ChangeLog	4 Oct 2008 03:54:34 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/zfs-fuse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-fuse/ChangeLog,v 1.7 2008/09/25 17:03:20 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-fuse/ChangeLog,v 1.8 2008/10/04 03:54:34 trapni Exp $
+
+  04 Oct 2008; Christian Parpart <trapni@gentoo.org> zfs-fuse-0.5.0.ebuild:
+  fixed install-bug noticed in #237924. thanks for testing
 
 *zfs-fuse-0.5.0 (25 Sep 2008)
 



1.2                  sys-fs/zfs-fuse/zfs-fuse-0.5.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/zfs-fuse/zfs-fuse-0.5.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/zfs-fuse/zfs-fuse-0.5.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/zfs-fuse/zfs-fuse-0.5.0.ebuild?r1=1.1&r2=1.2

Index: zfs-fuse-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-fuse/zfs-fuse-0.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zfs-fuse-0.5.0.ebuild	25 Sep 2008 17:03:20 -0000	1.1
+++ zfs-fuse-0.5.0.ebuild	4 Oct 2008 03:54:34 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-fuse/zfs-fuse-0.5.0.ebuild,v 1.1 2008/09/25 17:03:20 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-fuse/zfs-fuse-0.5.0.ebuild,v 1.2 2008/10/04 03:54:34 trapni Exp $
 
 IUSE="doc debug"
 
@@ -64,7 +64,7 @@
 	keepdir /var/run/zfs || die
 	fowners daemon.disk /var/run/zfs || die
 
-	cd "${WORKDIR}/trunk" || die
+	cd "${WORKDIR}/${P}" || die
 
 	dodoc CHANGES || die
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-04  3:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-25 17:03 [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-fuse: ChangeLog zfs-fuse-0.5.0.ebuild Christian Parpart (trapni)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-04  3:54 Christian Parpart (trapni)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox