public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: sys-fs/zfs-fuse/
@ 2013-10-13 14:56 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2013-10-13 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b588a4d0fe6b630599de34a4155ebe695ad8f081
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 14:45:42 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 14:45:42 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=b588a4d0

sys-fs/zfs-fuse: QA fixes

Package-Manager: portage-2.2.7

---
 sys-fs/zfs-fuse/ChangeLog             |  8 ++++++++
 sys-fs/zfs-fuse/metadata.xml          |  7 +++++++
 sys-fs/zfs-fuse/zfs-fuse-0.7.0.ebuild | 18 ++++++++++--------
 3 files changed, 25 insertions(+), 8 deletions(-)

diff --git a/sys-fs/zfs-fuse/ChangeLog b/sys-fs/zfs-fuse/ChangeLog
new file mode 100644
index 0000000..b3cf649
--- /dev/null
+++ b/sys-fs/zfs-fuse/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sys-fs/zfs-fuse
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  13 Oct 2013; Justin Lecher <jlec@gentoo.org> zfs-fuse-0.7.0.ebuild,
+  +metadata.xml:
+  QA fixes
+

diff --git a/sys-fs/zfs-fuse/metadata.xml b/sys-fs/zfs-fuse/metadata.xml
new file mode 100644
index 0000000..a759be0
--- /dev/null
+++ b/sys-fs/zfs-fuse/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer>
+    <email>maintainer-wanted@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>

diff --git a/sys-fs/zfs-fuse/zfs-fuse-0.7.0.ebuild b/sys-fs/zfs-fuse/zfs-fuse-0.7.0.ebuild
index b0e5a7f..978a679 100644
--- a/sys-fs/zfs-fuse/zfs-fuse-0.7.0.ebuild
+++ b/sys-fs/zfs-fuse/zfs-fuse-0.7.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 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.6.9-r1.ebuild,v 1.4 2010/08/10 10:31:00 ssuominen Exp $
 
-EAPI=2
-inherit eutils bash-completion scons-utils
+EAPI=5
+
+inherit eutils bash-completion-r1 scons-utils
 
 DESCRIPTION="An implementation of the ZFS filesystem for FUSE/Linux"
 HOMEPAGE="http://zfs-fuse.net/"
@@ -14,7 +15,8 @@ SLOT="0"
 KEYWORDS=""  # sys-fs/zfs-fuse-0.6.9-r1 masked for removal in main tree
 IUSE="debug"
 
-RDEPEND="dev-libs/libaio
+RDEPEND="
+	dev-libs/libaio
 	dev-libs/openssl
 	sys-fs/fuse
 	sys-libs/zlib"
@@ -42,18 +44,18 @@ src_compile() {
 	local _debug=0
 	use debug && _debug=2
 
-	escons debug=${_debug} || die
+	escons debug=${_debug}
 }
 
 src_install() {
-	scons \
+	escons \
 		install_dir="${D}/usr/sbin" \
 		man_dir="${D}/usr/share/man/man8" \
 		cfg_dir="${D}/etc/zfs" \
 		install || die
 
 	insinto /etc/zfs
-	doins ../contrib/zfsrc || die
+	doins ../contrib/zfsrc
 
 	keepdir /var/{lock,run}/zfs
 	fowners root.disk /var/{lock,run}/zfs
@@ -62,5 +64,5 @@ src_install() {
 
 	dodoc ../{BUGS,CHANGES,HACKING,README*,STATUS,TESTING,TODO}
 
-	dobashcompletion ../contrib/zfs_completion.bash ${PN}
+	newbashcomp ../contrib/zfs_completion.bash ${PN}
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-13 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13 14:56 [gentoo-commits] proj/betagarden:master commit in: sys-fs/zfs-fuse/ Justin Lecher

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