diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 23:06:50 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 23:06:50 +0000 |
commit | a8f582980ba40b600a2e3e2d6154f3e82a2368df (patch) | |
tree | cade4aa26a500ca05ab28a04021eac19e3c2a19e /games-fps | |
parent | Initial commit of smile application. Fixes bug 267055 (diff) | |
download | gentoo-2-a8f582980ba40b600a2e3e2d6154f3e82a2368df.tar.gz gentoo-2-a8f582980ba40b600a2e3e2d6154f3e82a2368df.tar.bz2 gentoo-2-a8f582980ba40b600a2e3e2d6154f3e82a2368df.zip |
Use elog for fetch error.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3-nsco/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake3-nsco/quake3-nsco-1.93-r1.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-fps/quake3-nsco/ChangeLog b/games-fps/quake3-nsco/ChangeLog index 5f8f6999841c..65dc53c319ad 100644 --- a/games-fps/quake3-nsco/ChangeLog +++ b/games-fps/quake3-nsco/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake3-nsco -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-nsco/ChangeLog,v 1.11 2007/02/22 15:33:09 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-nsco/ChangeLog,v 1.12 2009/07/07 23:06:50 flameeyes Exp $ + + 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> + quake3-nsco-1.93-r1.ebuild: + Use elog for fetch error. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> files/digest-quake3-nsco-1.90, files/digest-quake3-nsco-1.91, diff --git a/games-fps/quake3-nsco/quake3-nsco-1.93-r1.ebuild b/games-fps/quake3-nsco/quake3-nsco-1.93-r1.ebuild index b9903e19bacc..492b7cfa0eca 100644 --- a/games-fps/quake3-nsco/quake3-nsco-1.93-r1.ebuild +++ b/games-fps/quake3-nsco/quake3-nsco-1.93-r1.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/games-fps/quake3-nsco/quake3-nsco-1.93-r1.ebuild,v 1.2 2007/01/27 00:50:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-nsco/quake3-nsco-1.93-r1.ebuild,v 1.3 2009/07/07 23:06:50 flameeyes Exp $ MOD_DESC="a US Navy Seals conversion mod" MOD_NAME="Navy Seals: Covert Operations" @@ -17,6 +17,6 @@ LICENSE="freedist" RESTRICT="strip mirror fetch" pkg_nofetch() { - einfo "Please goto ${HOMEPAGE}" - einfo "and download ${A} into ${DISTDIR}" + elog "Please goto ${HOMEPAGE}" + elog "and download ${A} into ${DISTDIR}" } |