diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-08 20:25:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-08 20:25:24 +0000 |
commit | fe342eb60ccd04a476f602a7d799357ee17bb48a (patch) | |
tree | 430e6d9d6a294a03fb7f361a6e963fba409e859d /games-emulation/atari800 | |
parent | touch (diff) | |
download | historical-fe342eb60ccd04a476f602a7d799357ee17bb48a.tar.gz historical-fe342eb60ccd04a476f602a7d799357ee17bb48a.tar.bz2 historical-fe342eb60ccd04a476f602a7d799357ee17bb48a.zip |
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-emulation/atari800')
-rw-r--r-- | games-emulation/atari800/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/atari800/atari800-1.3.4.ebuild | 91 | ||||
-rw-r--r-- | games-emulation/atari800/atari800-1.3.5.ebuild | 91 | ||||
-rw-r--r-- | games-emulation/atari800/files/digest-atari800-1.3.4 | 2 | ||||
-rw-r--r-- | games-emulation/atari800/files/digest-atari800-1.3.5 | 2 |
5 files changed, 0 insertions, 190 deletions
diff --git a/games-emulation/atari800/Manifest b/games-emulation/atari800/Manifest index 7455e27d04ce..31c680187596 100644 --- a/games-emulation/atari800/Manifest +++ b/games-emulation/atari800/Manifest @@ -1,9 +1,5 @@ MD5 d1fb8b39c231a1671ed7c95f426130e6 metadata.xml 866 MD5 f13c2c6c731d4a92f67cb10925a160f9 atari800-1.3.6.ebuild 2380 -MD5 92c840bdbd328b174f5b42f92bce0eee atari800-1.3.4.ebuild 2373 MD5 30b2898a487842e864f592e99e23c4b9 ChangeLog 2695 -MD5 3e34f92f94ef04fe78f7c0204f62bd92 atari800-1.3.5.ebuild 2380 MD5 c985421e05510bde42a8ed91774884b6 files/atari800.cfg 467 -MD5 5dbf9ebfa0b38c8d39e1b1a6fa9fce38 files/digest-atari800-1.3.4 120 MD5 baa68b7966877ad81b9be6c65fbfbcdf files/digest-atari800-1.3.6 120 -MD5 849d0429b9151cfeeba97049ab911bed files/digest-atari800-1.3.5 120 diff --git a/games-emulation/atari800/atari800-1.3.4.ebuild b/games-emulation/atari800/atari800-1.3.4.ebuild deleted file mode 100644 index e5324617c30f..000000000000 --- a/games-emulation/atari800/atari800-1.3.4.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-1.3.4.ebuild,v 1.2 2005/03/29 01:04:48 luckyduck 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/atari800-1.3.5.ebuild b/games-emulation/atari800/atari800-1.3.5.ebuild deleted file mode 100644 index ea1b1ed670f7..000000000000 --- a/games-emulation/atari800/atari800-1.3.5.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-1.3.5.ebuild,v 1.2 2005/03/29 01:04:48 luckyduck 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 ~amd64" -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.4 b/games-emulation/atari800/files/digest-atari800-1.3.4 deleted file mode 100644 index 9ceb438ff9f4..000000000000 --- a/games-emulation/atari800/files/digest-atari800-1.3.4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 e971d58d0cc272c5891ffb0160c779c5 atari800-1.3.4.tar.gz 1005741 -MD5 4dc3b6b4313e9596c4d474785a37b94d xf25.zip 188942 diff --git a/games-emulation/atari800/files/digest-atari800-1.3.5 b/games-emulation/atari800/files/digest-atari800-1.3.5 deleted file mode 100644 index e822fe35ddd3..000000000000 --- a/games-emulation/atari800/files/digest-atari800-1.3.5 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 299922f3a1086410302eafe35c76b1cb atari800-1.3.5.tar.gz 1007863 -MD5 4dc3b6b4313e9596c4d474785a37b94d xf25.zip 188942 |