Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/
Date: Sun, 12 Feb 2017 15:31:06
Message-Id: 1486913457.b0b5c150cba7b844f748bb66b684a4f6b79b8c50.blueness@gentoo
1 commit: b0b5c150cba7b844f748bb66b684a4f6b79b8c50
2 Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
3 AuthorDate: Sun Feb 12 13:22:51 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 15:30:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b5c150
7
8 sys-fs/f2fs-tools: Removing f2fs-tools-1.7.0
9
10 Package-Manager: portage-2.3.3
11
12 sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild | 33 -------------------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild
16 deleted file mode 100644
17 index ebece1de95..0000000000
18 --- a/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="6"
26 -
27 -inherit multilib
28 -
29 -DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
30 -HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/"
31 -SRC_URI="https://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.xz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0/1"
35 -KEYWORDS="~amd64 ~arm ~mips ~x86"
36 -IUSE=""
37 -
38 -DEPEND="
39 - sys-apps/util-linux
40 - sys-libs/libselinux"
41 -
42 -src_configure() {
43 - #This is required to install to /sbin, bug #481110
44 - econf \
45 - --prefix=/ \
46 - --includedir=/usr/include \
47 - --disable-static
48 -}
49 -
50 -src_install() {
51 - default
52 - find "${D}" -name "*.la" -delete || die
53 -}