public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-exfat/
Date: Wed, 14 Oct 2015 03:29:45 +0000 (UTC)	[thread overview]
Message-ID: <1444793366.728d97f429f70a6c049c89b6bb983c44394400d3.floppym@gentoo> (raw)

commit:     728d97f429f70a6c049c89b6bb983c44394400d3
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 03:13:32 2015 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 03:29:26 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728d97f4

sys-fs/fuse-exfat: Bump to 1.2.1

Package-Manager: portage-2.2.22_p20

 sys-fs/fuse-exfat/Manifest                |  1 +
 sys-fs/fuse-exfat/fuse-exfat-1.2.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/sys-fs/fuse-exfat/Manifest b/sys-fs/fuse-exfat/Manifest
index 1b0a539..98cb544 100644
--- a/sys-fs/fuse-exfat/Manifest
+++ b/sys-fs/fuse-exfat/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.2.1.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.2.1.ebuild
new file mode 100644
index 0000000..3dbb659
--- /dev/null
+++ b/sys-fs/fuse-exfat/fuse-exfat-1.2.1.ebuild
@@ -0,0 +1,23 @@
+# 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}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	dodoc ChangeLog
+	doman fuse/mount.exfat-fuse.8
+}


             reply	other threads:[~2015-10-14  3:29 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-14  3:29 Mike Gilbert [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-11-10 17:40 Lars Wendler
2015-10-14  3:34 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=1444793366.728d97f429f70a6c049c89b6bb983c44394400d3.floppym@gentoo \
    --to=floppym@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