diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-08 12:15:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-08 12:15:58 +0000 |
commit | fcbf17f9fa8e06845e5cc6ef53cfbee8bfd8d716 (patch) | |
tree | 40cd2145142839ccbb1f8abf06bce29d947f9f5a /games-emulation/atari800 | |
parent | fix /var files for users who are ugprading (Manifest recommit) (diff) | |
download | gentoo-2-fcbf17f9fa8e06845e5cc6ef53cfbee8bfd8d716.tar.gz gentoo-2-fcbf17f9fa8e06845e5cc6ef53cfbee8bfd8d716.tar.bz2 gentoo-2-fcbf17f9fa8e06845e5cc6ef53cfbee8bfd8d716.zip |
version bump (bug #70084)
Diffstat (limited to 'games-emulation/atari800')
-rw-r--r-- | games-emulation/atari800/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/atari800/Manifest | 8 | ||||
-rw-r--r-- | games-emulation/atari800/atari800-1.3.3.ebuild | 91 | ||||
-rw-r--r-- | games-emulation/atari800/files/digest-atari800-1.3.3 | 2 |
4 files changed, 104 insertions, 4 deletions
diff --git a/games-emulation/atari800/ChangeLog b/games-emulation/atari800/ChangeLog index 0b58b963881d..f97ff72e52fa 100644 --- a/games-emulation/atari800/ChangeLog +++ b/games-emulation/atari800/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/atari800 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v 1.6 2004/06/24 22:23:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v 1.7 2004/11/08 12:15:58 mr_bones_ Exp $ + +*atari800-1.3.3 (08 Nov 2004) + + 08 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> +atari800-1.3.3.ebuild: + version bump (bug #70084) 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> atari800-1.3.1.ebuild, atari800-1.3.2.ebuild: diff --git a/games-emulation/atari800/Manifest b/games-emulation/atari800/Manifest index 23e181d9f099..ef4cf5ae4dc7 100644 --- a/games-emulation/atari800/Manifest +++ b/games-emulation/atari800/Manifest @@ -1,7 +1,9 @@ -MD5 6901d8e68cdb95e3554d8c127e4b2b34 atari800-1.3.2.ebuild 2448 -MD5 ccbee5d28b46b2e11ebf5ad23f78c7a7 atari800-1.3.1.ebuild 2362 MD5 892e05711dc8f5af62a1033cf808897d ChangeLog 2043 +MD5 ccbee5d28b46b2e11ebf5ad23f78c7a7 atari800-1.3.1.ebuild 2362 MD5 d1fb8b39c231a1671ed7c95f426130e6 metadata.xml 866 -MD5 0da1eeee7ba65c0139d4b4081b48cd42 files/digest-atari800-1.3.1 119 +MD5 6901d8e68cdb95e3554d8c127e4b2b34 atari800-1.3.2.ebuild 2448 +MD5 3ecdbf89e530fd1b51a7e7c45ef2006f atari800-1.3.3.ebuild 2372 MD5 1407ce0b16e7fc153e4736e768084d5a files/digest-atari800-1.3.2 119 MD5 c985421e05510bde42a8ed91774884b6 files/atari800.cfg 467 +MD5 0da1eeee7ba65c0139d4b4081b48cd42 files/digest-atari800-1.3.1 119 +MD5 51b08583d09bcf03a3dd9e41dfd6e3d6 files/digest-atari800-1.3.3 120 diff --git a/games-emulation/atari800/atari800-1.3.3.ebuild b/games-emulation/atari800/atari800-1.3.3.ebuild new file mode 100644 index 000000000000..4a537f8cacd2 --- /dev/null +++ b/games-emulation/atari800/atari800-1.3.3.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-1.3.3.ebuild,v 1.1 2004/11/08 12:15:58 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="Atari 800 emulator" +HOMEPAGE="http://atari800.sourceforge.net/" +SRC_URI="mirror://sourceforge/atari800/${P}.tar.gz + mirror://sourceforge/atari800/xf25.zip" + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha" +IUSE="sdl" + +RDEPEND="virtual/x11 + sdl? ( >=media-libs/libsdl-1.2.0 )" +DEPEND="${RDEPEND} + app-arch/unzip" + +src_unpack() { + unpack ${A} + cd "${S}" + # remove some not-so-interesting ones + rm -f DOC/{INSTALL.*,*.in,CHANGES.OLD} +} + +src_compile() { + local target="x11" + use sdl && target="sdl" + + cd src && \ + egamesconf \ + --enable-crashmenu \ + --enable-break \ + --enable-hints \ + --enable-asm \ + --enable-cursorblk \ + --enable-led \ + --enable-displayled \ + --enable-sndclip \ + --enable-linuxjoy \ + --enable-sound \ + --target=${target} \ + || die + emake || die "emake failed" +} + +src_install () { + dogamesbin src/atari800 || die "dogamesbin failed" + newman src/atari800.man atari800.6 + dodoc README.1ST DOC/* + insinto "${GAMES_DATADIR}/${PN}" + doins "${WORKDIR}/"*.ROM || die "doins failed (ROM)" + insinto /etc + doins "${FILESDIR}/atari800.cfg" || die "doins failed (cfg)" + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + if use sdl ; then + echo + echo + einfo 'The emulator has been compiled using the SDL libraries. By default,' + einfo 'atari800 switches to fullscreen mode, so a 400x300 entry in your' + einfo 'XF86Config-4 file is recommended. Otherwise, the emulated Atari' + einfo 'screen is postage-stamp sized in the middle of your display.' + echo + einfo 'For example, in the "Screen" section of your /etc/XF86Config-4 file,' + einfo 'add the entry "400x300" to the end of the list of modes:' + echo + einfo ' Section "Screen"' + einfo ' [...]' + einfo + einfo ' Subsection "Display"' + einfo ' Depth 16' + einfo ' Modes "1600x1200" "1024x768" "400x300"' + einfo ' ViewPort 0 0' + einfo ' EndSubsection' + einfo ' EndSection' + echo + einfo 'You should not need to specify a modeline for this mode,' + einfo 'since in most cases it is a standard mode calculated by' + einfo 'the X server.' + echo + echo + echo + fi +} diff --git a/games-emulation/atari800/files/digest-atari800-1.3.3 b/games-emulation/atari800/files/digest-atari800-1.3.3 new file mode 100644 index 000000000000..12e640e145af --- /dev/null +++ b/games-emulation/atari800/files/digest-atari800-1.3.3 @@ -0,0 +1,2 @@ +MD5 af71826a71a46c786af7c88ff53b8ae8 atari800-1.3.3.tar.gz 1004789 +MD5 4dc3b6b4313e9596c4d474785a37b94d xf25.zip 188942 |