summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-03-15 21:03:56 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-03-15 21:03:56 +0000
commitec145e40868c594ed8612b9b29fd4aac2ab7c528 (patch)
tree811fb05d407f8b9ea37d05a3a1a27376afedfcbd /sys-fs
parentfix assistant dependency, #504610 (diff)
downloadgentoo-2-ec145e40868c594ed8612b9b29fd4aac2ab7c528.tar.gz
gentoo-2-ec145e40868c594ed8612b9b29fd4aac2ab7c528.tar.bz2
gentoo-2-ec145e40868c594ed8612b9b29fd4aac2ab7c528.zip
Version bump, bug #504676
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/f2fs-tools/ChangeLog7
-rw-r--r--sys-fs/f2fs-tools/f2fs-tools-1.3.0.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/sys-fs/f2fs-tools/ChangeLog b/sys-fs/f2fs-tools/ChangeLog
index 530ece67d984..fb595457c33b 100644
--- a/sys-fs/f2fs-tools/ChangeLog
+++ b/sys-fs/f2fs-tools/ChangeLog
@@ -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 <blueness@gentoo.org> +f2fs-tools-1.3.0.ebuild:
+ Version bump, bug #504676
*f2fs-tools-1.2.0 (30 Jan 2014)
diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.3.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.3.0.ebuild
new file mode 100644
index 000000000000..0892932f0cf5
--- /dev/null
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.3.0.ebuild
@@ -0,0 +1,26 @@
+# 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
+}