diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 22:53:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 22:53:19 +0000 |
commit | 553b8811f63e7403e59f79a70a816c208989fc5a (patch) | |
tree | cfce8efc92c7fceb699be637b6295e0bbdd3eb7f /sci-biology/phred | |
parent | Use elog for fetch error. (diff) | |
download | gentoo-2-553b8811f63e7403e59f79a70a816c208989fc5a.tar.gz gentoo-2-553b8811f63e7403e59f79a70a816c208989fc5a.tar.bz2 gentoo-2-553b8811f63e7403e59f79a70a816c208989fc5a.zip |
Use elog for fetch error.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/phred')
-rw-r--r-- | sci-biology/phred/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/phred/phred-071220.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-biology/phred/ChangeLog b/sci-biology/phred/ChangeLog index 820b04bf9e5a..15876872aeff 100644 --- a/sci-biology/phred/ChangeLog +++ b/sci-biology/phred/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/phred # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phred/ChangeLog,v 1.1 2009/02/27 00:04:24 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phred/ChangeLog,v 1.2 2009/07/07 22:53:19 flameeyes Exp $ + + 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> phred-071220.ebuild: + Use elog for fetch error. *phred-071220 (26 Feb 2009) diff --git a/sci-biology/phred/phred-071220.ebuild b/sci-biology/phred/phred-071220.ebuild index 761079a51f82..65c12a9820e4 100644 --- a/sci-biology/phred/phred-071220.ebuild +++ b/sci-biology/phred/phred-071220.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phred/phred-071220.ebuild,v 1.1 2009/02/27 00:04:24 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phred/phred-071220.ebuild,v 1.2 2009/07/07 22:53:19 flameeyes Exp $ DESCRIPTION="A base caller for Sanger DNA sequencing" HOMEPAGE="http://phrap.org/phredphrapconsed.html" @@ -19,8 +19,8 @@ S="${WORKDIR}" RESTRICT="fetch" pkg_nofetch() { - einfo "Please visit ${HOMEPAGE} and obtain the file" - einfo "${SRC_URI}, then place it in ${DISTDIR}" + elog "Please visit ${HOMEPAGE} and obtain the file" + elog "${SRC_URI}, then place it in ${DISTDIR}" } src_compile() { |