diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 23:25:39 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 23:25:39 +0000 |
commit | 3eb1158f525ae0773c076746272b894185707455 (patch) | |
tree | d81560a031f9dc70ae4e7a3a2ca8ecdd3de13acc /app-emulation/transgaming-fontinstaller | |
parent | Use elog for fetch error. (diff) | |
download | gentoo-2-3eb1158f525ae0773c076746272b894185707455.tar.gz gentoo-2-3eb1158f525ae0773c076746272b894185707455.tar.bz2 gentoo-2-3eb1158f525ae0773c076746272b894185707455.zip |
Use elog for fetch error.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/transgaming-fontinstaller')
-rw-r--r-- | app-emulation/transgaming-fontinstaller/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/app-emulation/transgaming-fontinstaller/ChangeLog b/app-emulation/transgaming-fontinstaller/ChangeLog index 4bf6e5cb87b9..8cf6704f6aa6 100644 --- a/app-emulation/transgaming-fontinstaller/ChangeLog +++ b/app-emulation/transgaming-fontinstaller/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/transgaming-fontinstaller -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/transgaming-fontinstaller/ChangeLog,v 1.6 2007/02/22 20:22:05 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/transgaming-fontinstaller/ChangeLog,v 1.7 2009/07/07 23:25:39 flameeyes Exp $ + + 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> + transgaming-fontinstaller-1.0.ebuild: + Use elog for fetch error. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild b/app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild index 8ccbd8fb8228..c8964edd9fb6 100644 --- a/app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild +++ b/app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild,v 1.7 2006/12/05 00:54:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/transgaming-fontinstaller/transgaming-fontinstaller-1.0.ebuild,v 1.8 2009/07/07 23:25:39 flameeyes Exp $ DESCRIPTION="font installer for WineX" HOMEPAGE="http://www.transgaming.com/" @@ -15,10 +15,10 @@ RESTRICT="fetch" DEPEND="app-emulation/cedega" pkg_nofetch() { - einfo "Please download the appropriate WineX archive (${A})" - einfo "from ${HOMEPAGE} (requires a Transgaming subscription)" - einfo "" - einfo "Then put the file in ${DISTDIR}" + elog "Please download the appropriate WineX archive (${A})" + elog "from ${HOMEPAGE} (requires a Transgaming subscription)" + elog "" + elog "Then put the file in ${DISTDIR}" } src_install() { |