From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-exfat/
Date: Tue, 10 Nov 2015 17:40:10 +0000 (UTC) [thread overview]
Message-ID: <1447177203.d8a188b3d9825e356337077d5b9936193c2fff6d.polynomial-c@gentoo> (raw)
commit: d8a188b3d9825e356337077d5b9936193c2fff6d
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 17:39:01 2015 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 17:40:03 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a188b3
sys-fs/fuse-exfat: Bump to version 1.2.2
Package-Manager: portage-2.2.24
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-fs/fuse-exfat/Manifest | 1 +
sys-fs/fuse-exfat/fuse-exfat-1.2.2.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/sys-fs/fuse-exfat/Manifest b/sys-fs/fuse-exfat/Manifest
index 98cb544..f2e12a0 100644
--- a/sys-fs/fuse-exfat/Manifest
+++ b/sys-fs/fuse-exfat/Manifest
@@ -1,3 +1,4 @@
DIST fuse-exfat-1.0.1.tar.gz 39627 SHA256 12ac1ba1b7d4343bef64e7898176705a41cfe3b5a7a179e28549d242e2854758 SHA512 e444031e7a6b999b3014ced255447bdfe4586b16970f36393706433262ca0cbd17911d6ca7af3465871f3136bdd9c8be2ec85f0dd124d670b240829093d341f6 WHIRLPOOL 521e1bc9356e2fcef7afc7720f5a4b017aa908f58af1537bc243ebfdfb6ba41dcba3cdb8d9e5b526e2333d93fffe4d0ffc5b29b9025387088f5b486393e5bf7c
DIST fuse-exfat-1.1.0.tar.gz 36677 SHA256 198c520e417e955dc5c08687c278e63eefa56719da4452aa4a605be0327f953e SHA512 60280687c9adea3955fd85f003482e9d40163924837e5dcac4205c2bd02318c8ea280103a509213e83a04d390507f15dfe3cd3ecc03e9b90abcf4cef7e830398 WHIRLPOOL 86c029c13287b9b7b0b4d7798f7eef9dfad37bc05b5cbb836cd71539f78b0bcfeeffd7d2d35c3b4c55ca259b8ed1f0d6ea68bad23b3304c36775c20717b38a35
DIST fuse-exfat-1.2.1.tar.gz 134723 SHA256 f444cd2849295b8de7fc61022fbf02f5bb1a84790c43f0c75ba3bf96f4619dd4 SHA512 5b9e383c6f6ff7387367b0799d894770ea1b0f1014d299a4252c87801b580251fac8429b0f927dba1a2fb3c6c040bc55a4b5fb81fd30ff9ccddda037c977349b WHIRLPOOL 98e01e905d62605b3c78edbf490bc3c50aad26ea9476eb294556e4dd63b84070d7517bbf6fa004d0d117de6275515f44c850a4494da7df374e03d62c7b5c065c
+DIST fuse-exfat-1.2.2.tar.gz 135181 SHA256 c93b4d10bd548db205b7c491c43cabf510e4817716460322f5f645739c54cdca SHA512 26f73017a36b072d2c7905358cb2236cdfbd55ddb94c554a0bfd8520ffc6c0366f3c40497d18eefb2a27a55c3531f7d6fabec1882802ad6961603ada89229c4a WHIRLPOOL db4ae9a3ce10cd5650d4a9f649c50717f1b08fe4d69d921b5479b93d666abeea03a7af0e9bd19e4bf0e1799e1cbeec7ec5b669b4dccc981ac363961ab762ae48
diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.2.2.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.2.2.ebuild
new file mode 100644
index 0000000..3be1dfc
--- /dev/null
+++ b/sys-fs/fuse-exfat/fuse-exfat-1.2.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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 ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux"
+
+RDEPEND="sys-fs/fuse"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc ChangeLog
+ doman fuse/mount.exfat-fuse.8
+}
next reply other threads:[~2015-11-10 17:40 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-10 17:40 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-26 17:32 [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-exfat/ Mike Gilbert
2023-04-25 3:55 Sam James
2023-04-25 3:55 Sam James
2023-04-25 3:55 Sam James
2023-04-25 3:55 Sam James
2023-03-13 21:15 Sam James
2022-05-06 22:57 Mike Gilbert
2022-04-07 17:04 Jakov Smolić
2019-11-29 2:21 Mike Gilbert
2019-11-29 2:21 Mike Gilbert
2019-08-06 8:01 Agostino Sarubbo
2019-08-06 7:51 Agostino Sarubbo
2019-05-19 22:10 Stephen Klimaszewski
2019-04-01 19:58 Thomas Deutschmann
2019-03-24 10:01 Agostino Sarubbo
2018-09-23 14:11 Mike Gilbert
2018-03-20 2:21 Tim Harder
2018-02-14 13:29 Jason Zaman
2018-02-03 18:57 Mike Gilbert
2017-07-23 18:55 Sergei Trofimovich
2017-06-09 1:19 Lars Wendler
2017-06-09 1:19 Lars Wendler
2017-02-03 21:37 Lars Wendler
2017-02-03 21:37 Lars Wendler
2016-12-21 22:54 Thomas Deutschmann
2016-12-07 8:25 Lars Wendler
2016-11-05 18:08 Mike Gilbert
2016-09-26 12:36 Agostino Sarubbo
2016-09-21 2:00 Mike Gilbert
2016-08-06 10:17 Pacho Ramos
2016-06-14 9:43 Lars Wendler
2016-06-14 9:43 Lars Wendler
2015-12-22 22:35 Mike Gilbert
2015-12-22 12:07 Lars Wendler
2015-12-22 12:07 Lars Wendler
2015-11-13 2:47 Mike Gilbert
2015-10-14 3:34 Mike Gilbert
2015-10-14 3:29 Mike Gilbert
2015-09-01 20:06 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447177203.d8a188b3d9825e356337077d5b9936193c2fff6d.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox