diff options
author | Stuart Bouyer <stubear@gentoo.org> | 2002-07-27 16:04:24 +0000 |
---|---|---|
committer | Stuart Bouyer <stubear@gentoo.org> | 2002-07-27 16:04:24 +0000 |
commit | 3e2437728903627d428c273c1197bb480da288b3 (patch) | |
tree | 073393aacceef4cc5cc9f7fb7fab5fe304cc31c1 /app-emulation/snes9x | |
parent | repoman'd (diff) | |
download | historical-3e2437728903627d428c273c1197bb480da288b3.tar.gz historical-3e2437728903627d428c273c1197bb480da288b3.tar.bz2 historical-3e2437728903627d428c273c1197bb480da288b3.zip |
repoman'd
Diffstat (limited to 'app-emulation/snes9x')
-rw-r--r-- | app-emulation/snes9x/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/snes9x/snes9x-139-r1.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/snes9x/snes9x-139.ebuild | 6 |
3 files changed, 16 insertions, 5 deletions
diff --git a/app-emulation/snes9x/ChangeLog b/app-emulation/snes9x/ChangeLog index 0c7467e8047e..126afc09a9e8 100644 --- a/app-emulation/snes9x/ChangeLog +++ b/app-emulation/snes9x/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/snes9x # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/ChangeLog,v 1.3 2002/07/15 01:32:03 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/ChangeLog,v 1.4 2002/07/27 16:04:24 stubear Exp $ + +*snes-139-r1 (27 Jul 2002) + + 27 Jul 2002; Stuart Bouyer <stubear@gentoo.org> snes-139-r1.ebuild, + snes-139.ebuild: + + Added KEYWORDS="x86" and SLOT. *snes-139-r1 (23 Jun 2002) diff --git a/app-emulation/snes9x/snes9x-139-r1.ebuild b/app-emulation/snes9x/snes9x-139-r1.ebuild index ec0a5f852bfe..cc93bcf789ba 100644 --- a/app-emulation/snes9x/snes9x-139-r1.ebuild +++ b/app-emulation/snes9x/snes9x-139-r1.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139-r1.ebuild,v 1.3 2002/07/15 01:32:03 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139-r1.ebuild,v 1.4 2002/07/27 16:04:24 stubear Exp $ DESCRIPTION="Super Nintendo Entertainment System (SNES) emulator" HOMEPAGE="http://www.snes9x.com/" LICENSE="as-is" +KEYWORDS="x86" +SLOT="0" SRC_URI="http://www.snes9x.com/zips/s9xs${PV}.zip" DEPEND="dev-lang/nasm virtual/x11 opengl? ( virtual/opengl ) glide? ( media-libs/glide-v3 )" - +RDEPEND="${DEPEND}" S=${WORKDIR}/release src_compile() { diff --git a/app-emulation/snes9x/snes9x-139.ebuild b/app-emulation/snes9x/snes9x-139.ebuild index 1b93ce956972..89818db68346 100644 --- a/app-emulation/snes9x/snes9x-139.ebuild +++ b/app-emulation/snes9x/snes9x-139.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139.ebuild,v 1.3 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139.ebuild,v 1.4 2002/07/27 16:04:24 stubear Exp $ DESCRIPTION="Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator." HOMEPAGE="http://www.snes9x.com/" LICENSE="as-is" +KEYWORDS="x86" +SLOT="0" SRC_URI="http://www.snes9x.com/zips/s9xs${PV}.zip" DEPEND="dev-lang/nasm virtual/x11" - +RDEPEND="${DEPEND}" S=${WORKDIR}/release src_compile() { |