diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-26 23:11:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-26 23:11:08 +0000 |
commit | 9d1853b86bbb7cdcdccedb7f7b6aad68b3e8020b (patch) | |
tree | e6878cc61cc8f6e0d1cd015f6246e404a6572f4a /games-emulation/infones | |
parent | gah. cvs crapped out, recommiting manifest. (diff) | |
download | gentoo-2-9d1853b86bbb7cdcdccedb7f7b6aad68b3e8020b.tar.gz gentoo-2-9d1853b86bbb7cdcdccedb7f7b6aad68b3e8020b.tar.bz2 gentoo-2-9d1853b86bbb7cdcdccedb7f7b6aad68b3e8020b.zip |
clean old; IUSE; error check
Diffstat (limited to 'games-emulation/infones')
-rw-r--r-- | games-emulation/infones/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/infones/files/digest-infones-0.91 | 1 | ||||
-rw-r--r-- | games-emulation/infones/infones-0.91.ebuild | 32 | ||||
-rw-r--r-- | games-emulation/infones/infones-0.92.ebuild | 12 |
4 files changed, 13 insertions, 38 deletions
diff --git a/games-emulation/infones/ChangeLog b/games-emulation/infones/ChangeLog index 208ecd549a23..cc384b4c1878 100644 --- a/games-emulation/infones/ChangeLog +++ b/games-emulation/infones/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/infones # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/infones/ChangeLog,v 1.5 2004/04/12 00:31:21 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/infones/ChangeLog,v 1.6 2004/05/26 23:11:08 mr_bones_ Exp $ + + 26 May 2004; Michael Sterrett <mr_bones_@gentoo.org> infones-0.91.ebuild, + infones-0.92.ebuild: + clean old; IUSE; error check 11 Apr 2004; Travis Tilley <lv@gentoo.org> infones-0.92.ebuild: added ~amd64 keyword diff --git a/games-emulation/infones/files/digest-infones-0.91 b/games-emulation/infones/files/digest-infones-0.91 deleted file mode 100644 index 58aaa7ab488d..000000000000 --- a/games-emulation/infones/files/digest-infones-0.91 +++ /dev/null @@ -1 +0,0 @@ -MD5 eed0a1dc397f4af2e97a4b60b8a53b2c InfoNES091J_Src.zip 233333 diff --git a/games-emulation/infones/infones-0.91.ebuild b/games-emulation/infones/infones-0.91.ebuild deleted file mode 100644 index 09095e498207..000000000000 --- a/games-emulation/infones/infones-0.91.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/infones/infones-0.91.ebuild,v 1.4 2004/02/20 06:26:47 mr_bones_ Exp $ - -inherit games - -MY_P="InfoNES${PV//.}J_Src" -S=${WORKDIR}/${MY_P}/linux -DESCRIPTION="A fast and portable NES emulator" -HOMEPAGE="http://www.geocities.co.jp/SiliconValley/5604/infones/" -SRC_URI="http://www.geocities.co.jp/SiliconValley/5604/bin/${MY_P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -RDEPEND="=x11-libs/gtk+-1.2* - sys-libs/zlib" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i "s:-O2:${CFLAGS}:" Makefile || die "sed Makefile failed" -} - -src_install() { - dogamesbin InfoNES - dohtml ../doc/readme.html - prepgamesdirs -} diff --git a/games-emulation/infones/infones-0.92.ebuild b/games-emulation/infones/infones-0.92.ebuild index 062777617e19..2de1cc97bc66 100644 --- a/games-emulation/infones/infones-0.92.ebuild +++ b/games-emulation/infones/infones-0.92.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/infones/infones-0.92.ebuild,v 1.3 2004/04/12 00:31:21 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/infones/infones-0.92.ebuild,v 1.4 2004/05/26 23:11:08 mr_bones_ Exp $ inherit games MY_P="InfoNES${PV//.}J_Src" -S=${WORKDIR}/${MY_P}/linux DESCRIPTION="A fast and portable NES emulator" HOMEPAGE="http://www.geocities.co.jp/SiliconValley/5604/infones/" SRC_URI="http://www.geocities.co.jp/SiliconValley/5604/bin/${MY_P}.zip" @@ -13,20 +12,25 @@ SRC_URI="http://www.geocities.co.jp/SiliconValley/5604/bin/${MY_P}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~amd64" +IUSE="" RDEPEND="=x11-libs/gtk+-1.2* sys-libs/zlib" DEPEND="${RDEPEND} >=sys-apps/sed-4" +S=${WORKDIR}/${MY_P}/linux + src_unpack() { unpack ${A} cd ${S} - sed -i "s:-O2:${CFLAGS}:" Makefile || die "sed Makefile failed" + sed -i \ + -e "s:-O2:${CFLAGS}:" Makefile \ + || die "sed Makefile failed" } src_install() { - dogamesbin InfoNES + dogamesbin InfoNES || die "dogamesbin failed" dohtml ../doc/readme.html prepgamesdirs } |