From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-889604-garchives=archives.gentoo.org@lists.gentoo.org> 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 7D3ED1382DE for <garchives@archives.gentoo.org>; Thu, 30 Jun 2016 16:57:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FA04E0B2C; Thu, 30 Jun 2016 16:57:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BF3F3E0B2C for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2016 16:57:54 +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 1A9F8340E7D for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2016 16:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5129CB3D for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2016 16:57:48 +0000 (UTC) From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz> 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" <mmokrejs@fold.natur.cuni.cz> Message-ID: <1467305819.0309c08ff0230c570f20c23b0a4c76c50178c332.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/parafly/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/parafly/parafly-20130121.ebuild X-VCS-Directories: sci-biology/parafly/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 0309c08ff0230c570f20c23b0a4c76c50178c332 X-VCS-Branch: master Date: Thu, 30 Jun 2016 16:57:48 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d40a1224-f0a7-43a1-b408-2223d3d3b5ed X-Archives-Hash: 4637d6db04ca6783231f54d8b57ffc0a commit: 0309c08ff0230c570f20c23b0a4c76c50178c332 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Thu Jun 30 16:56:59 2016 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Thu Jun 30 16:56:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0309c08f Revert "sci-biology/parafly: respect EPREFIX also during src_install" This reverts commit 145641db815aee901f393e76a6d81bdddf414738 because it was not necessary. My test setup was screwed, sorry for that. sci-biology/parafly/parafly-20130121.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sci-biology/parafly/parafly-20130121.ebuild b/sci-biology/parafly/parafly-20130121.ebuild index 5dd1d66..77c0629 100644 --- a/sci-biology/parafly/parafly-20130121.ebuild +++ b/sci-biology/parafly/parafly-20130121.ebuild @@ -25,7 +25,3 @@ S="${WORKDIR}"/TransDecoder_r20140704/3rd_party/parafly-r2013-01-21 src_configure(){ ./configure --prefix="${EPREFIX}"/usr } - -src_install(){ - emake install DESTDIR="${D}"/"${EPREFIX}" -}