diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 22:50:48 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 22:50:48 +0000 |
commit | 209d91458d8305564576ee85e24a833937c094d3 (patch) | |
tree | 86ad7a2786334f99608be5feb8443e26f409b5ce /app-cdr/binflash | |
parent | Masks ome cisco utils. (diff) | |
download | gentoo-2-209d91458d8305564576ee85e24a833937c094d3.tar.gz gentoo-2-209d91458d8305564576ee85e24a833937c094d3.tar.bz2 gentoo-2-209d91458d8305564576ee85e24a833937c094d3.zip |
Use elog for fetch error.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/binflash')
-rw-r--r-- | app-cdr/binflash/ChangeLog | 6 | ||||
-rw-r--r-- | app-cdr/binflash/binflash-1.46a.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-cdr/binflash/ChangeLog b/app-cdr/binflash/ChangeLog index caaf2f68f224..4d04a771e4d4 100644 --- a/app-cdr/binflash/ChangeLog +++ b/app-cdr/binflash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-cdr/binflash # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/binflash/ChangeLog,v 1.2 2009/03/10 22:14:30 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/binflash/ChangeLog,v 1.3 2009/07/07 22:50:48 flameeyes Exp $ + + 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> + binflash-1.46a.ebuild: + Use elog for fetch error. *binflash-1.46a (10 Mar 2009) diff --git a/app-cdr/binflash/binflash-1.46a.ebuild b/app-cdr/binflash/binflash-1.46a.ebuild index 3577b550cbee..3f3b80f1b861 100644 --- a/app-cdr/binflash/binflash-1.46a.ebuild +++ b/app-cdr/binflash/binflash-1.46a.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/app-cdr/binflash/binflash-1.46a.ebuild,v 1.1 2009/03/10 22:14:30 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/binflash/binflash-1.46a.ebuild,v 1.2 2009/07/07 22:50:48 flameeyes Exp $ MY_PN=${PN/bin/nec} @@ -16,8 +16,8 @@ IUSE="" RESTRICT="fetch strip" pkg_nofetch() { - einfo "We cannot download this file for your due to license restrictions." - einfo "Please visit ${HOMEPAGE} and download ${A} into ${DISTDIR}." + elog "We cannot download this file for your due to license restrictions." + elog "Please visit ${HOMEPAGE} and download ${A} into ${DISTDIR}." } src_install() { |