diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-28 20:35:56 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-28 20:35:56 +0000 |
commit | 9559f599194ac2ace350795a8c5c09e83003ed2d (patch) | |
tree | b556face4238a4a2ab10adb7ddac7c2b1f1cb89a /eclass/games-ut2k4mod.eclass | |
parent | Marked valgrind 2.4.0 stable and removed old ebuilds. (diff) | |
download | historical-9559f599194ac2ace350795a8c5c09e83003ed2d.tar.gz historical-9559f599194ac2ace350795a8c5c09e83003ed2d.tar.bz2 historical-9559f599194ac2ace350795a8c5c09e83003ed2d.zip |
Changed to pkg_nofetch. Thanks to Mr_Bones_ for smacking me with ebuild(5).
Diffstat (limited to 'eclass/games-ut2k4mod.eclass')
-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" } |