summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-09-23 10:05:13 -0400
committerMike Gilbert <floppym@gentoo.org>2018-09-23 10:11:14 -0400
commitc5863ad5ed91225909df0a5d558c07f023196905 (patch)
treed503ca9361d84b871b9f027be1eddd6f66dc7087
parentdev-db/clickhouse: version bump to 18.12.17 (diff)
downloadgentoo-c5863ad5ed91225909df0a5d558c07f023196905.tar.gz
gentoo-c5863ad5ed91225909df0a5d558c07f023196905.tar.bz2
gentoo-c5863ad5ed91225909df0a5d558c07f023196905.zip
sys-fs/exfat-utils: bump to 1.3.0
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
-rw-r--r--sys-fs/exfat-utils/Manifest1
-rw-r--r--sys-fs/exfat-utils/exfat-utils-1.3.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/sys-fs/exfat-utils/Manifest b/sys-fs/exfat-utils/Manifest
index 61faa56727f1..2537583b5988 100644
--- a/sys-fs/exfat-utils/Manifest
+++ b/sys-fs/exfat-utils/Manifest
@@ -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
index 000000000000..b1883a7d7ed8
--- /dev/null
+++ b/sys-fs/exfat-utils/exfat-utils-1.3.0.ebuild
@@ -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
+}