Skip to content

Commit

Permalink
net-fs/nfs-ganesha: Version Bump
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
jlec committed Oct 28, 2018
1 parent ce367a8 commit 9ed020e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion net-fs/nfs-ganesha/Manifest
@@ -1 +1 @@
DIST nfs-ganesha-2.5.3.tar.gz 2891317 SHA256 bdb26f6a65b4f6a016caec519b9c4d365dbbee88da635c49bb476890442f1c91 SHA512 7608831efd24d6cffb365551a581752c871735fbd1b9886ce4c414fbe3abb50817a0b5449df4a45c00498760d1c35af17bbc90cccc4fe44768b64e0e7388205d WHIRLPOOL 2711307ee83e80b44c0b062bb99f7615fb30f3fe6c4005d5c0d065d3f2e0249908860d59881ddeea2dac4cd1659b1e91ede8963f5f8cd3bd4ec14c6762de99dc
DIST nfs-ganesha-2.7.1.tar.gz 1695640 SHA256 ebe4c5ee4caafe435b6beeee17cc587d7c3cb3473003f5e786f9101ac457342f SHA512 b53055c174b565cbf7bbc28af2e6594b960dfaea517a23abc546a1d587d87d71154656dc6cec09bc4ed3643a7a8adb8fbbb13f6bf3df30c84fd0c1d82ad9a684 WHIRLPOOL 38fcf2daa7b7aafee797800951f43422e8868a21f868fbd1a7f6fab848bbcf8be5a15e9eb349add35c7a89e516168a972626e0c21e246669e991ef664c962bea
1 change: 0 additions & 1 deletion net-fs/nfs-ganesha/metadata.xml
Expand Up @@ -18,7 +18,6 @@
<flag name="ganesha_fs_zfs">Enables support for ZFS</flag>
<flag name="gssapi">Enable GSSAPI support</flag>
<flag name="tools">Install Admin scripts</flag>
<flag name="gui">Install GUI Admin scripts</flag>
<flag name="nfs3">Enable NLM/NFSv3 support</flag>
<flag name="nfsidmap">Use of libnfsidmap for name resolution</flag>
<flag name="rdma">Enable rdma storage backend support</flag>
Expand Down
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -14,12 +14,10 @@ SRC_URI="https://github.com/nfs-ganesha/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="dbus debug gssapi gui nfs3 nfsidmap rdma tools vsock"
IUSE="dbus debug gssapi nfs3 nfsidmap rdma tools vsock"
FS_SUPPORT=" vfs ceph gpfs zfs xfs panfs proxy glusterfs null rgw"
IUSE+=" ${FS_SUPPORT// / ganesha_fs_}"

REQUIRED_USE="gui? ( tools )"

RDEPEND="
dev-libs/jemalloc
net-libs/libnfsidmap
Expand All @@ -30,10 +28,6 @@ RDEPEND="
ganesha_fs_glusterfs? ( sys-cluster/glusterfs )
ganesha_fs_xfs? ( sys-fs/xfsprogs )
ganesha_fs_zfs? ( sys-fs/zfs )
gui? (
${PYTHON_DEPS}
dev-python/PyQt4[${PYTHON_USEDEP},X]
)
tools? (
${PYTHON_DEPS}
dev-python/pygobject:2[${PYTHON_USEDEP}]
Expand Down Expand Up @@ -76,7 +70,6 @@ src_configure() {
-DUSE_NLM=$(usex nfs3)
-DUSE_VSOCK=$(usex vsock)
-DUSE_ADMIN_TOOLS=$(usex tools)
-DUSE_GUI_ADMIN_TOOLS=$(usex gui)

-DUSE_FSAL_CEPH=$(usex ganesha_fs_ceph)
-DUSE_FSAL_GLUSTER=$(usex ganesha_fs_glusterfs)
Expand Down

0 comments on commit 9ed020e

Please sign in to comment.