summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-01-26 17:03:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-01-26 17:03:29 +0000
commit000487e079535e1cc5f10c4d2f9324aacccb4546 (patch)
tree0b092785133475fba7da667a141c6a8ec6f2c9db /games-emulation
parentrevert hppa stabilization because xfce-base/thunar is not keyworded, so this ... (diff)
downloadgentoo-2-000487e079535e1cc5f10c4d2f9324aacccb4546.tar.gz
gentoo-2-000487e079535e1cc5f10c4d2f9324aacccb4546.tar.bz2
gentoo-2-000487e079535e1cc5f10c4d2f9324aacccb4546.zip
old
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/stella/Manifest12
-rw-r--r--games-emulation/stella/stella-3.2.2.ebuild50
2 files changed, 0 insertions, 62 deletions
diff --git a/games-emulation/stella/Manifest b/games-emulation/stella/Manifest
index 5e29de1fc079..b50b2d69a294 100644
--- a/games-emulation/stella/Manifest
+++ b/games-emulation/stella/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST stella-3.2.2-src.tar.gz 1891831 RMD160 909cf5f2a43f1f7faef8e10df4232888e5b9475d SHA1 84249161f768bc6bc92fa4d34643ca09d283f552 SHA256 c86b73426ef12b1fb996f3243cec1fb6b4683093862235a1c7d113464c09f6bb
DIST stella-3.3-src.tar.gz 1929173 RMD160 f3d00037266aad94e849d79bb02020f9b7b4782d SHA1 b89ef47fd31007982e446e59ac384b462af534c7 SHA256 dcf77eef54ae64530f93d65034297153ec395b6459066162e13f84c405c659ce
-EBUILD stella-3.2.2.ebuild 1219 RMD160 25067a27d5e1b276702826b9550c30aa9346c9e3 SHA1 8c199c5d77bfa8f302eef60d4f1bc92cac7af768 SHA256 5960ecfec771c65081e6461503d4ef3ef3fe5f306c62fa4a19160894aecc9e32
EBUILD stella-3.3.ebuild 1299 RMD160 33ed6c4bdecd8a8ab1f4c72a076ccf6ef02c915b SHA1 bb6f1b8e0a0819c45677f8f5339dfc52ef46af2c SHA256 ea38bbc8d7ab3867afbe0d080b9478e834de903a881aa5ca7858c1d37cbaa850
MISC ChangeLog 7316 RMD160 a7cc0d5a62b4ad5dde201f7e77caf2c0bbe6c8ff SHA1 4097627bb5f3452aa7e5bfd696086e55a64c5d6f SHA256 19a79e47c171f4a648dfb962a3a7dda4f942356c55ad81df3363f7f40f7f1c5e
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.16 (GNU/Linux)
-
-iEYEARECAAYFAk0xuFQACgkQkKaRLQcq0GIR7ACeI/3t9h4JGFpoIepKEFPDZrRS
-EdsAoLSr425lj20Eyw/A+KPXHSUGrUSl
-=+tI1
------END PGP SIGNATURE-----
diff --git a/games-emulation/stella/stella-3.2.2.ebuild b/games-emulation/stella/stella-3.2.2.ebuild
deleted file mode 100644
index eef6d0f2f3f2..000000000000
--- a/games-emulation/stella/stella-3.2.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild,v 1.4 2011/01/11 21:58:35 ranger Exp $
-
-EAPI=2
-inherit eutils games
-
-DESCRIPTION="Stella Atari 2600 VCS Emulator"
-HOMEPAGE="http://stella.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="opengl"
-
-DEPEND="media-libs/libsdl[video]
- sys-libs/zlib
- opengl? ( virtual/opengl )"
-
-src_prepare() {
- sed -i \
- -e '/INSTALL/s/-s //' \
- -e '/STRIP/d' \
- -e "/icons/d" \
- -e '/INSTALL.*DOCDIR/d' \
- -e '/INSTALL.*\/applications/d' \
- Makefile \
- || die "sed failed"
-}
-
-src_configure() {
- # not an autoconf script
- ./configure \
- --prefix="/usr" \
- --bindir="${GAMES_BINDIR}" \
- --docdir="/usr/share/doc/${PF}" \
- --datadir="${GAMES_DATADIR}" \
- $(use_enable opengl gl) \
- || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- doicon src/common/stella.png
- make_desktop_entry stella Stella
- dohtml -r docs/*
- dodoc Announce.txt Changes.txt Copyright.txt README-GP2X.txt README-SDL.txt Readme.txt Todo.txt
- prepgamesdirs
-}