Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/
Date: Sat, 15 Sep 2018 09:17:22
Message-Id: 1537002877.7c209a52681b85ba2a09900cf80ef88a83cf3d54.radhermit@gentoo
1 commit: 7c209a52681b85ba2a09900cf80ef88a83cf3d54
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 15 08:24:02 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 09:14:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c209a52
7
8 sys-fs/fuse: version bumps to 2.9.8 and 3.2.6
9
10 sys-fs/fuse/Manifest | 2 ++
11 sys-fs/fuse/fuse-2.9.8.ebuild | 73 ++++++++++++++++++++++++++++++++++++++++++
12 sys-fs/fuse/fuse-3.2.6.ebuild | 74 +++++++++++++++++++++++++++++++++++++++++++
13 3 files changed, 149 insertions(+)
14
15 diff --git a/sys-fs/fuse/Manifest b/sys-fs/fuse/Manifest
16 index fd8493ab518..6c05fc28ad6 100644
17 --- a/sys-fs/fuse/Manifest
18 +++ b/sys-fs/fuse/Manifest
19 @@ -1,4 +1,6 @@
20 DIST fuse-2.9.7.tar.gz 661138 BLAKE2B 8e56cfa8634e919bfc4f9fa589074763bd8c272d5166a2a6fd7d416477ca07a374611639283593df4b06f8d5820b8cf5a375463d4b85fa3644868b2a62611003 SHA512 f47304d9c7a1815f7a2905b7bdb7785d4c10292a80c8dc1ec45d895af96bc6ffd6d84ff2617bd976a1d0867ab8ec1a404a5a05ace85a69ecca830f371d08f8e2
21 +DIST fuse-2.9.8.tar.gz 4610904 BLAKE2B 803eebea510834676379df8c9514050efcf47d83c06ba1f5b5756d27f5c32d3a0cc199d826b0c041118c5d2260ff023f58432a0d7b623807c0a4af4da7c34eff SHA512 0a9b14d96c6f98f5c903baf00114bfff72f9aeb97224702bbed370516b2b582401d5b436fcef979918ffd85d69ba4a82c8f722c0b35ebd50f7aa5f4ddfdcf8ad
22 DIST fuse-3.2.1.tar.xz 1042772 BLAKE2B fe7dccc3b791a3b549815f5015a993c29d9481742a88b0291a03b39b95c0acb709969bdc0f6fbea5a48d0bb97bc362ad351b719d77a4f9f630825308f3fb1913 SHA512 edf08711fa02c40b9d3507c99e0b1bfd7208edc1494888c4e2bad92b621eb5c43c4cb31474d2d3bb1edaaf9cd876f3407cdb00a1bdcf61a0b74c876d3707518e
23 DIST fuse-3.2.2.tar.xz 1187816 BLAKE2B 4cda342ded747a92f31417c32006e202398555d2112134f403addd1f2ef896ed46e1082a13437e657795ae93b67fb2692746b759b9efb3bd8c70857623ca1af6 SHA512 234256ed8e9e277557775d34b0aa77f3b0a3c40a715e52db1437f2ffd2a7d8eda2e12ef35963a918b3310f7244bba9b3755003a25b98ea6d29b6d4b322cddec7
24 DIST fuse-3.2.3.tar.xz 1238628 BLAKE2B 07b073d0af9d8db3b8799d872225f0637351b99bafb5db11b45dab1173101669731de66215a31e2141cfe5aa6d467e87d469f432194ddf7b8d5eb8e10825d679 SHA512 f91ee4b24df64e62d0c50db0bc3807229cfde06da118c87826bc3ee01b41689ec93a96b026226e948e6d7904bb506dc1d8ffa83d29aa12ea7f17009f6060263e
25 +DIST fuse-3.2.6.tar.xz 1456220 BLAKE2B 9b09504ed04abd0134188c28f3908e69e3416c345a96aefbca0f64447f3c3a8907550874f5fec9cd8f65fbaa892be6cc0213a7f61d7ad51c955ce3acf955ee17 SHA512 3a1ef77ab4c79a24aad0b259e17f568a30a5faf53ac17eb25d05f30dc7423f0081583f5b3c284ca9196a01885843e97c323a84231272b7e2b55c8e73848a61b8
26
27 diff --git a/sys-fs/fuse/fuse-2.9.8.ebuild b/sys-fs/fuse/fuse-2.9.8.ebuild
28 new file mode 100644
29 index 00000000000..179face680f
30 --- /dev/null
31 +++ b/sys-fs/fuse/fuse-2.9.8.ebuild
32 @@ -0,0 +1,73 @@
33 +# Copyright 1999-2018 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +inherit ltprune libtool linux-info udev toolchain-funcs
38 +
39 +DESCRIPTION="An interface for filesystems implemented in userspace"
40 +HOMEPAGE="https://github.com/libfuse/libfuse"
41 +SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.gz"
42 +
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
46 +IUSE="examples kernel_linux kernel_FreeBSD static-libs"
47 +
48 +PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"
49 +DEPEND="virtual/pkgconfig"
50 +RDEPEND="sys-fs/fuse-common"
51 +
52 +pkg_setup() {
53 + if use kernel_linux ; then
54 + if kernel_is lt 2 6 9 ; then
55 + die "Your kernel is too old."
56 + fi
57 + CONFIG_CHECK="~FUSE_FS"
58 + FUSE_FS_WARNING="You need to have FUSE module built to use user-mode utils"
59 + linux-info_pkg_setup
60 + fi
61 +}
62 +
63 +src_prepare() {
64 + local PATCHES=( "${FILESDIR}"/${PN}-2.9.3-kernel-types.patch )
65 + # sandbox violation with mtab writability wrt #438250
66 + # don't sed configure.in without eautoreconf because of maintainer mode
67 + sed -i 's:umount --fake:true --fake:' configure || die
68 + elibtoolize
69 +
70 + default
71 +}
72 +
73 +src_configure() {
74 + econf \
75 + INIT_D_PATH="${EPREFIX}/etc/init.d" \
76 + MOUNT_FUSE_PATH="${EPREFIX}/sbin" \
77 + UDEV_RULES_PATH="${EPREFIX}/$(get_udevdir)/rules.d" \
78 + $(use_enable static-libs static) \
79 + --disable-example
80 +}
81 +
82 +src_install() {
83 + local DOCS=( AUTHORS ChangeLog README.md README.NFS NEWS doc/how-fuse-works doc/kernel.txt )
84 + default
85 +
86 + if use examples ; then
87 + docinto examples
88 + dodoc example/*
89 + fi
90 +
91 + if use kernel_FreeBSD ; then
92 + insinto /usr/include/fuse
93 + doins include/fuse_kernel.h
94 + fi
95 +
96 + prune_libtool_files
97 +
98 + # installed via fuse-common
99 + rm -r "${ED%/}"/{etc,$(get_udevdir)} || die
100 + rm "${ED%/}"/usr/share/man/man8/mount.fuse.* || die
101 + rm "${ED%/}"/sbin/mount.fuse || die
102 +
103 + # handled by the device manager
104 + rm -r "${D%/}"/dev || die
105 +}
106
107 diff --git a/sys-fs/fuse/fuse-3.2.6.ebuild b/sys-fs/fuse/fuse-3.2.6.ebuild
108 new file mode 100644
109 index 00000000000..4012fc673b6
110 --- /dev/null
111 +++ b/sys-fs/fuse/fuse-3.2.6.ebuild
112 @@ -0,0 +1,74 @@
113 +# Copyright 1999-2018 Gentoo Foundation
114 +# Distributed under the terms of the GNU General Public License v2
115 +
116 +EAPI=6
117 +PYTHON_COMPAT=( python3_{4,5,6} )
118 +
119 +inherit meson multilib-minimal flag-o-matic udev python-any-r1
120 +
121 +DESCRIPTION="An interface for filesystems implemented in userspace"
122 +HOMEPAGE="https://github.com/libfuse/libfuse"
123 +SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz"
124 +
125 +LICENSE="GPL-2 LGPL-2.1"
126 +SLOT="3"
127 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
128 +IUSE="test"
129 +
130 +DEPEND="virtual/pkgconfig
131 + test? (
132 + ${PYTHON_DEPS}
133 + $(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]')
134 + )"
135 +RDEPEND="sys-fs/fuse-common"
136 +
137 +DOCS=( AUTHORS ChangeLog.rst README.md doc/README.NFS doc/kernel.txt )
138 +
139 +python_check_deps() {
140 + has_version "dev-python/pytest[${PYTHON_USEDEP}]"
141 +}
142 +
143 +pkg_setup() {
144 + use test && python-any-r1_pkg_setup
145 +}
146 +
147 +src_prepare() {
148 + default
149 +
150 + # lto not supported yet -- https://github.com/libfuse/libfuse/issues/198
151 + filter-flags -flto*
152 +
153 + # passthough_ll is broken on systems with 32-bit pointers
154 + cat /dev/null > example/meson.build || die
155 +}
156 +
157 +multilib_src_configure() {
158 + meson_src_configure
159 +}
160 +
161 +multilib_src_compile() {
162 + eninja
163 +}
164 +
165 +multilib_src_test() {
166 + ${EPYTHON} -m pytest test || die
167 +}
168 +
169 +multilib_src_install() {
170 + DESTDIR="${D}" eninja install
171 +}
172 +
173 +multilib_src_install_all() {
174 + einstalldocs
175 +
176 + # installed via fuse-common
177 + rm -r "${ED%/}"/{etc,$(get_udevdir)} || die
178 + rm "${ED%/}"/usr/sbin/mount.fuse3 || die
179 +
180 + # handled by the device manager
181 + rm -r "${ED%/}"/dev || die
182 +
183 + # manually install man pages
184 + rm -r "${ED%/}"/usr/share/man || die
185 + doman doc/fusermount3.1
186 +}