sys-fs/exfat-utils: import 1.2.6 from upstream

This CL imports exfat-utils 1.2.6 from upstream Gentoo to replace the
older version of exfat-utils in chromiumos-overlay. The EAPI is
downgraded from 6 to 5 in the ebuild.

BUG=chromium:723102
CQ-DEPEND=CL:505941
CQ-DEPEND=CL:505942
TEST=Tested the following:
1. `emerge-$BOARD exfat-utils`
2. Run platform_CrosDisksFilesystem test.
3. Insert an exFAT formatted USB drive and verify read/write operations
   on the drive via File.app.

Change-Id: I8e05fb2309673e5cabab87fadb00f5b86ca9c1c2
Reviewed-on: https://chromium-review.googlesource.com/506329
Commit-Ready: Ben Chan <benchan@chromium.org>
Tested-by: Ben Chan <benchan@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
(cherry picked from commit becc6270f5b623ff6ed00d8ae52950f55011b2cd)
Reviewed-on: https://chromium-review.googlesource.com/513031
Commit-Queue: Ben Chan <benchan@chromium.org>
diff --git a/sys-fs/exfat-utils/Manifest b/sys-fs/exfat-utils/Manifest
new file mode 100644
index 0000000..1050b03
--- /dev/null
+++ b/sys-fs/exfat-utils/Manifest
@@ -0,0 +1 @@
+DIST exfat-utils-1.2.6.tar.gz 167375 SHA256 b96b6692cf92a629c9eca0fe8c782646e20479524c7d2a99b7e9b43c3cf8ac43 SHA512 dc7aaa708cbfef887d6a03d7877488ea6699c053d9cc825243480ae912fe3d76b5e4297559b352defd5b234f159806a16aa407ac1b26206e86d6d9dd4c8bcc36 WHIRLPOOL 116b2ddc460353dcd6e77aaf262a50fc64b3538b1f6240e432642402c028666f69c3381f962c2c826266f64cbe281c8c48712f664278cb50c71f473c77397918
diff --git a/sys-fs/exfat-utils/exfat-utils-1.2.6.ebuild b/sys-fs/exfat-utils/exfat-utils-1.2.6.ebuild
new file mode 100644
index 0000000..2d6844f
--- /dev/null
+++ b/sys-fs/exfat-utils/exfat-utils-1.2.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+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="*"
+
+DOCS=( ChangeLog )
+
+src_install() {
+	default
+	dosym exfatfsck.8 /usr/share/man/man8/fsck.exfat.8
+	dosym mkexfatfs.8 /usr/share/man/man8/mkfs.exfat.8
+}
diff --git a/sys-fs/exfat-utils/metadata.xml b/sys-fs/exfat-utils/metadata.xml
new file mode 100644
index 0000000..2b2d336
--- /dev/null
+++ b/sys-fs/exfat-utils/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>floppym@gentoo.org</email>
+</maintainer>
+<maintainer type="project">
+	<email>base-system@gentoo.org</email>
+	<name>Gentoo Base System</name>
+</maintainer>
+<upstream>
+	<remote-id type="google-code">exfat</remote-id>
+	<remote-id type="github">relan/exfat</remote-id>
+</upstream>
+</pkgmetadata>