forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sys-fs/exfat-utils: Bump to version 1.2.7
Package-Manager: Portage-2.3.6, Repoman-2.3.2
- Loading branch information
Lars Wendler
committed
Jun 9, 2017
1 parent
75ea0b5
commit 2c3d93d
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DIST exfat-utils-1.2.4.tar.gz 167004 SHA256 6aa51926416b9d0977b456902f4c4cd10bcce4b2d160859a7a2fc9ca6bcbbb11 SHA512 88c012b535a761493b7c417fad6d1cdafdfb71a5a7e29279e73c7220111edc51bf2e9857f9f3b786b7324227db5ea7b919b599c5b44b6e121fae004a7bdc15e5 WHIRLPOOL 2a14db7589816ee5e183a763b2f0c25ec20bf8f453e46d45d023302a9715b8a9a0de03803a5ea4df36dc732503d935f8d46edd1288ecd323fda88d6545be2a57 | ||
DIST exfat-utils-1.2.5.tar.gz 168097 SHA256 7a24caaeb263a8138a8c52e73eb7949a0f9097547432526d931dfeda4c931be2 SHA512 57a1e64b9782689c43e11cd3bf2ad81c645f512aa017a83f183b5e7b0d537dcc3f7208cc94ce611bcd7814b7ab4920741c2b6bdb8f849ac49b47607dc5e69793 WHIRLPOOL b09319106f3026440a77cc06de9b542465e9828423681045177d20b6e54eb9d7d47e0b996e3120d0267d3b59be6e953d8a85f1b6b2e28208beeadbc50e384310 | ||
DIST exfat-utils-1.2.6.tar.gz 167375 SHA256 b96b6692cf92a629c9eca0fe8c782646e20479524c7d2a99b7e9b43c3cf8ac43 SHA512 dc7aaa708cbfef887d6a03d7877488ea6699c053d9cc825243480ae912fe3d76b5e4297559b352defd5b234f159806a16aa407ac1b26206e86d6d9dd4c8bcc36 WHIRLPOOL 116b2ddc460353dcd6e77aaf262a50fc64b3538b1f6240e432642402c028666f69c3381f962c2c826266f64cbe281c8c48712f664278cb50c71f473c77397918 | ||
DIST exfat-utils-1.2.7.tar.gz 158468 SHA256 386132d155b92c7d27735483663f2724844cb904ef9ecd83c374cffe831dffe4 SHA512 316bf4c770b880f5c2e33792a41849094bad26c279253da3abb6a6fcb3e9287d45bdd7cb1205f9cf4b68e277bc0a557391ff82d96365f9c209ef9500e4017d80 WHIRLPOOL 6c78475191ac3fb7b0d859dfbe927ec9e975182e3927d762eb318684405799a23b35a6697f7bb73c9aa586019967984585e1d402a7c5eccfceb71c1197f7e44d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
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 ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux" | ||
|
||
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 | ||
} |