diff options
author | 2009-07-07 23:18:11 +0000 | |
---|---|---|
committer | 2009-07-07 23:18:11 +0000 | |
commit | 5440ef0bc6a0c2d3d4d5f7d88341657251cfc778 (patch) | |
tree | 44ce08f569a8dd1438b5cc280012a2042d060401 /app-emulation/transgaming-mozctlinstaller | |
parent | Use elog for fetch error. (diff) | |
download | gentoo-2-5440ef0bc6a0c2d3d4d5f7d88341657251cfc778.tar.gz gentoo-2-5440ef0bc6a0c2d3d4d5f7d88341657251cfc778.tar.bz2 gentoo-2-5440ef0bc6a0c2d3d4d5f7d88341657251cfc778.zip |
Use elog for fetch error.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/transgaming-mozctlinstaller')
-rw-r--r-- | app-emulation/transgaming-mozctlinstaller/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/transgaming-mozctlinstaller/transgaming-mozctlinstaller-1.0.ebuild | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/app-emulation/transgaming-mozctlinstaller/ChangeLog b/app-emulation/transgaming-mozctlinstaller/ChangeLog index 923705175db6..a3db89a31323 100644 --- a/app-emulation/transgaming-mozctlinstaller/ChangeLog +++ b/app-emulation/transgaming-mozctlinstaller/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/transgaming-mozctlinstaller -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/transgaming-mozctlinstaller/ChangeLog,v 1.2 2007/02/21 21:53:42 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/transgaming-mozctlinstaller/ChangeLog,v 1.3 2009/07/07 23:18:11 flameeyes Exp $ + + 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> + transgaming-mozctlinstaller-1.0.ebuild: + Use elog for fetch error. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-emulation/transgaming-mozctlinstaller/transgaming-mozctlinstaller-1.0.ebuild b/app-emulation/transgaming-mozctlinstaller/transgaming-mozctlinstaller-1.0.ebuild index b5309f2e562a..72f2de68968c 100644 --- a/app-emulation/transgaming-mozctlinstaller/transgaming-mozctlinstaller-1.0.ebuild +++ b/app-emulation/transgaming-mozctlinstaller/transgaming-mozctlinstaller-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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-mozctlinstaller/transgaming-mozctlinstaller-1.0.ebuild,v 1.1 2005/01/12 00:10:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/transgaming-mozctlinstaller/transgaming-mozctlinstaller-1.0.ebuild,v 1.2 2009/07/07 23:18:11 flameeyes Exp $ DESCRIPTION="Mozilla ActiveX control for Cedega" HOMEPAGE="http://www.transgaming.com/" @@ -15,10 +15,10 @@ RESTRICT="fetch" DEPEND="app-emulation/cedega" pkg_nofetch() { - einfo "Please download the appropriate Cedega archive (${A})" - einfo "from ${HOMEPAGE} (requires a Transgaming subscription)" - einfo "" - einfo "Then put the file in ${DISTDIR}" + elog "Please download the appropriate Cedega archive (${A})" + elog "from ${HOMEPAGE} (requires a Transgaming subscription)" + elog "" + elog "Then put the file in ${DISTDIR}" } src_install() { |