commit:     1775f6171ba3e40fe5dfa51dc179d453011618c0
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 23:07:30 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 23:07:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1775f617

sys-fs/f2fs-tools: version bump to 1.7.0, bug #591132

Package-Manager: portage-2.3.0

 sys-fs/f2fs-tools/Manifest                |  1 +
 sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sys-fs/f2fs-tools/Manifest b/sys-fs/f2fs-tools/Manifest
index f8d055f..2114365 100644
--- a/sys-fs/f2fs-tools/Manifest
+++ b/sys-fs/f2fs-tools/Manifest
@@ -1,2 +1,3 @@
 DIST f2fs-tools-1.6.0.tar.xz 278644 SHA256 
90459d4252958911a722a223e825f4d02e4539492e6a59ff8cdbf155c8ca1899 SHA512 
043d4aa25798fa39e637def4e03b4a5e89c9ae4880832abf09805dfc851111045c3c779d36c1a91cb4ee74857b483f0ef2f8d9a541e3a695a8c5bc9bcfa46a8f
 WHIRLPOOL 
c8d3889d83f479f643a229f90c0151428a5a6c516820e579a8562bc701b7747385205732c1163dd6f1cfc2c47d5111133357af9a94f1c8d6f0218a70751a78a0
 DIST f2fs-tools-1.6.1.tar.xz 282152 SHA256 
1c2f9ab663d26c939924ad6bbcfbacf676bec1f6dbae8f9ef5362ade4b03d885 SHA512 
108327042079d9e864899a20f2dd94019be1b957fd7ffa295af097c5b93a5065ea9c36de9bae83f84a6412ac496340849fc44de041e24461a2919073eed15cf2
 WHIRLPOOL 
b5659154da6e48138b4f49481a68b25c95ba2461971609b4cb0399d173a7c0e5b0203baccd8da2adc7a8c2d7b078620649aea9ee57739498452a8b946fb43836
+DIST f2fs-tools-1.7.0.tar.xz 301320 SHA256 
d2f9138694b5ca12f54a4f897516b4db746a8009f4ba10feb3eb9a34435ed6aa SHA512 
3751820e6fda719f906c388c74ce018ac2aea874701c4579e5d02a3c71a8413efd4d35f6c4c6e88cb2abf030d6616d045eb9a81572b9654e068d968c17269959
 WHIRLPOOL 
c0152a6715b318a8aab808a282d9baf085b108e6ab7d390083d12d8437b4ea32c0339846ecf0f72a0b0407f6d7556232c65cc75628830527eea6f8ec3a225a19

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild 
b/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild
new file mode 100644
index 00000000..beabc5e
--- /dev/null
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit multilib
+
+DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
+HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/jaegeuk/f2fs-tools.git;a=summary";
+SRC_URI="https://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
+IUSE=""
+
+DEPEND="
+       sys-apps/util-linux
+       sys-libs/libselinux"
+
+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
+       rm -f "${ED}"/$(get_libdir)/libf2fs_format.{,l}a
+}

Reply via email to