summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-18 17:08:19 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-18 17:08:19 +0000
commit8a7727730f14eca7e7c65515879623a0dddedc26 (patch)
tree05082a324ae1c3a2f75824cd15eca38f2b7dc30c /games-simulation
parentRe-add 1.4-r3, as many architectures have not yet updated (diff)
downloadgentoo-2-8a7727730f14eca7e7c65515879623a0dddedc26.tar.gz
gentoo-2-8a7727730f14eca7e7c65515879623a0dddedc26.tar.bz2
gentoo-2-8a7727730f14eca7e7c65515879623a0dddedc26.zip
ver bump
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/stoned/ChangeLog7
-rw-r--r--games-simulation/stoned/files/digest-stoned-1.1.51
-rw-r--r--games-simulation/stoned/stoned-1.1.5.ebuild24
3 files changed, 31 insertions, 1 deletions
diff --git a/games-simulation/stoned/ChangeLog b/games-simulation/stoned/ChangeLog
index a2c4e15e30f8..354a3a3650c0 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.2 2003/09/12 15:43:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned/ChangeLog,v 1.3 2003/11/18 17:08:19 vapier Exp $
+
+*stonde-1.1.5 (18 Nov 2003)
+
+ 18 Nov 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump.
*stoned-1.0.4 (30 Jul 2003)
diff --git a/games-simulation/stoned/files/digest-stoned-1.1.5 b/games-simulation/stoned/files/digest-stoned-1.1.5
new file mode 100644
index 000000000000..aeaa416e9ae3
--- /dev/null
+++ b/games-simulation/stoned/files/digest-stoned-1.1.5
@@ -0,0 +1 @@
+MD5 08304287eebf2c94014988a9d7ca49c1 stoned-1.1.5-i386-linux.tar.gz 142237
diff --git a/games-simulation/stoned/stoned-1.1.5.ebuild b/games-simulation/stoned/stoned-1.1.5.ebuild
new file mode 100644
index 000000000000..9a9426f41ed4
--- /dev/null
+++ b/games-simulation/stoned/stoned-1.1.5.ebuild
@@ -0,0 +1,24 @@
+# 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 $
+
+inherit games
+
+DESCRIPTION="3D curling simulation"
+HOMEPAGE="http://stoned.cute-ninjas.com/"
+SRC_URI="http://stoned.cute-ninjas.com/download/${P}-i386-linux.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* x86"
+
+RDEPEND="virtual/opengl
+ virtual/glut
+ media-libs/sdl-net"
+
+src_install() {
+ into ${GAMES_PREFIX_OPT}
+ dobin stoned
+ dodoc FAQ README
+ prepgamesdirs
+}