From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 045A359CB1 for ; Wed, 13 Apr 2016 10:47:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C87CE0876; Wed, 13 Apr 2016 10:47:25 +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 3D0EEE0876 for ; Wed, 13 Apr 2016 10:47:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4F1FB340D2D for ; Wed, 13 Apr 2016 10:47:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06F6B869 for ; Wed, 13 Apr 2016 10:47:20 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1459787090.f20b269ef04b89aa34a817da04a2463351ab6567.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/fsl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/fsl/fsl-5.0.8.ebuild X-VCS-Directories: sci-biology/fsl/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: f20b269ef04b89aa34a817da04a2463351ab6567 X-VCS-Branch: master Date: Wed, 13 Apr 2016 10:47:20 +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: 9c1f60ed-3503-4ce6-8f70-32ec75bcfc89 X-Archives-Hash: d881a9995616fd57a60e92b2f044caf6 commit: f20b269ef04b89aa34a817da04a2463351ab6567 Author: Horea Christian yandex com> AuthorDate: Mon Apr 4 16:24:50 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Mon Apr 4 16:24:50 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f20b269e cluster to fsl_cluster rename * sci-biology/fsl: trying to resolve namespace conflict with graphviz Package-Manager: portage-2.2.28 * sci-biology/fsl: corrected fix for naming collision Package-Manager: portage-2.2.28 sci-biology/fsl/fsl-5.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/fsl/fsl-5.0.8.ebuild b/sci-biology/fsl/fsl-5.0.8.ebuild index 4bcb6a0..3e9dc99 100644 --- a/sci-biology/fsl/fsl-5.0.8.ebuild +++ b/sci-biology/fsl/fsl-5.0.8.ebuild @@ -128,7 +128,7 @@ src_install() { #fi doenvd "${FILESDIR}"/99fsl - rm "${ED}"/usr/bin/cluster || die + mv "${ED}"/usr/bin/{,fsl_}cluster || die } pkg_postinst() {