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 B01EA13800E for ; Fri, 10 Aug 2012 12:56:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0506E057F; Fri, 10 Aug 2012 12:56:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6D767E057F for ; Fri, 10 Aug 2012 12:56:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC0081B4071 for ; Fri, 10 Aug 2012 12:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 75C26E5439 for ; Fri, 10 Aug 2012 12:56:36 +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: <1344603337.c5a737445c6a54611753d1c36cf359a1f1583944.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrpipe/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/nmrpipe/ChangeLog sci-chemistry/nmrpipe/nmrpipe-7.5.2012.204.11.07.ebuild X-VCS-Directories: sci-chemistry/nmrpipe/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c5a737445c6a54611753d1c36cf359a1f1583944 X-VCS-Branch: master Date: Fri, 10 Aug 2012 12:56:36 +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: 069016e1-497d-4818-8af9-3bbcba1dedf7 X-Archives-Hash: cccc22d5fabe3da8cf219be0cf06e203 commit: c5a737445c6a54611753d1c36cf359a1f1583944 Author: Justin Lecher gentoo org> AuthorDate: Fri Aug 10 12:55:37 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Aug 10 12:55:37 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c5a73744 sci-chemistry/nmrpipe: no function called from prefix.eclass; please drop (Portage version: 2.2.0_alpha120/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit) --- sci-chemistry/nmrpipe/ChangeLog | 4 ++++ .../nmrpipe/nmrpipe-7.5.2012.204.11.07.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/nmrpipe/ChangeLog b/sci-chemistry/nmrpipe/ChangeLog index aff912a..4b7db11 100644 --- a/sci-chemistry/nmrpipe/ChangeLog +++ b/sci-chemistry/nmrpipe/ChangeLog @@ -4,6 +4,10 @@ 10 Aug 2012; Justin Lecher nmrpipe-7.5.2012.204.11.07.ebuild: + no function called from prefix.eclass; please drop + + 10 Aug 2012; Justin Lecher + nmrpipe-7.5.2012.204.11.07.ebuild: Enhancing prefix support 10 Aug 2012; Justin Lecher diff --git a/sci-chemistry/nmrpipe/nmrpipe-7.5.2012.204.11.07.ebuild b/sci-chemistry/nmrpipe/nmrpipe-7.5.2012.204.11.07.ebuild index ad5cd8e..00654c1 100644 --- a/sci-chemistry/nmrpipe/nmrpipe-7.5.2012.204.11.07.ebuild +++ b/sci-chemistry/nmrpipe/nmrpipe-7.5.2012.204.11.07.ebuild @@ -6,7 +6,7 @@ EAPI=4 -inherit eutils prefix virtualx +inherit eutils virtualx DESCRIPTION="Spectral visualisation, analysis and Fourier processing" HOMEPAGE="http://spin.niddk.nih.gov/bax/software/NMRPipe/"