From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF276139694 for ; Sun, 12 Feb 2017 15:31:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23D4BE0C63; Sun, 12 Feb 2017 15:31:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05958E0C63 for ; Sun, 12 Feb 2017 15:31:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E1BC341375 for ; Sun, 12 Feb 2017 15:31:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF6964560 for ; Sun, 12 Feb 2017 15:31:02 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1486913457.b0b5c150cba7b844f748bb66b684a4f6b79b8c50.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild X-VCS-Directories: sys-fs/f2fs-tools/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: b0b5c150cba7b844f748bb66b684a4f6b79b8c50 X-VCS-Branch: master Date: Sun, 12 Feb 2017 15:31:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 58db9e34-78df-4c00-a684-85fa9f97a6a6 X-Archives-Hash: e194cce0ab5632cd5403e15962384566 commit: b0b5c150cba7b844f748bb66b684a4f6b79b8c50 Author: Gerhard Bräunlich gmx net> AuthorDate: Sun Feb 12 13:22:51 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Feb 12 15:30:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b5c150 sys-fs/f2fs-tools: Removing f2fs-tools-1.7.0 Package-Manager: portage-2.3.3 sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild | 33 ------------------------------- 1 file changed, 33 deletions(-) diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild deleted file mode 100644 index ebece1de95..0000000000 --- a/sys-fs/f2fs-tools/f2fs-tools-1.7.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/" -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 \ - --disable-static -} - -src_install() { - default - find "${D}" -name "*.la" -delete || die -}