public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-common/
Date: Fri, 12 Jun 2020 22:39:17 +0000 (UTC)	[thread overview]
Message-ID: <1592001253.b8bee09fb6e59c78a25499258e6f0022be371222.radhermit@gentoo> (raw)

commit:     b8bee09fb6e59c78a25499258e6f0022be371222
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 12 22:34:13 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Jun 12 22:34:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8bee09f

sys-fs/fuse-common: version bump to 3.9.2

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

 sys-fs/fuse-common/Manifest                 |  1 +
 sys-fs/fuse-common/fuse-common-3.9.2.ebuild | 34 +++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/sys-fs/fuse-common/Manifest b/sys-fs/fuse-common/Manifest
index 6861c860454..6311e22560e 100644
--- a/sys-fs/fuse-common/Manifest
+++ b/sys-fs/fuse-common/Manifest
@@ -2,3 +2,4 @@ DIST fuse-3.2.6.tar.xz 1456220 BLAKE2B 9b09504ed04abd0134188c28f3908e69e3416c345
 DIST fuse-3.8.0.tar.xz 1416716 BLAKE2B f921b739489e8eb8b2a78b719c9761f330de839f151f787a6db37d8d004ef9b90022bfe3c5d24ceab333cde8741340ede0315a5b92cabdaf87fb1b291f72e292 SHA512 46d2b1494c73f8b6b2be4e8969bb9906ea35620fb4081edc3176f7ba34e6ed815d5f9c5c6f06604fb37836460e25d0ce51619853288bb881362f04cba6b31812
 DIST fuse-3.9.0.tar.xz 1523028 BLAKE2B 2fff93431e59e370189fb1527de7bff3863d20e1a62628bb56a6671077a1c919b394ddac66537a1ef7c2991556b1817b2c7f6a92c161ebfffbc804466e19e5e7 SHA512 0c96df5db4d0ceb7885ddb6f6c05b523ee7e179f8f411ad0614caecb9fa0f5fd682ab9bf4dfdaa3aff9d90c18b8947a122ee376328535e49fa6091d784aa0cb7
 DIST fuse-3.9.1.tar.xz 1595308 BLAKE2B 3b1d5c8ac99e96183581d034889d8d6cab8feeee26cafd765dc4ab2cbeb655b3b162836c960ceacf08cd458bec2daaf0474877c9611ef6a6543795e4971ddc12 SHA512 295bb62274264789c977a1fee78c6c122a2f227ae85d750b8519cafbdcf6551499b77cf021d83cc8261831e29761c166d84a4e50bdebb4191c76bcad1d15d329
+DIST fuse-3.9.2.tar.xz 1674292 BLAKE2B 42d796802d3ce2e072120153b695d1e64d160695714c58ffba7859281bfa2c1ff3d9f95b92a38c1a5443abe5a8468f0d9d285845b97a444ae1b64bf750e234ae SHA512 47795d2e0431c93ff36609247016a5ddfa631e4dcdc56cb579030bdb78497e3fa2db28b0cbadd0848024be39381c54f8441de28b0af51f8b800519e76c7af9ed

diff --git a/sys-fs/fuse-common/fuse-common-3.9.2.ebuild b/sys-fs/fuse-common/fuse-common-3.9.2.ebuild
new file mode 100644
index 00000000000..1562ff02eb9
--- /dev/null
+++ b/sys-fs/fuse-common/fuse-common-3.9.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit udev
+
+DESCRIPTION="Common files for multiple slots of sys-fs/fuse"
+HOMEPAGE="https://github.com/libfuse/libfuse"
+SRC_URI="https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.xz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="!<sys-fs/fuse-2.9.7-r1:0"
+
+S=${WORKDIR}/fuse-${PV}
+
+src_install() {
+	udev_newrules util/udev.rules 99-fuse.rules
+
+	if use kernel_linux ; then
+		newinitd "${FILESDIR}"/fuse.init fuse
+	elif use kernel_FreeBSD ; then
+		newinitd "${FILESDIR}"/fuse-fbsd.init fuse
+	else
+		die "We don't know what init code install for your kernel, please file a bug."
+	fi
+
+	insinto /etc
+	doins util/fuse.conf
+}


             reply	other threads:[~2020-06-12 22:39 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-12 22:39 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-13  6:33 [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-common/ WANG Xuerui
2022-01-04  3:29 Sam James
2021-09-04 17:35 David Seifert
2021-08-13 21:54 Sam James
2021-08-11 20:14 Sam James
2021-08-11 19:11 Sam James
2021-08-11  0:24 Sam James
2021-08-11  0:12 Sam James
2021-08-11  0:02 Sam James
2021-08-10 15:36 Agostino Sarubbo
2021-06-14  9:19 David Seifert
2021-06-12 17:49 Lars Wendler
2021-05-15 22:15 David Seifert
2021-05-15 19:14 Sergei Trofimovich
2021-05-14 22:14 David Seifert
2021-05-14 16:19 Thomas Deutschmann
2021-05-14  9:35 Agostino Sarubbo
2021-05-13 18:58 Sam James
2021-05-13 17:53 Sam James
2021-05-13 17:51 Sam James
2021-05-13 16:24 Sam James
2021-05-13 16:18 Sam James
2021-02-05 11:55 Lars Wendler
2020-12-25 13:29 Thomas Deutschmann
2020-09-26  0:50 Sam James
2020-08-12 10:54 Lars Wendler
2020-06-12 22:39 Tim Harder
2020-04-19  8:38 Sergei Trofimovich
2020-04-13 14:53 Agostino Sarubbo
2020-04-13 14:48 Agostino Sarubbo
2020-04-13 13:05 Sergei Trofimovich
2020-04-13 10:19 Agostino Sarubbo
2020-04-13 10:17 Agostino Sarubbo
2020-04-13 10:16 Agostino Sarubbo
2020-04-12 10:52 Mart Raudsepp
2020-04-12  4:29 Mike Gilbert
2019-12-22 22:25 Thomas Deutschmann
2019-11-20 16:12 Mike Gilbert
2019-11-19  2:08 Aaron Bauman
2019-11-19  1:31 Aaron Bauman
2019-11-18 21:19 Tim Harder
2019-11-18 21:19 Tim Harder
2019-11-18 21:19 Tim Harder
2019-10-17 15:04 Göktürk Yüksek
2019-01-30 16:04 Tobias Klausmann
2019-01-16 21:07 Mart Raudsepp
2018-12-23 20:37 Tim Harder
2018-12-12  9:56 Tim Harder
2018-12-12  4:13 Tim Harder
2018-12-12  4:13 Tim Harder
2018-12-11  7:15 Tim Harder
2018-12-08 12:21 Mikle Kolyada
2018-12-08  9:44 Sergei Trofimovich
2018-12-08  9:36 Sergei Trofimovich
2018-12-08  9:28 Sergei Trofimovich
2018-12-08  9:23 Sergei Trofimovich
2018-12-07 20:07 Sergei Trofimovich
2018-12-07 12:40 Mikle Kolyada
2018-12-07  2:41 Thomas Deutschmann
2018-09-15  9:17 Tim Harder
2018-04-06 13:33 Tim Harder
2018-03-20 17:49 Tim Harder
2018-03-19 21:05 Tim Harder
2018-03-19 14:34 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1592001253.b8bee09fb6e59c78a25499258e6f0022be371222.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox