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: Sun, 23 Dec 2018 20:37:49 +0000 (UTC)	[thread overview]
Message-ID: <1545596869.ae53d785d0fe6de9fc90f8727e187e348321daf7.radhermit@gentoo> (raw)

commit:     ae53d785d0fe6de9fc90f8727e187e348321daf7
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 19:24:52 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 20:27:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae53d785

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

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

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

diff --git a/sys-fs/fuse-common/Manifest b/sys-fs/fuse-common/Manifest
index 63e48eb3302..4fafecebe2f 100644
--- a/sys-fs/fuse-common/Manifest
+++ b/sys-fs/fuse-common/Manifest
@@ -1,2 +1,3 @@
 DIST fuse-3.2.6.tar.xz 1456220 BLAKE2B 9b09504ed04abd0134188c28f3908e69e3416c345a96aefbca0f64447f3c3a8907550874f5fec9cd8f65fbaa892be6cc0213a7f61d7ad51c955ce3acf955ee17 SHA512 3a1ef77ab4c79a24aad0b259e17f568a30a5faf53ac17eb25d05f30dc7423f0081583f5b3c284ca9196a01885843e97c323a84231272b7e2b55c8e73848a61b8
 DIST fuse-3.3.0.tar.xz 1010840 BLAKE2B 56422879c7a87351deb731b3e5f950c1d7f584f730e5d595f5b3f1b5dea960cd26c875d8921ae6495c7fd99b3525b76a65b9c866c5f19e653c04f9ae4bd98b13 SHA512 fa6ee83c4ccdea797e37c9413d504ebe3cbc2bfef9526d485519144714f7b7163bbae9be26ec8a471aa76e98958779bd9d702083be272abaa3b6f1694816e913
+DIST fuse-3.4.1.tar.xz 1016436 BLAKE2B 50a35039d7302741239736f2e62f4603c147d49947580fb92f7ac6b46aa8dbcd1cbb16ba35719e198dc3b693b11c215ee8123d02a0c96154d6c905541eb35936 SHA512 45e56346b6d4c90055168254cd8508339d5b428ec58f1d9e287439e3d48fce344498826f099de89051e6529e45a45e0990a0e07fc8a9acbae1f76f4d6c72dd0d

diff --git a/sys-fs/fuse-common/fuse-common-3.4.1.ebuild b/sys-fs/fuse-common/fuse-common-3.4.1.ebuild
new file mode 100644
index 00000000000..1bee8df8257
--- /dev/null
+++ b/sys-fs/fuse-common/fuse-common-3.4.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 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 ~s390 ~sh ~sparc ~x86"
+
+DEPEND="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:[~2018-12-23 20:37 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-23 20:37 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-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-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=1545596869.ae53d785d0fe6de9fc90f8727e187e348321daf7.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