diff options
author | Tristan Heaven <tristan@gentoo.org> | 2008-09-05 17:02:43 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2008-09-05 17:02:43 +0000 |
commit | 0feae4edfacd51ae68c5feaa9ee721b4836f18ae (patch) | |
tree | e5fa5fc23b39531d9b9b854629c097b5f903b9fc /eclass/games.eclass | |
parent | Version bumped. (diff) | |
download | historical-0feae4edfacd51ae68c5feaa9ee721b4836f18ae.tar.gz historical-0feae4edfacd51ae68c5feaa9ee721b4836f18ae.tar.bz2 historical-0feae4edfacd51ae68c5feaa9ee721b4836f18ae.zip |
remove egamesinstall to break some overlays
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r-- | eclass/games.eclass | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass index d8ab7d1c8d94..38e1b03800a3 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.125 2008/04/26 15:50:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.126 2008/09/05 17:02:43 nyhm Exp $ # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org # @@ -46,19 +46,6 @@ egamesconf() { || die "egamesconf failed" } -egamesinstall() { - ewarn "Don't use egamesinstall, use emake DESTDIR=\"\${D}\" install instead" - epause 30 - make \ - prefix="${D}${GAMES_PREFIX}" \ - mandir="${D}/usr/share/man" \ - infodir="${D}/usr/share/info" \ - datadir="${D}${GAMES_DATADIR}" \ - sysconfdir="${D}${GAMES_SYSCONFDIR}" \ - localstatedir="${D}${GAMES_STATEDIR}" \ - "$@" install || die "egamesinstall failed" -} - gameswrapper() { # dont want to pollute calling env ( |