sys-fs/exfat-utils: bump to 1.3.0
authorMike Gilbert <floppym@gentoo.org>
Sun, 23 Sep 2018 14:05:13 +0000 (10:05 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sun, 23 Sep 2018 14:11:14 +0000 (10:11 -0400)
Closes: https://bugs.gentoo.org/666792
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Package-Manager: Portage-2.3.49_p17, Repoman-2.3.11

sys-fs/exfat-utils/Manifest
sys-fs/exfat-utils/exfat-utils-1.3.0.ebuild [new file with mode: 0644]

index 61faa56727f116cdcfc03398cfebe8789d71e7f7..2537583b5988554b3c40aa17867d522e052de47d 100644 (file)
@@ -1 +1,2 @@
 DIST exfat-utils-1.2.8.tar.gz 181121 BLAKE2B 679b7662d14d9caa26b6d0aff1007130f6d7ad7a3eb36238847f9cb735011fe69fb367e013126419b780ad1fa61c6ad1fdb163e8c5727c4dcff50db85959b7b2 SHA512 98acebf74fe5f5181098cdd880303d6c78d5aa88aa7a87d5371c887e4614536b19a24d48526b235de034fad26b68ddaf4f286b68b5963e95cc1cf7cee1c7b58c
+DIST exfat-utils-1.3.0.tar.gz 188943 BLAKE2B 07af437fc21ae2f7d99db778069135c7391554f964a05eb6df715bcb5135003ecdc1257c541a61e0c140bfcffbc0802dd4118413f8d11a175be3f8adf5f5b83f SHA512 e1c5b708f22e878d7521e3299866bba127145757e3620696ff11b18c8c7d4830522974e8ee4771234b70aa9718295d3433779cf34ca990e28ccc06cbf9325f7e
diff --git a/sys-fs/exfat-utils/exfat-utils-1.3.0.ebuild b/sys-fs/exfat-utils/exfat-utils-1.3.0.ebuild
new file mode 100644 (file)
index 0000000..b1883a7
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="exFAT filesystem utilities"
+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"
+
+src_install() {
+       default
+       dosym exfatfsck.8 /usr/share/man/man8/fsck.exfat.8
+       dosym mkexfatfs.8 /usr/share/man/man8/mkfs.exfat.8
+}