diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2006-02-05 06:56:17 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2006-02-05 06:56:17 +0000 |
commit | 5a42d81c592d8b456a94fd1ed869397fe95eb9af (patch) | |
tree | 4ea39d6bf87c68a485740c43c4bd1ea84bbf329e /sci-chemistry | |
parent | Ported to modular X (diff) | |
download | gentoo-2-5a42d81c592d8b456a94fd1ed869397fe95eb9af.tar.gz gentoo-2-5a42d81c592d8b456a94fd1ed869397fe95eb9af.tar.bz2 gentoo-2-5a42d81c592d8b456a94fd1ed869397fe95eb9af.zip |
Ported to modular X
(Portage version: 2.0.54)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/nmrpipe/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/nmrpipe/nmrpipe-2.3.2005.167.14.44.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sci-chemistry/nmrpipe/ChangeLog b/sci-chemistry/nmrpipe/ChangeLog index 88b73c26b358..b22322feb386 100644 --- a/sci-chemistry/nmrpipe/ChangeLog +++ b/sci-chemistry/nmrpipe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/nmrpipe # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrpipe/ChangeLog,v 1.7 2006/01/30 10:11:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrpipe/ChangeLog,v 1.8 2006/02/05 06:56:17 ribosome Exp $ + + 05 Feb 2006; Olivier Fisette <ribosome@gentoo.org> + nmrpipe-2.3.2005.167.14.44.ebuild: + Ported to modular X. 30 Jan 2006; Robin H. Johnson <robbat2@gentoo.org> Manifest: Manifest fix. diff --git a/sci-chemistry/nmrpipe/nmrpipe-2.3.2005.167.14.44.ebuild b/sci-chemistry/nmrpipe/nmrpipe-2.3.2005.167.14.44.ebuild index a56eabd6d0f0..4d99d29d4966 100644 --- a/sci-chemistry/nmrpipe/nmrpipe-2.3.2005.167.14.44.ebuild +++ b/sci-chemistry/nmrpipe/nmrpipe-2.3.2005.167.14.44.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrpipe/nmrpipe-2.3.2005.167.14.44.ebuild,v 1.2 2006/01/29 19:47:31 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrpipe/nmrpipe-2.3.2005.167.14.44.ebuild,v 1.3 2006/02/05 06:56:17 ribosome Exp $ DESCRIPTION="Spectral visualisation, analysis and Fourier processing" # The specific terms of this license are printed automatically on startup @@ -49,8 +49,9 @@ RDEPEND="${DEPEND} sci-visualization/gnuplot sci-chemistry/rasmol sys-libs/libtermcap-compat - virtual/x11 - x11-libs/xview" + sys-libs/ncurses + x11-libs/xview + || ( x11-libs/libX11 virtual/x11 )" S="${WORKDIR}" NMRBASE="/opt/${PN}" |