diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2006-02-02 03:41:24 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2006-02-02 03:41:24 +0000 |
commit | 6c64e1759f4ec5f5b1be96de590a10baaa56bb88 (patch) | |
tree | 167daf2941206c2c57b70ad9701af2007fc25a31 /sci-biology/njplot | |
parent | Remove app-office/linuxtrade #116878 (diff) | |
download | gentoo-2-6c64e1759f4ec5f5b1be96de590a10baaa56bb88.tar.gz gentoo-2-6c64e1759f4ec5f5b1be96de590a10baaa56bb88.tar.bz2 gentoo-2-6c64e1759f4ec5f5b1be96de590a10baaa56bb88.zip |
Ported to modular X
(Portage version: 2.0.54)
Diffstat (limited to 'sci-biology/njplot')
-rw-r--r-- | sci-biology/njplot/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/njplot/njplot-20050109.ebuild | 9 |
2 files changed, 11 insertions, 5 deletions
diff --git a/sci-biology/njplot/ChangeLog b/sci-biology/njplot/ChangeLog index dcd11ccce2fc..cb37e9972060 100644 --- a/sci-biology/njplot/ChangeLog +++ b/sci-biology/njplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/njplot -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/njplot/ChangeLog,v 1.5 2005/01/30 17:06:33 ribosome Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/njplot/ChangeLog,v 1.6 2006/02/02 03:41:24 ribosome Exp $ + + 02 Feb 2006; Olivier Fisette <ribosome@gentoo.org> njplot-20050109.ebuild: + Ported to modular X. 30 Jan 2005; Olivier Fisette <ribosome@gentoo.org> njplot-20050109.ebuild: Ebuild cleanup. diff --git a/sci-biology/njplot/njplot-20050109.ebuild b/sci-biology/njplot/njplot-20050109.ebuild index 65550ee5966a..6c814d5e60f7 100644 --- a/sci-biology/njplot/njplot-20050109.ebuild +++ b/sci-biology/njplot/njplot-20050109.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/njplot/njplot-20050109.ebuild,v 1.3 2005/01/30 17:06:33 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/njplot/njplot-20050109.ebuild,v 1.4 2006/02/02 03:41:24 ribosome Exp $ DESCRIPTION="A phylogenetic tree drawing program which supports tree rooting" HOMEPAGE="http://pbil.univ-lyon1.fr/software/njplot.html" @@ -11,8 +11,11 @@ SLOT="0" KEYWORDS="x86" IUSE="" +RDEPEND="|| ( x11-libs/libXmu + virtual/x11 )" + DEPEND="sci-biology/ncbi-tools - virtual/x11" + ${RDEPEND}" src_unpack() { unpack ${A} |