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 B50F613888F for ; Mon, 12 Oct 2015 09:34:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43CA9E07EA; Mon, 12 Oct 2015 09:34:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD5C6E07EA for ; Mon, 12 Oct 2015 09:34:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15DBF33D3C7 for ; Mon, 12 Oct 2015 09:34:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87D7DE96 for ; Mon, 12 Oct 2015 09:34:42 +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: <1444642465.03a0736850477c399e9ea5d3c9da0ac5185f1fb3.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrpipe/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19-r1.ebuild sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19.ebuild X-VCS-Directories: sci-chemistry/nmrpipe/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 03a0736850477c399e9ea5d3c9da0ac5185f1fb3 X-VCS-Branch: master Date: Mon, 12 Oct 2015 09:34:42 +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: 9eea4370-fd1b-425e-977d-4fcd7e33b10d X-Archives-Hash: 2e0e16ad8529bdc6e838a31153868f7e commit: 03a0736850477c399e9ea5d3c9da0ac5185f1fb3 Author: Justin Lecher gentoo org> AuthorDate: Mon Oct 12 09:34:25 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Oct 12 09:34:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=03a07368 sci-chemistry/nmrpipe: Don't install install scripts Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> ...e-8.6.2015.271.07.19.ebuild => nmrpipe-8.6.2015.271.07.19-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19.ebuild b/sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19-r1.ebuild similarity index 98% rename from sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19.ebuild rename to sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19-r1.ebuild index 61d6b49..725c01d 100644 --- a/sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19.ebuild +++ b/sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19-r1.ebuild @@ -100,7 +100,7 @@ src_prepare() { ebegin "Cleaning installation" for i in ${A} ; do - rm -f ${i} || die "Failed to remove archive symlinks." + rm -f ${i/-${PV}/} || die "Failed to remove archive symlinks." done # Remove some of the bundled applications and libraries; they are provided by Gentoo instead.