floppym 15/01/02 05:55:23 Modified: ChangeLog Added: exfat-utils-1.1.1.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.16 sys-fs/exfat-utils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/exfat-utils/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/exfat-utils/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/exfat-utils/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/exfat-utils/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 20 Jul 2014 12:41:51 -0000 1.15 +++ ChangeLog 2 Jan 2015 05:55:23 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/exfat-utils -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/exfat-utils/ChangeLog,v 1.15 2014/07/20 12:41:51 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/exfat-utils/ChangeLog,v 1.16 2015/01/02 05:55:23 floppym Exp $ + +*exfat-utils-1.1.1 (02 Jan 2015) + + 02 Jan 2015; Mike Gilbert <flop...@gentoo.org> +exfat-utils-1.1.1.ebuild: + Version bump. *exfat-utils-1.1.0 (20 Jul 2014) 1.1 sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild?rev=1.1&content-type=text/plain Index: exfat-utils-1.1.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild,v 1.1 2015/01/02 05:55:23 floppym Exp $ EAPI=5 inherit scons-utils toolchain-funcs DESCRIPTION="exFAT filesystem utilities" HOMEPAGE="http://code.google.com/p/exfat/"; SRC_URI="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3UzNtSkRvdHBpdjQ -> ${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="" src_compile() { tc-export AR CC RANLIB escons CCFLAGS="${CFLAGS} -Wall -std=c99" } src_install() { dobin dump/dumpexfat label/exfatlabel mkfs/mkexfatfs fsck/exfatfsck dosym mkexfatfs /usr/bin/mkfs.exfat dosym exfatfsck /usr/bin/fsck.exfat doman */*.8 dodoc ChangeLog }