diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:12:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:12:44 +0000 |
commit | 1fd4cf4d6ea1baf494700983e181aeda73e74473 (patch) | |
tree | 98a32ff19393e8ad9b27c39664b6dde7b6a5e769 /games-emulation/visualboyadvance | |
parent | fix sed DEPEND #44817 (Manifest recommit) (diff) | |
download | gentoo-2-1fd4cf4d6ea1baf494700983e181aeda73e74473.tar.gz gentoo-2-1fd4cf4d6ea1baf494700983e181aeda73e74473.tar.bz2 gentoo-2-1fd4cf4d6ea1baf494700983e181aeda73e74473.zip |
old
Diffstat (limited to 'games-emulation/visualboyadvance')
-rw-r--r-- | games-emulation/visualboyadvance/files/digest-visualboyadvance-1.7.1-r1 | 1 | ||||
-rw-r--r-- | games-emulation/visualboyadvance/visualboyadvance-1.7.1-r1.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/games-emulation/visualboyadvance/files/digest-visualboyadvance-1.7.1-r1 b/games-emulation/visualboyadvance/files/digest-visualboyadvance-1.7.1-r1 deleted file mode 100644 index f738a3be8d64..000000000000 --- a/games-emulation/visualboyadvance/files/digest-visualboyadvance-1.7.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4147eeac55ecf713397f19eae636eef3 VisualBoyAdvance-src-1.7.1.tar.gz 1001727 diff --git a/games-emulation/visualboyadvance/visualboyadvance-1.7.1-r1.ebuild b/games-emulation/visualboyadvance/visualboyadvance-1.7.1-r1.ebuild deleted file mode 100644 index f6ee865ec41a..000000000000 --- a/games-emulation/visualboyadvance/visualboyadvance-1.7.1-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.1-r1.ebuild,v 1.4 2004/06/24 22:37:12 agriffis Exp $ - -inherit games - -DESCRIPTION="gameboy, gameboy color, and gameboy advance emulator" -HOMEPAGE="http://vba.ngemu.com/" -SRC_URI="mirror://sourceforge/vba/VisualBoyAdvance-src-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc ~amd64" -IUSE="mmx debug" - -# wrapper script uses sed -i to needs to be in RDEPEND -RDEPEND="virtual/x11 - media-libs/libpng - sys-libs/zlib - media-libs/libsdl - >=sys-apps/sed-4" -DEPEND="${RDEPEND} - mmx? ( dev-lang/nasm )" - -S="${WORKDIR}/VisualBoyAdvance-${PV}" - -src_compile() { - egamesconf \ - --enable-c-core \ - $(use_with debug profiling) \ - $(use_with mmx) \ - || die - if ! use debug ; then - sed -i \ - -e 's:prof/libprof.a::' \ - src/Makefile \ - || die "sed src/Makefile failed" - fi - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dogamesbin ${FILESDIR}/visualboyadvance || die "dogamesbin failed" - insinto ${GAMES_DATADIR}/VisualBoyAdvance - doins src/VisualBoyAdvance.cfg - dodoc AUTHORS ChangeLog INSTALL NEWS README README-win.txt - prepgamesdirs -} |