summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-09-03 15:00:59 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-09-03 15:00:59 +0000
commit871dbf39d218258c4e5698590e3dc6fd24b05202 (patch)
tree3f21c89a8f2d72b9cce3de613080521cf9667ded /app-emulation
parentcredit where credit is due (diff)
downloadgentoo-2-871dbf39d218258c4e5698590e3dc6fd24b05202.tar.gz
gentoo-2-871dbf39d218258c4e5698590e3dc6fd24b05202.tar.bz2
gentoo-2-871dbf39d218258c4e5698590e3dc6fd24b05202.zip
small fix0rs
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/gngb/ChangeLog6
-rw-r--r--app-emulation/gngb/gngb-20020111.ebuild11
2 files changed, 9 insertions, 8 deletions
diff --git a/app-emulation/gngb/ChangeLog b/app-emulation/gngb/ChangeLog
index 6c51b7d28292..96e75ad3cb40 100644
--- a/app-emulation/gngb/ChangeLog
+++ b/app-emulation/gngb/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for app-emulation/gngb
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/ChangeLog,v 1.3 2002/08/06 18:43:50 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/ChangeLog,v 1.4 2002/09/03 15:00:59 seemant Exp $
*gngb-20020111 (27 Jul 2002)
+ 03 Sep 2002; Seemant Kulleen <seemant@gentoo.org> gngb-20020111.ebuild :
+
+ HOMEPAGE fix by Rachel Holmes, and modernised syntax to econf.
+
06 Aug 2002; Mark Guertin <gerk@gentoo.org> :
Added -ppc to keywords
diff --git a/app-emulation/gngb/gngb-20020111.ebuild b/app-emulation/gngb/gngb-20020111.ebuild
index c6ac27a6a7dd..a649a872fac2 100644
--- a/app-emulation/gngb/gngb-20020111.ebuild
+++ b/app-emulation/gngb/gngb-20020111.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/gngb-20020111.ebuild,v 1.4 2002/08/06 18:43:50 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/gngb-20020111.ebuild,v 1.5 2002/09/03 15:00:07 seemant Exp $
DESCRIPTION="gngb - Gameboy / Gameboy Color emulator"
-HOMEPAGE="http://members.lycos.fr/frogus/gngb/"
+HOMEPAGE="http://membres.lycos.fr/frogus/gngb/"
LICENSE="GPL"
KEYWORDS="x86 -ppc"
SLOT="0"
@@ -15,11 +15,8 @@ S=${WORKDIR}/${P}
src_compile() {
use opengl || myconf=" --with-gl "
- ./configure ${myconf}\
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
+
+ econf ${myconf} || die
emake || die
}