summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-01-30 17:06:33 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-01-30 17:06:33 +0000
commit4bed6264f85ec109679ae66afcbb65c8b648aead (patch)
tree91a990bbb178deb0c6b3d303e3a4424f7c17f800 /sci-biology
parentnew upstream version, bumped. (diff)
downloadgentoo-2-4bed6264f85ec109679ae66afcbb65c8b648aead.tar.gz
gentoo-2-4bed6264f85ec109679ae66afcbb65c8b648aead.tar.bz2
gentoo-2-4bed6264f85ec109679ae66afcbb65c8b648aead.zip
Ebuild cleanup
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/njplot/ChangeLog5
-rw-r--r--sci-biology/njplot/njplot-20050109.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/njplot/ChangeLog b/sci-biology/njplot/ChangeLog
index 951cebc87d63..dcd11ccce2fc 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.4 2005/01/10 16:51:56 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/njplot/ChangeLog,v 1.5 2005/01/30 17:06:33 ribosome Exp $
+
+ 30 Jan 2005; Olivier Fisette <ribosome@gentoo.org> njplot-20050109.ebuild:
+ Ebuild cleanup.
09 Jan 2005; Olivier Fisette <ribosome@gentoo.org> njplot-20050109.ebuild:
Added to x86.
diff --git a/sci-biology/njplot/njplot-20050109.ebuild b/sci-biology/njplot/njplot-20050109.ebuild
index d7361e998269..65550ee5966a 100644
--- a/sci-biology/njplot/njplot-20050109.ebuild
+++ b/sci-biology/njplot/njplot-20050109.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.2 2005/01/09 18:40:54 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/njplot/njplot-20050109.ebuild,v 1.3 2005/01/30 17:06:33 ribosome Exp $
DESCRIPTION="A phylogenetic tree drawing program which supports tree rooting"
HOMEPAGE="http://pbil.univ-lyon1.fr/software/njplot.html"
@@ -17,7 +17,7 @@ DEPEND="sci-biology/ncbi-tools
src_unpack() {
unpack ${A}
cd ${S}
- sed -i -e "s%njplot.help%/usr/share/doc/${PF}/njplot.help%" njplot-vib.c
+ sed -i -e "s%njplot.help%/usr/share/doc/${PF}/njplot.help%" njplot-vib.c || die
}
src_compile() {