public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/fuse-exfat: ChangeLog fuse-exfat-0.9.8-r1.ebuild
Date: Fri, 19 Oct 2012 09:27:42 +0000 (UTC)	[thread overview]
Message-ID: <20121019092742.AED2221600@flycatcher.gentoo.org> (raw)

ssuominen    12/10/19 09:27:42

  Modified:             ChangeLog
  Added:                fuse-exfat-0.9.8-r1.ebuild
  Log:
  Use /usr/sbin instead of /usr/bin for now because util-linux fails to search /usr/bin for mount wrappers. Install udev rules too as per forums post. See bug #437230 for details and link to the forums post.
  
  (Portage version: 2.2.0_alpha135/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-fs/fuse-exfat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse-exfat/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse-exfat/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse-exfat/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	27 Aug 2012 07:04:42 -0000	1.4
+++ ChangeLog	19 Oct 2012 09:27:42 -0000	1.5
@@ -1,6 +1,14 @@
 # ChangeLog for sys-fs/fuse-exfat
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/ChangeLog,v 1.4 2012/08/27 07:04:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/ChangeLog,v 1.5 2012/10/19 09:27:42 ssuominen Exp $
+
+*fuse-exfat-0.9.8-r1 (19 Oct 2012)
+
+  19 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> +files/99-exfat.rules,
+  +fuse-exfat-0.9.8-r1.ebuild:
+  Use /usr/sbin instead of /usr/bin for now because util-linux fails to search
+  /usr/bin for mount wrappers. Install udev rules too as per forums post. See
+  bug #437230 for details and link to the forums post.
 
 *fuse-exfat-0.9.8 (27 Aug 2012)
 



1.1                  sys-fs/fuse-exfat/fuse-exfat-0.9.8-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse-exfat/fuse-exfat-0.9.8-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse-exfat/fuse-exfat-0.9.8-r1.ebuild?rev=1.1&content-type=text/plain

Index: fuse-exfat-0.9.8-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/fuse-exfat-0.9.8-r1.ebuild,v 1.1 2012/10/19 09:27:42 ssuominen Exp $

EAPI=4
inherit scons-utils toolchain-funcs

DESCRIPTION="exFAT filesystem FUSE module"
HOMEPAGE="http://code.google.com/p/exfat/"
SRC_URI="http://exfat.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="sys-fs/fuse"
DEPEND="${RDEPEND}"

src_compile() {
	tc-export CC
	escons CCFLAGS="${CFLAGS}" || die
}

src_install() {
	dosbin fuse/mount.exfat-fuse
	dosym mount.exfat-fuse /usr/sbin/mount.exfat

	doman */*.8
	dodoc ChangeLog

	local udevdir=/lib/udev
	has_version sys-fs/udev && udevdir="$($(tc-getPKG_CONFIG) --variable=udevdir udev)"
	insinto "${udevdir}"/rules.d
	doins "${FILESDIR}"/99-exfat.rules
}





             reply	other threads:[~2012-10-19  9:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-19  9:27 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-12-11 18:26 [gentoo-commits] gentoo-x86 commit in sys-fs/fuse-exfat: ChangeLog fuse-exfat-0.9.8-r1.ebuild Ian Stakenvicius (axs)
2013-01-11 16:15 Samuli Suominen (ssuominen)

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=20121019092742.AED2221600@flycatcher.gentoo.org \
    --to=ssuominen@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