summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-01-06 21:01:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-01-06 21:01:10 +0000
commit49c7bae8f015a4c65ca5646cdd3d12d341595897 (patch)
tree56a23767da7d16436b12366c245d4d338b237809 /games-simulation
parentVersion bump for the security patches. (diff)
downloadgentoo-2-49c7bae8f015a4c65ca5646cdd3d12d341595897.tar.gz
gentoo-2-49c7bae8f015a4c65ca5646cdd3d12d341595897.tar.bz2
gentoo-2-49c7bae8f015a4c65ca5646cdd3d12d341595897.zip
updated RDEPEND for bug 37363
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/stoned/ChangeLog7
-rw-r--r--games-simulation/stoned/Manifest8
-rw-r--r--games-simulation/stoned/stoned-1.1.5.ebuild16
3 files changed, 20 insertions, 11 deletions
diff --git a/games-simulation/stoned/ChangeLog b/games-simulation/stoned/ChangeLog
index 354a3a3650c0..aa95a69288ce 100644
--- a/games-simulation/stoned/ChangeLog
+++ b/games-simulation/stoned/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-simulation/stoned
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned/ChangeLog,v 1.3 2003/11/18 17:08:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned/ChangeLog,v 1.4 2004/01/06 21:00:57 mr_bones_ Exp $
+
+*stoned-1.1.5 (06 Jan 2004)
+
+ 06 Jan 2004; Michael Sterrett <mr_bones_@gentoo.org> stoned-1.1.5.ebuild:
+ updated RDEPEND for bug 37363
*stonde-1.1.5 (18 Nov 2003)
diff --git a/games-simulation/stoned/Manifest b/games-simulation/stoned/Manifest
index 0daa521ee748..d76b124d91ce 100644
--- a/games-simulation/stoned/Manifest
+++ b/games-simulation/stoned/Manifest
@@ -1,6 +1,6 @@
-MD5 c675ce3f928d14fe559a5fd3fcaf2f4c files/digest-stoned-1.0.4 63
-MD5 85e1d70fa1ed3e79d14ea34e390e438a files/digest-stoned-1.1.5 75
-MD5 6ab532ca4dcef525dcff94093797334b stoned-1.1.5.ebuild 596
+MD5 399ef87ca46d12ff4e01a2715bcb4f90 ChangeLog 591
MD5 e6da0a4d7f903d2436e493c56aeb0a23 stoned-1.0.4.ebuild 583
-MD5 63b427513b24cfb5633252f8c019b6c3 ChangeLog 450
MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
+MD5 13da93e2b42cf72e2c65135b1ebba85d stoned-1.1.5.ebuild 708
+MD5 c675ce3f928d14fe559a5fd3fcaf2f4c files/digest-stoned-1.0.4 63
+MD5 85e1d70fa1ed3e79d14ea34e390e438a files/digest-stoned-1.1.5 75
diff --git a/games-simulation/stoned/stoned-1.1.5.ebuild b/games-simulation/stoned/stoned-1.1.5.ebuild
index 9a9426f41ed4..7ac4dc33812c 100644
--- a/games-simulation/stoned/stoned-1.1.5.ebuild
+++ b/games-simulation/stoned/stoned-1.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned/stoned-1.1.5.ebuild,v 1.1 2003/11/18 17:08:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned/stoned-1.1.5.ebuild,v 1.2 2004/01/06 21:00:57 mr_bones_ Exp $
inherit games
@@ -8,17 +8,21 @@ DESCRIPTION="3D curling simulation"
HOMEPAGE="http://stoned.cute-ninjas.com/"
SRC_URI="http://stoned.cute-ninjas.com/download/${P}-i386-linux.tar.gz"
+KEYWORDS="-* x86"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="-* x86"
+IUSE=""
RDEPEND="virtual/opengl
virtual/glut
- media-libs/sdl-net"
+ media-libs/sdl-net
+ media-libs/fmod
+ sys-libs/zlib
+ media-libs/libpng"
src_install() {
- into ${GAMES_PREFIX_OPT}
- dobin stoned
- dodoc FAQ README
+ into "${GAMES_PREFIX_OPT}"
+ dobin stoned || die "dobin failed"
+ dodoc FAQ README || die "dodoc failed"
prepgamesdirs
}