From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RBMNz-0000Rd-9p for garchives@archives.gentoo.org; Wed, 05 Oct 2011 07:59:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6847C21C084; Wed, 5 Oct 2011 07:59:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 307D421C084 for ; Wed, 5 Oct 2011 07:59:19 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA77F1B4017 for ; Wed, 5 Oct 2011 07:59:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0EB2980042 for ; Wed, 5 Oct 2011 07:59:18 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <56c39ee54074d3646dabe7ac716a434670f33d73.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-5.99.2011.242.16.23.ebuild X-VCS-Directories: sci-chemistry/nmrpipe/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 56c39ee54074d3646dabe7ac716a434670f33d73 Date: Wed, 5 Oct 2011 07:59:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 94d2fd0674b7f29952886b831685c485 commit: 56c39ee54074d3646dabe7ac716a434670f33d73 Author: Justin Lecher gentoo org> AuthorDate: Wed Oct 5 07:58:19 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 5 07:58:19 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D56c39ee5 Use virtualx.eclass (Portage version: 2.2.0_alpha60/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key 70EB7916) --- sci-chemistry/nmrpipe/ChangeLog | 12 ++++++++++++ .../nmrpipe/nmrpipe-5.99.2011.242.16.23.ebuild | 7 ++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/nmrpipe/ChangeLog b/sci-chemistry/nmrpipe/Chan= geLog index 0326c36..cef3e0a 100644 --- a/sci-chemistry/nmrpipe/ChangeLog +++ b/sci-chemistry/nmrpipe/ChangeLog @@ -2,6 +2,18 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 05 Oct 2011; Justin Lecher + nmrpipe-5.99.2011.242.16.23.ebuild: + Use virtualx.eclass + + 05 Oct 2011; Justin Lecher + nmrpipe-5.99.2011.242.16.23.ebuild: + Use virtualx.eclass + + 05 Oct 2011; Justin Lecher + nmrpipe-5.99.2011.242.16.23.ebuild: + Use virtualx.eclass + 31 Aug 2011; Justin Lecher +files/5.99.2011.242.16.23-lib.patch, -files/5.95.2011.186.16.48-lib.p= atch, -nmrpipe-5.95.2011.186.16.48.ebuild, +nmrpipe-5.99.2011.242.16.23.ebui= ld: diff --git a/sci-chemistry/nmrpipe/nmrpipe-5.99.2011.242.16.23.ebuild b/s= ci-chemistry/nmrpipe/nmrpipe-5.99.2011.242.16.23.ebuild index b5db875..4c3cb20 100644 --- a/sci-chemistry/nmrpipe/nmrpipe-5.99.2011.242.16.23.ebuild +++ b/sci-chemistry/nmrpipe/nmrpipe-5.99.2011.242.16.23.ebuild @@ -4,9 +4,9 @@ =20 # Versioning is output of nmrPipe -help =20 -EAPI=3D"3" +EAPI=3D3 =20 -inherit eutils prefix +inherit eutils prefix virtualx =20 DESCRIPTION=3D"Spectral visualisation, analysis and Fourier processing" HOMEPAGE=3D"http://spin.niddk.nih.gov/bax/software/NMRPipe/" @@ -78,7 +78,8 @@ src_unpack() { chmod +x binval.com install.com # Unset DISPLAY to avoid the interactive graphical test. # This just unpacks the stuff - env DISPLAY=3D"" csh ./install.com +type linux9 +dest "${S}"/NMR || die +# env DISPLAY=3D"" csh ./install.com +type linux9 +dest "${S}"/NMR || di= e + VIRTUALX_COMMAND=3D"csh ./install.com +type linux9 +dest ${S}/NMR" virt= ualmake } =20 src_prepare() {