diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 23:02:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 23:02:56 +0000 |
commit | 78142d2cc2fbd55ebb64ddaac277fc790f5fc6df (patch) | |
tree | dbfca7208b11a9dba5d972144aec5f5c9c66a951 /app-emulation/crossover-office-bin | |
parent | Use elog for fetch error. (diff) | |
download | gentoo-2-78142d2cc2fbd55ebb64ddaac277fc790f5fc6df.tar.gz gentoo-2-78142d2cc2fbd55ebb64ddaac277fc790f5fc6df.tar.bz2 gentoo-2-78142d2cc2fbd55ebb64ddaac277fc790f5fc6df.zip |
Use elog for fetch error.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/crossover-office-bin')
-rw-r--r-- | app-emulation/crossover-office-bin/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/crossover-office-bin/ChangeLog b/app-emulation/crossover-office-bin/ChangeLog index 1bb926713a90..17b6767831d0 100644 --- a/app-emulation/crossover-office-bin/ChangeLog +++ b/app-emulation/crossover-office-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/crossover-office-bin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.16 2009/03/05 08:38:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.17 2009/07/07 23:02:56 flameeyes Exp $ + + 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> + crossover-office-bin-6.2.0.ebuild: + Use elog for fetch error. 05 Mar 2009; Mike Frysinger <vapier@gentoo.org> crossover-office-bin-6.0.0.ebuild, crossover-office-bin-6.0.1.ebuild, diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild index 17b23f5bf131..ce417e0e5ad7 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.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-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild,v 1.3 2009/03/05 08:38:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild,v 1.4 2009/07/07 23:02:56 flameeyes Exp $ inherit eutils @@ -27,8 +27,8 @@ RDEPEND="sys-libs/glibc S=${WORKDIR} pkg_nofetch() { - einfo "Please visit ${HOMEPAGE}" - einfo "and place ${A} in ${DISTDIR}" + elog "Please visit ${HOMEPAGE}" + elog "and place ${A} in ${DISTDIR}" } src_unpack() { |