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 D9B0D139083 for ; Sat, 2 Dec 2017 20:51:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9E01E0DFF; Sat, 2 Dec 2017 20:51:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C68EEE0DFF for ; Sat, 2 Dec 2017 20:51:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5B3633C1EB for ; Sat, 2 Dec 2017 20:51:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A787AD7E for ; Sat, 2 Dec 2017 20:51:13 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1512247868.762fd900c27a98bdae00f2ace550ab26f93df822.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/fio/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/fio/fio-3.2.ebuild X-VCS-Directories: sys-block/fio/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 762fd900c27a98bdae00f2ace550ab26f93df822 X-VCS-Branch: master Date: Sat, 2 Dec 2017 20:51:13 +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: 6922db78-7184-4e26-b826-ab16c5ba8ddf X-Archives-Hash: 4c71258503bd7927bb13ded929b3a60b commit: 762fd900c27a98bdae00f2ace550ab26f93df822 Author: Justin Lecher gentoo org> AuthorDate: Sat Dec 2 20:19:40 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Dec 2 20:51:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762fd900 sys-block/fio: Drop installation of missing file Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.16, Repoman-2.3.6 sys-block/fio/fio-3.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-block/fio/fio-3.2.ebuild b/sys-block/fio/fio-3.2.ebuild index 66cacad7746..0cc5ace16ed 100644 --- a/sys-block/fio/fio-3.2.ebuild +++ b/sys-block/fio/fio-3.2.ebuild @@ -90,7 +90,6 @@ src_install() { python_replicate_script \ "${ED}/usr/bin/fio2gnuplot" \ "${ED}/usr/bin/fiologparser_hist.py" \ - "${ED}/usr/bin/fio_latency2csv.py" \ "${ED}/usr/bin/fiologparser.py" else rm "${ED}"/usr/bin/{fio2gnuplot,fio_generate_plots} || die