Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-exfat/
Date: Sun, 23 Sep 2018 14:11:26
Message-Id: 1537711874.1f540529f8686c03c3d3eaeac9e04b673a14afb4.floppym@gentoo
1 commit: 1f540529f8686c03c3d3eaeac9e04b673a14afb4
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 14:09:37 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 23 14:11:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f540529
7
8 sys-fs/fuse-exfat: bumpt to 1.3.0
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49_p17, Repoman-2.3.11
12
13 sys-fs/fuse-exfat/Manifest | 1 +
14 sys-fs/fuse-exfat/fuse-exfat-1.3.0.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 23 insertions(+)
16
17 diff --git a/sys-fs/fuse-exfat/Manifest b/sys-fs/fuse-exfat/Manifest
18 index 5eba3509ecf..84e24904515 100644
19 --- a/sys-fs/fuse-exfat/Manifest
20 +++ b/sys-fs/fuse-exfat/Manifest
21 @@ -1 +1,2 @@
22 DIST fuse-exfat-1.2.8.tar.gz 159588 BLAKE2B 929fb87ee75aa70ba68814763c085c76fa1e263451bc3cd388b67dc6e793383c8eede1ea754a55c7ce7f14b38b7ec40f503acd28b0709d1ef58b10cb977a1d58 SHA512 ce81f15121b9f21bdaaacb09bdeeccdc8d556585967b85f1ab57534a8da07ea45434541fc571069b5795bae0f2ba5f090bbe7a0d5881dd35de06b706abe6d395
23 +DIST fuse-exfat-1.3.0.tar.gz 161278 BLAKE2B 864eed57d5ae70eac03464899ac7c63f5d55254b61b69064592bb7ae04f6c164b8113c568946103c407867c1b53511bf2b88bd6b25cf75aa3a1a9a2a7d4f12ae SHA512 90d2b89322590199012b035b88ae01559f1824172793d9e7845603940e2807e788c687e4958f1ef76678bd214bb03671b91fd2537901b6d6acf2e8c525a3f1f3
24
25 diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.3.0.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.3.0.ebuild
26 new file mode 100644
27 index 00000000000..12b07aadcf4
28 --- /dev/null
29 +++ b/sys-fs/fuse-exfat/fuse-exfat-1.3.0.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 1999-2018 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +DESCRIPTION="exFAT filesystem FUSE module"
37 +HOMEPAGE="https://github.com/relan/exfat"
38 +SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz"
39 +
40 +# COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+"
41 +LICENSE="GPL-2+"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux"
44 +
45 +RDEPEND="sys-fs/fuse:0"
46 +DEPEND="${RDEPEND}"
47 +BDEPEND="virtual/pkgconfig"
48 +
49 +src_install() {
50 + default
51 + dosym mount.exfat-fuse.8 /usr/share/man/man8/mount.exfat.8
52 +}