From 0e1aa4c5452e967f7e4d9d8ed87978468878f2ae Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 12 Jan 2004 05:49:17 +0000 Subject: ver bump #37940 --- games-emulation/vgba/ChangeLog | 7 ++++++- games-emulation/vgba/files/digest-vgba-2.0 | 1 - games-emulation/vgba/files/digest-vgba-2.1 | 1 + games-emulation/vgba/vgba-2.0.ebuild | 28 ---------------------------- games-emulation/vgba/vgba-2.1.ebuild | 29 +++++++++++++++++++++++++++++ 5 files changed, 36 insertions(+), 30 deletions(-) delete mode 100644 games-emulation/vgba/files/digest-vgba-2.0 create mode 100644 games-emulation/vgba/files/digest-vgba-2.1 delete mode 100644 games-emulation/vgba/vgba-2.0.ebuild create mode 100644 games-emulation/vgba/vgba-2.1.ebuild (limited to 'games-emulation/vgba') diff --git a/games-emulation/vgba/ChangeLog b/games-emulation/vgba/ChangeLog index 47914cdc014e..a79e42178e9f 100644 --- a/games-emulation/vgba/ChangeLog +++ b/games-emulation/vgba/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/vgba # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.2 2003/09/10 15:58:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.3 2004/01/12 05:49:17 vapier Exp $ + +*vgba-2.1 (12 Jan 2004) + + 12 Jan 2004; Mike Frysinger : + Version bump #37940. *vgba-2.0 (19 Jul 2003) diff --git a/games-emulation/vgba/files/digest-vgba-2.0 b/games-emulation/vgba/files/digest-vgba-2.0 deleted file mode 100644 index 26d33409e1cb..000000000000 --- a/games-emulation/vgba/files/digest-vgba-2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 6756c007468b3ca1eb9c3aa333d4ea7b VGBA20-Linux-80x86-bin.tar.Z 290664 diff --git a/games-emulation/vgba/files/digest-vgba-2.1 b/games-emulation/vgba/files/digest-vgba-2.1 new file mode 100644 index 000000000000..e3f41d2ec720 --- /dev/null +++ b/games-emulation/vgba/files/digest-vgba-2.1 @@ -0,0 +1 @@ +MD5 dddfce8bc65e874f77b93956115abb28 VGBA21-Linux-80x86-bin.tar.Z 297898 diff --git a/games-emulation/vgba/vgba-2.0.ebuild b/games-emulation/vgba/vgba-2.0.ebuild deleted file mode 100644 index e757e2c7b62a..000000000000 --- a/games-emulation/vgba/vgba-2.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/vgba-2.0.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $ - -inherit games - -DESCRIPTION="emulator of the GameBoy Advance" -HOMEPAGE="http://www.komkon.org/fms/VGBA/" -SRC_URI="http://fms.komkon.org/VGBA/VGBA${PV/.}-Linux-80x86-bin.tar.Z" - -LICENSE="VGBA" -SLOT="0" -KEYWORDS="-* x86" - -RDEPEND="virtual/x11" - -S=${WORKDIR} - -src_install() { - dogamesbin vgba - dohtml VGBA.html - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - ewarn "You must run X in 16bit color for the emu to work" -} diff --git a/games-emulation/vgba/vgba-2.1.ebuild b/games-emulation/vgba/vgba-2.1.ebuild new file mode 100644 index 000000000000..6cbabd78bc9d --- /dev/null +++ b/games-emulation/vgba/vgba-2.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/vgba-2.1.ebuild,v 1.1 2004/01/12 05:49:17 vapier Exp $ + +inherit games + +DESCRIPTION="Gameboy Advance (GBA) emulator for Linux" +HOMEPAGE="http://www.komkon.org/fms/VGBA/" +SRC_URI="http://fms.komkon.org/VGBA/VGBA${PV/.}-Linux-80x86-bin.tar.Z" + +LICENSE="VGBA" +SLOT="0" +KEYWORDS="-* x86" + +RDEPEND="virtual/x11" + +S=${WORKDIR} + +src_install() { + into ${GAMES_PREFIX_OPT} + dobin vgba + dohtml VGBA.html + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + ewarn "You must run X in 16bit color for the emu to work" +} -- cgit v1.2.3-65-gdbad