commit:     a5afd9975a438d0ed963fbeba2e6d9182488b419
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 12 09:47:45 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Dec 12 09:56:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5afd997

sys-fs/fuse-common: move mount.fuse binary/man page to fuse pkg

Since >=fuse-3.3.0 the mount.fuse3 binary links against the fuse library
so it can't be used as a common file between the slotted library
versions. Now each slot will install their own man pages and binaries.

Closes: https://bugs.gentoo.org/672968

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 ...mmon-3.3.0.ebuild => fuse-common-3.3.0-r1.ebuild} | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/sys-fs/fuse-common/fuse-common-3.3.0.ebuild 
b/sys-fs/fuse-common/fuse-common-3.3.0-r1.ebuild
similarity index 68%
rename from sys-fs/fuse-common/fuse-common-3.3.0.ebuild
rename to sys-fs/fuse-common/fuse-common-3.3.0-r1.ebuild
index ecc727e5723..5bfc1b51537 100644
--- a/sys-fs/fuse-common/fuse-common-3.3.0.ebuild
+++ b/sys-fs/fuse-common/fuse-common-3.3.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit meson udev flag-o-matic
+inherit udev
 
 DESCRIPTION="Common files for multiple slots of sys-fs/fuse"
 HOMEPAGE="https://github.com/libfuse/libfuse";
@@ -18,25 +18,7 @@ RDEPEND="!<sys-fs/fuse-2.9.7-r1:0"
 
 S=${WORKDIR}/fuse-${PV}
 
-# tests run in sys-fs/fuse
-RESTRICT="test"
-
-src_prepare() {
-       default
-
-       # lto not supported yet -- https://github.com/libfuse/libfuse/issues/198
-       filter-flags -flto*
-}
-
-src_configure() {
-       local emesonargs=( -Dudevrulesdir="$(get_udevdir)"/rules.d )
-       meson_src_configure
-}
-
 src_install() {
-       newsbin "${BUILD_DIR}"/util/mount.fuse3 mount.fuse
-       newman doc/mount.fuse3.8 mount.fuse.8
-
        udev_newrules util/udev.rules 99-fuse.rules
 
        if use kernel_linux ; then

Reply via email to