diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-04-21 17:58:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-04-21 17:58:03 +0000 |
commit | c181c341ea7c13b525754a2aea21871a3c0d90ad (patch) | |
tree | b18a63e716b3e1c8ce51483866bf658f4c4e1cd5 /games-emulation | |
parent | x86 stable wrt bug #543934 (diff) | |
download | gentoo-2-c181c341ea7c13b525754a2aea21871a3c0d90ad.tar.gz gentoo-2-c181c341ea7c13b525754a2aea21871a3c0d90ad.tar.bz2 gentoo-2-c181c341ea7c13b525754a2aea21871a3c0d90ad.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/vgba/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/vgba/vgba-3.6.ebuild | 33 |
2 files changed, 4 insertions, 34 deletions
diff --git a/games-emulation/vgba/ChangeLog b/games-emulation/vgba/ChangeLog index ae729853d6cb..c94fa0473007 100644 --- a/games-emulation/vgba/ChangeLog +++ b/games-emulation/vgba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/vgba # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.12 2015/04/21 17:50:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.13 2015/04/21 17:58:03 mr_bones_ Exp $ + + 21 Apr 2015; Michael Sterrett <mr_bones_@gentoo.org> -vgba-3.6.ebuild: + old 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> vgba-4.8.ebuild: x86 stable wrt bug #541108 diff --git a/games-emulation/vgba/vgba-3.6.ebuild b/games-emulation/vgba/vgba-3.6.ebuild deleted file mode 100644 index ee4dec00c31d..000000000000 --- a/games-emulation/vgba/vgba-3.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/vgba-3.6.ebuild,v 1.2 2009/11/26 20:56:44 maekke 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-Ubuntu-bin.tgz" - -LICENSE="VGBA" -SLOT="0" -KEYWORDS="-* x86" -RESTRICT="strip" -IUSE="" - -RDEPEND="x11-libs/libXext" - -S=${WORKDIR} - -src_install() { - into "${GAMES_PREFIX_OPT}" - dobin vgba* || die "dobin failed" - dohtml VGBA.html - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - ewarn "You must run X in 16bit color for the emu to work" - echo -} |