blueness    14/03/15 21:03:56

  Modified:             ChangeLog
  Added:                f2fs-tools-1.3.0.ebuild
  Log:
  Version bump, bug #504676
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.14                 sys-fs/f2fs-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   30 Jan 2014 21:05:00 -0000      1.13
+++ ChangeLog   15 Mar 2014 21:03:56 -0000      1.14
@@ -1,6 +1,11 @@
 # 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.13 
2014/01/30 21:05:00 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/ChangeLog,v 1.14 
2014/03/15 21:03:56 blueness Exp $
+
+*f2fs-tools-1.3.0 (15 Mar 2014)
+
+  15 Mar 2014; Anthony G. Basile <[email protected]> 
+f2fs-tools-1.3.0.ebuild:
+  Version bump, bug #504676
 
 *f2fs-tools-1.2.0 (30 Jan 2014)
 



1.1                  sys-fs/f2fs-tools/f2fs-tools-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.3.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.3.0.ebuild?rev=1.1&content-type=text/plain

Index: f2fs-tools-1.3.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/f2fs-tools/f2fs-tools-1.3.0.ebuild,v 
1.1 2014/03/15 21:03:56 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
}




Reply via email to