blueness 15/03/07 15:56:52 Modified: ChangeLog Added: f2fs-tools-1.4.0.ebuild f2fs-tools-1.4.1.ebuild Log: Version bumps. Bug #523420. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.15 sys-fs/f2fs-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 15 Mar 2014 21:03:56 -0000 1.14 +++ ChangeLog 7 Mar 2015 15:56:52 -0000 1.15 @@ -1,6 +1,13 @@ # ChangeLog for sys-fs/f2fs-tools -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/ChangeLog,v 1.14 2014/03/15 21:03:56 blueness Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/ChangeLog,v 1.15 2015/03/07 15:56:52 blueness Exp $ + +*f2fs-tools-1.4.0 (07 Mar 2015) +*f2fs-tools-1.4.1 (07 Mar 2015) + + 07 Mar 2015; Anthony G. Basile <[email protected]> +f2fs-tools-1.4.0.ebuild, + +f2fs-tools-1.4.1.ebuild: + Version bumps. Bug #523420. *f2fs-tools-1.3.0 (15 Mar 2014) 1.1 sys-fs/f2fs-tools/f2fs-tools-1.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.4.0.ebuild?rev=1.1&content-type=text/plain Index: f2fs-tools-1.4.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.4.0.ebuild,v 1.1 2015/03/07 15:56:52 blueness Exp $ EAPI=5 inherit multilib DESCRIPTION="Tools for Flash-Friendly File System (F2FS)" HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/jaegeuk/f2fs-tools.git;a=summary" SRC_URI="http://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" IUSE="" src_configure() { #This is required to install to /sbin, bug #481110 econf --prefix=/ --includedir=/usr/include } src_install() { default rm -f "${ED}"/$(get_libdir)/libf2fs.{,l}a } 1.1 sys-fs/f2fs-tools/f2fs-tools-1.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.4.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.4.1.ebuild?rev=1.1&content-type=text/plain Index: f2fs-tools-1.4.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/f2fs-tools/f2fs-tools-1.4.1.ebuild,v 1.1 2015/03/07 15:56:52 blueness Exp $ EAPI=5 inherit multilib DESCRIPTION="Tools for Flash-Friendly File System (F2FS)" HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/jaegeuk/f2fs-tools.git;a=summary" SRC_URI="http://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" IUSE="" src_configure() { #This is required to install to /sbin, bug #481110 econf --prefix=/ --includedir=/usr/include } src_install() { default rm -f "${ED}"/$(get_libdir)/libf2fs.{,l}a }
