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 8E8981396D9 for ; Tue, 21 Nov 2017 14:03:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4E8FE0EFA; Tue, 21 Nov 2017 14:03:56 +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 83B27E0EFA for ; Tue, 21 Nov 2017 14:03:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AB08533BE18 for ; Tue, 21 Nov 2017 14:03:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68DBBA28E for ; Tue, 21 Nov 2017 14:03:53 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1511273027.8c3e0095958a9efae40423c93b9b6480152d32b1.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/SEECER/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/SEECER/SEECER-0.1.3-r2.ebuild X-VCS-Directories: sci-biology/SEECER/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 8c3e0095958a9efae40423c93b9b6480152d32b1 X-VCS-Branch: master Date: Tue, 21 Nov 2017 14:03:53 +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: d19f36e6-5a84-4974-ba6e-3cf2d803f2a8 X-Archives-Hash: 61d3d89cc9fab6176d24465631e10b5c commit: 8c3e0095958a9efae40423c93b9b6480152d32b1 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Tue Nov 21 14:03:47 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Tue Nov 21 14:03:47 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8c3e0095 sci-biology/SEECER: remove stale .swp files from mschulz Package-Manager: Portage-2.3.14, Repoman-2.3.6 sci-biology/SEECER/SEECER-0.1.3-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild b/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild index ac49a7503..60862d8c8 100644 --- a/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild +++ b/sci-biology/SEECER/SEECER-0.1.3-r2.ebuild @@ -33,6 +33,7 @@ PATCHES=( src_prepare(){ # http://seecer-rna-read-error-correction-mailing-list.21961.x6.nabble.com/Segmentation-fault-in-step-4-td41.html cp -p "${FILESDIR}"/replace_ids.cc "${S}"/src/ || die + rm -f bin/.run*.swp || die default }