diff options
author | 2005-06-28 20:35:56 +0000 | |
---|---|---|
committer | 2005-06-28 20:35:56 +0000 | |
commit | 75ac64f79d3cc34bfb161ae8b99bc4ce001ecd9b (patch) | |
tree | 1d14653544fb436598286e0a8f48e8c5daaca009 | |
parent | Marked valgrind 2.4.0 stable and removed old ebuilds. (diff) | |
download | gentoo-2-75ac64f79d3cc34bfb161ae8b99bc4ce001ecd9b.tar.gz gentoo-2-75ac64f79d3cc34bfb161ae8b99bc4ce001ecd9b.tar.bz2 gentoo-2-75ac64f79d3cc34bfb161ae8b99bc4ce001ecd9b.zip |
Changed to pkg_nofetch. Thanks to Mr_Bones_ for smacking me with ebuild(5).
-rw-r--r-- | eclass/games-ut2k4mod.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/games-ut2k4mod.eclass b/eclass/games-ut2k4mod.eclass index 457daa6096a1..6384a67922b3 100644 --- a/eclass/games-ut2k4mod.eclass +++ b/eclass/games-ut2k4mod.eclass @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-ut2k4mod.eclass,v 1.4 2005/03/16 01:51:51 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-ut2k4mod.eclass,v 1.5 2005/06/28 20:35:56 wolf31o2 Exp $ inherit games ECLASS=games-ut2k4mod INHERITED="$INHERITED $ECLASS" -EXPORT_FUNCTIONS pkg_fetch src_unpack src_install pkg_postinst +EXPORT_FUNCTIONS pkg_nofetch src_unpack src_install pkg_postinst DESCRIPTION="UT2004 - ${MOD_DESC}" @@ -46,7 +46,7 @@ check_dvd() { fi } -games-ut2k4mod_pkg_fetch() { +games-ut2k4mod_pkg_nofetch() { einfo "Please download ${A} and put it into ${DISTDIR}" einfo "http://liflg.org/?catid=6&gameid=17" } |