summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-25 12:17:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-25 12:17:58 +0000
commitaaaa45b630b1c476b52976ad357502a373db9c73 (patch)
treec9c0629279138231d994249204583d71d6733128 /games-simulation/stoned-bin
parentmove games-simulation/stoned games-simulation/stoned-bin (diff)
downloadgentoo-2-aaaa45b630b1c476b52976ad357502a373db9c73.tar.gz
gentoo-2-aaaa45b630b1c476b52976ad357502a373db9c73.tar.bz2
gentoo-2-aaaa45b630b1c476b52976ad357502a373db9c73.zip
Renamed to stoned-bin
Diffstat (limited to 'games-simulation/stoned-bin')
-rw-r--r--games-simulation/stoned-bin/ChangeLog24
-rw-r--r--games-simulation/stoned-bin/files/digest-stoned-bin-1.0.41
-rw-r--r--games-simulation/stoned-bin/files/digest-stoned-bin-1.1.51
-rw-r--r--games-simulation/stoned-bin/metadata.xml5
-rw-r--r--games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild28
-rw-r--r--games-simulation/stoned-bin/stoned-bin-1.1.5.ebuild31
6 files changed, 90 insertions, 0 deletions
diff --git a/games-simulation/stoned-bin/ChangeLog b/games-simulation/stoned-bin/ChangeLog
new file mode 100644
index 000000000000..c9310199fbf4
--- /dev/null
+++ b/games-simulation/stoned-bin/ChangeLog
@@ -0,0 +1,24 @@
+# ChangeLog for games-simulation/stoned
+# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.1 2004/07/25 12:15:39 mr_bones_ Exp $
+
+*stoned-bin-1.0.4 (25 Jul 2004)
+
+ 25 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml,
+ +stoned-bin-1.0.4.ebuild, +stoned-bin-1.1.5.ebuild:
+ Renamed to stoned-bin
+
+*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)
+
+ 18 Nov 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump.
+
+*stoned-1.0.4 (30 Jul 2003)
+
+ 30 Jul 2003; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by me.
diff --git a/games-simulation/stoned-bin/files/digest-stoned-bin-1.0.4 b/games-simulation/stoned-bin/files/digest-stoned-bin-1.0.4
new file mode 100644
index 000000000000..e7d62eb57d88
--- /dev/null
+++ b/games-simulation/stoned-bin/files/digest-stoned-bin-1.0.4
@@ -0,0 +1 @@
+MD5 6698dca4f86bfd8aafee4ea24fc22ac7 stoned-1.0.4.tar.gz 36514
diff --git a/games-simulation/stoned-bin/files/digest-stoned-bin-1.1.5 b/games-simulation/stoned-bin/files/digest-stoned-bin-1.1.5
new file mode 100644
index 000000000000..aeaa416e9ae3
--- /dev/null
+++ b/games-simulation/stoned-bin/files/digest-stoned-bin-1.1.5
@@ -0,0 +1 @@
+MD5 08304287eebf2c94014988a9d7ca49c1 stoned-1.1.5-i386-linux.tar.gz 142237
diff --git a/games-simulation/stoned-bin/metadata.xml b/games-simulation/stoned-bin/metadata.xml
new file mode 100644
index 000000000000..d3c2cc926f0b
--- /dev/null
+++ b/games-simulation/stoned-bin/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+</pkgmetadata>
diff --git a/games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild b/games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild
new file mode 100644
index 000000000000..692ec0519046
--- /dev/null
+++ b/games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild,v 1.1 2004/07/25 12:15:39 mr_bones_ Exp $
+
+inherit games
+
+DESCRIPTION="3D curling simulation"
+HOMEPAGE="http://www.webhome.de/stoned/"
+SRC_URI="http://www.webhome.de/stoned/download/${P/-bin}.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* x86"
+IUSE=""
+RESTRICT="nostrip"
+
+RDEPEND="virtual/opengl
+ virtual/glut
+ media-libs/sdl-net"
+
+S="${WORKDIR}/${P/-bin}"
+
+src_install() {
+ into "${GAMES_PREFIX_OPT}"
+ dobin stoned || die "dobin failed"
+ dodoc README
+ prepgamesdirs
+}
diff --git a/games-simulation/stoned-bin/stoned-bin-1.1.5.ebuild b/games-simulation/stoned-bin/stoned-bin-1.1.5.ebuild
new file mode 100644
index 000000000000..e9bbb4656fad
--- /dev/null
+++ b/games-simulation/stoned-bin/stoned-bin-1.1.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/stoned-bin-1.1.5.ebuild,v 1.1 2004/07/25 12:15:39 mr_bones_ Exp $
+
+inherit games
+
+DESCRIPTION="3D curling simulation"
+HOMEPAGE="http://stoned.cute-ninjas.com/"
+SRC_URI="http://stoned.cute-ninjas.com/download/${P/-bin}-i386-linux.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* x86"
+IUSE=""
+RESTRICT="nostrip"
+
+RDEPEND="virtual/opengl
+ virtual/glut
+ media-libs/sdl-net
+ media-libs/fmod
+ sys-libs/zlib
+ media-libs/libpng"
+
+S="${WORKDIR}/${P/-bin}"
+
+src_install() {
+ into "${GAMES_PREFIX_OPT}"
+ dobin stoned || die "dobin failed"
+ dodoc FAQ README
+ prepgamesdirs
+}