diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-09-23 10:09:37 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-09-23 10:11:14 -0400 |
commit | 1f540529f8686c03c3d3eaeac9e04b673a14afb4 (patch) | |
tree | bdc259911da12dd1bb50563d14969662f87f9425 /sys-fs/fuse-exfat | |
parent | sys-fs/exfat-utils: bump to 1.3.0 (diff) | |
download | gentoo-1f540529f8686c03c3d3eaeac9e04b673a14afb4.tar.gz gentoo-1f540529f8686c03c3d3eaeac9e04b673a14afb4.tar.bz2 gentoo-1f540529f8686c03c3d3eaeac9e04b673a14afb4.zip |
sys-fs/fuse-exfat: bumpt to 1.3.0
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Package-Manager: Portage-2.3.49_p17, Repoman-2.3.11
Diffstat (limited to 'sys-fs/fuse-exfat')
-rw-r--r-- | sys-fs/fuse-exfat/Manifest | 1 | ||||
-rw-r--r-- | sys-fs/fuse-exfat/fuse-exfat-1.3.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/sys-fs/fuse-exfat/Manifest b/sys-fs/fuse-exfat/Manifest index 5eba3509ecf2..84e249045158 100644 --- a/sys-fs/fuse-exfat/Manifest +++ b/sys-fs/fuse-exfat/Manifest @@ -1 +1,2 @@ DIST fuse-exfat-1.2.8.tar.gz 159588 BLAKE2B 929fb87ee75aa70ba68814763c085c76fa1e263451bc3cd388b67dc6e793383c8eede1ea754a55c7ce7f14b38b7ec40f503acd28b0709d1ef58b10cb977a1d58 SHA512 ce81f15121b9f21bdaaacb09bdeeccdc8d556585967b85f1ab57534a8da07ea45434541fc571069b5795bae0f2ba5f090bbe7a0d5881dd35de06b706abe6d395 +DIST fuse-exfat-1.3.0.tar.gz 161278 BLAKE2B 864eed57d5ae70eac03464899ac7c63f5d55254b61b69064592bb7ae04f6c164b8113c568946103c407867c1b53511bf2b88bd6b25cf75aa3a1a9a2a7d4f12ae SHA512 90d2b89322590199012b035b88ae01559f1824172793d9e7845603940e2807e788c687e4958f1ef76678bd214bb03671b91fd2537901b6d6acf2e8c525a3f1f3 diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.3.0.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.3.0.ebuild new file mode 100644 index 000000000000..12b07aadcf40 --- /dev/null +++ b/sys-fs/fuse-exfat/fuse-exfat-1.3.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="exFAT filesystem FUSE module" +HOMEPAGE="https://github.com/relan/exfat" +SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz" + +# COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux" + +RDEPEND="sys-fs/fuse:0" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_install() { + default + dosym mount.exfat-fuse.8 /usr/share/man/man8/mount.exfat.8 +} |