summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-07 23:25:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-07 23:25:39 +0000
commit6ce461870de6f5fda233edd4c17261ed66dbbb39 (patch)
treef86a6ed01c89e17f206318a9ee1c23438d1241c3 /app-emulation/transgaming-mozctlinstaller
parentUse elog for fetch error. (diff)
downloadhistorical-6ce461870de6f5fda233edd4c17261ed66dbbb39.tar.gz
historical-6ce461870de6f5fda233edd4c17261ed66dbbb39.tar.bz2
historical-6ce461870de6f5fda233edd4c17261ed66dbbb39.zip
Use elog for fetch error.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/transgaming-mozctlinstaller')
-rw-r--r--app-emulation/transgaming-mozctlinstaller/ChangeLog8
-rw-r--r--app-emulation/transgaming-mozctlinstaller/transgaming-mozctlinstaller-1.0.ebuild12
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() {