diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-06 05:52:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-06 05:52:48 +0000 |
commit | 06aad1b82c9188c37f3cfb385aac633661fea6a4 (patch) | |
tree | 8d67e0148a882a2ee00a3b017de2754a46cca75c /games-emulation | |
parent | Fix metadata.xml (diff) | |
download | historical-06aad1b82c9188c37f3cfb385aac633661fea6a4.tar.gz historical-06aad1b82c9188c37f3cfb385aac633661fea6a4.tar.bz2 historical-06aad1b82c9188c37f3cfb385aac633661fea6a4.zip |
old
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/atari800/Manifest | 12 | ||||
-rw-r--r-- | games-emulation/atari800/atari800-2.0.3.ebuild | 104 |
2 files changed, 0 insertions, 116 deletions
diff --git a/games-emulation/atari800/Manifest b/games-emulation/atari800/Manifest index 057975f4a88f..d9d970152236 100644 --- a/games-emulation/atari800/Manifest +++ b/games-emulation/atari800/Manifest @@ -1,18 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - AUX atari800.cfg 467 RMD160 a67459343b81a879aa58bddd5706512bec7fa8a9 SHA1 3624775a4259a8c925dad85e9d0a0df88d55b7a1 SHA256 562981fd5d3e1e028c3da484ca18bbe5c0a7f5a01eb8740cff14c4a18e05a3e7 -DIST atari800-2.0.3.tar.gz 998685 RMD160 408fec88e001a234786e689d0875d820e2036d46 SHA1 e6cfcd22b79874239bd664a476ff287c2d708924 SHA256 987a19c9a4ff483f9a84e165d24a881413adf5391d41ac9852cbb50a30d17966 DIST atari800-2.1.0.tar.gz 1214047 RMD160 c793855b27843975fcf04fea47c49499909b49ee SHA1 3888ad49718bb5e1232fb544375bb635654b5ca5 SHA256 2253f670d523b72eaca9fffee848d45c006fb1e080eb6c72975790cb20330885 DIST xf25.zip 188942 RMD160 e3960898223dd4d1b9a9cc5cfb1251bd726ea5a7 SHA1 e65923fd3a4845c1c72d1677db0fda969187eb42 SHA256 98ae0ad10413dd6f35ed80f5662dba6d790def70c7829046e52012a03b574b8a -EBUILD atari800-2.0.3.ebuild 2737 RMD160 437ee6ecfee0c6f851d4fbf0735dfa9b630a5d93 SHA1 214819c3791426a0f4b0d31081a75697b01a6ab1 SHA256 38455cb26e19eaa0ee780a74b3157322e1162aa4c4a7bdaaf289d73bf26d977c EBUILD atari800-2.1.0.ebuild 1882 RMD160 2110d17cf4c0204f956a8b535a9acb0cc09d02e4 SHA1 ca17d1dc70a0c7cc7a2535a7945c608a0ec05c2c SHA256 dbd9418c2e69b3f1a044529c035721424bc10318a01ca45f6d1fb8ab00b9bea9 MISC ChangeLog 4826 RMD160 a1a271649fb27d2c6156e88c79a931c1b49695ae SHA1 c28eb8cba7c644229f6b709f87f830492b9d0b0f SHA256 0ede4d741682ec72ea83ec660e95b540e32a52fa804f997ce140200975635cc8 MISC metadata.xml 776 RMD160 c2603c6c29079814365631d86c43df08370791d9 SHA1 18fabdae1b36c25275fa255e84cbc34f8fd065aa SHA256 220ac4874a800bf3105d0c8c715b3f105d257d9e3b55a909cd602537ee96e9bf ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEUEARECAAYFAktDlXgACgkQcsIHjyDViGQ+qgCXdXLt3lqm+n8d87je9K9SASv1 -9QCfVrIyu5W/eFUy7+YTvQPwqSNLHYo= -=pOpV ------END PGP SIGNATURE----- diff --git a/games-emulation/atari800/atari800-2.0.3.ebuild b/games-emulation/atari800/atari800-2.0.3.ebuild deleted file mode 100644 index fa8555e0a0ca..000000000000 --- a/games-emulation/atari800/atari800-2.0.3.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-2.0.3.ebuild,v 1.3 2008/07/24 16:23:40 armin76 Exp $ - -inherit games - -DESCRIPTION="Atari 800 emulator" -HOMEPAGE="http://atari800.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz - mirror://sourceforge/${PN}/xf25.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha ~amd64 ppc sparc x86" -IUSE="sdl" - -RDEPEND="sdl? ( >=media-libs/libsdl-1.2.0 ) - !sdl? ( x11-libs/libX11 )" -DEPEND="${RDEPEND} - !sdl? ( - x11-libs/libXt - x11-libs/libX11 - x11-proto/xextproto - x11-proto/xproto ) - app-arch/unzip" - -src_unpack() { - unpack ${A} - cd "${S}" - # remove some not-so-interesting ones - rm -f DOC/{INSTALL.*,*.in,CHANGES.OLD} - sed -i \ - -e "/CFG_FILE/s:/etc:${GAMES_SYSCONFDIR}:" \ - src/atari.c \ - || die "sed failed" - sed -i \ - -e 's/LDFLAGS="-s"/:/' \ - src/configure \ - || die "sed failed" -} - -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)" - sed "s:/usr/share/games:${GAMES_DATADIR}:" \ - "${FILESDIR}"/atari800.cfg > "${T}"/atari800.cfg \ - || die "sed failed" - insinto "${GAMES_SYSCONFDIR}" - doins "${T}"/atari800.cfg || die "doins failed (cfg)" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - if use sdl ; then - echo - elog 'The emulator has been compiled using the SDL libraries. By default,' - elog 'atari800 switches to fullscreen mode, so a 400x300 entry in your' - elog 'XF86Config-4 file is recommended. Otherwise, the emulated Atari' - elog 'screen is postage-stamp sized in the middle of your display.' - echo - elog 'For example, in the "Screen" section of your /etc/XF86Config-4 file,' - elog 'add the entry "400x300" to the end of the list of modes:' - echo - elog ' Section "Screen"' - elog ' [...]' - elog - elog ' Subsection "Display"' - elog ' Depth 16' - elog ' Modes "1600x1200" "1024x768" "400x300"' - elog ' ViewPort 0 0' - elog ' EndSubsection' - elog ' EndSection' - echo - elog 'You should not need to specify a modeline for this mode,' - elog 'since in most cases it is a standard mode calculated by' - elog 'the X server.' - echo - fi -} |