ssuominen 14/07/20 12:46:02 Modified: ChangeLog Added: fuse-exfat-1.1.0.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.19 sys-fs/fuse-exfat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse-exfat/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse-exfat/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse-exfat/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 19 Oct 2013 03:47:28 -0000 1.18 +++ ChangeLog 20 Jul 2014 12:46:02 -0000 1.19 @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/fuse-exfat -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/ChangeLog,v 1.18 2013/10/19 03:47:28 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/ChangeLog,v 1.19 2014/07/20 12:46:02 ssuominen Exp $ + +*fuse-exfat-1.1.0 (20 Jul 2014) + + 20 Jul 2014; Samuli Suominen <ssuomi...@gentoo.org> +fuse-exfat-1.1.0.ebuild: + Version bump. 19 Oct 2013; Mike Frysinger <vap...@gentoo.org> fuse-exfat-1.0.1.ebuild: Add keyword love for all. 1.1 sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild?rev=1.1&content-type=text/plain Index: fuse-exfat-1.1.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild,v 1.1 2014/07/20 12:46:02 ssuominen Exp $ EAPI=5 inherit scons-utils toolchain-funcs DESCRIPTION="exFAT filesystem FUSE module" HOMEPAGE="http://code.google.com/p/exfat/" SRC_URI="http://docs.google.com/uc?export=download&id=0B7CLI-REKbE3VTdaa0EzTkhYdU0 -> ${P}.tar.gz" LICENSE="GPL-2+" # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux" IUSE="" RDEPEND="sys-fs/fuse" DEPEND=${RDEPEND} src_compile() { tc-export AR CC RANLIB escons CCFLAGS="${CFLAGS} -Wall -std=c99" } src_install() { dosbin fuse/mount.exfat-fuse dosym mount.exfat-fuse /usr/sbin/mount.exfat doman */*.8 dodoc ChangeLog } pkg_postinst() { elog "You can emerge sys-fs/exfat-utils for dump, label, mkfs and fsck utilities." }