summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/stoned-bin/ChangeLog8
-rw-r--r--games-simulation/stoned-bin/Manifest14
-rw-r--r--games-simulation/stoned-bin/files/digest-stoned-bin-1.0.41
-rw-r--r--games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild28
4 files changed, 16 insertions, 35 deletions
diff --git a/games-simulation/stoned-bin/ChangeLog b/games-simulation/stoned-bin/ChangeLog
index 18ea8f653a94..08a91860df68 100644
--- a/games-simulation/stoned-bin/ChangeLog
+++ b/games-simulation/stoned-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/stoned-bin
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.7 2005/02/25 22:46:58 mr_bones_ Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.8 2006/03/31 21:52:15 wolf31o2 Exp $
+
+ 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ -stoned-bin-1.0.4.ebuild:
+ Removing old version.
25 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org>
stoned-bin-1.1.6.ebuild:
diff --git a/games-simulation/stoned-bin/Manifest b/games-simulation/stoned-bin/Manifest
index 642ebb125734..10e0bd50a3ec 100644
--- a/games-simulation/stoned-bin/Manifest
+++ b/games-simulation/stoned-bin/Manifest
@@ -1,6 +1,12 @@
-MD5 cdd3addc1f10dc093c95e7e0bf9816e6 ChangeLog 1379
+MD5 702f8b032f12268802ebf39ebf0bf41e ChangeLog 1485
+RMD160 c301f94c4854f56f669fb91fb15d5daab3537d58 ChangeLog 1485
+SHA256 fc082cdd650e2d3adab05ef5aaa517bb145332a0674f8424adf3dcdeeadd06d9 ChangeLog 1485
+MD5 a068023c6dbdce95af37bc031a0b435f files/digest-stoned-bin-1.1.6 75
+RMD160 50f0394a8d7ad8d777030524acd4b7e634e4459c files/digest-stoned-bin-1.1.6 75
+SHA256 a7ef178f5cfdc6dc8677f7ad45d4bddf81dcc557402763e5ce60e7e24ee135de files/digest-stoned-bin-1.1.6 75
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 b6a7aa9c10561ec1c531e74a8f021abe stoned-bin-1.0.4.ebuild 664
+RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea metadata.xml 158
+SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 metadata.xml 158
MD5 c7f34422922695ff17139cc753752bf9 stoned-bin-1.1.6.ebuild 740
-MD5 c675ce3f928d14fe559a5fd3fcaf2f4c files/digest-stoned-bin-1.0.4 63
-MD5 a068023c6dbdce95af37bc031a0b435f files/digest-stoned-bin-1.1.6 75
+RMD160 2fb4af162369cf048697da00b51247ef235c7ae2 stoned-bin-1.1.6.ebuild 740
+SHA256 c49ecf69862b96c94f50c514a9c50a4dff6d0ade9791f73774ce118feca7da51 stoned-bin-1.1.6.ebuild 740
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
deleted file mode 100644
index e7d62eb57d88..000000000000
--- a/games-simulation/stoned-bin/files/digest-stoned-bin-1.0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6698dca4f86bfd8aafee4ea24fc22ac7 stoned-1.0.4.tar.gz 36514
diff --git a/games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild b/games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild
deleted file mode 100644
index ba746e29dd8e..000000000000
--- a/games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 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.2 2005/02/11 21:25:43 wolf31o2 Exp $
-
-inherit games
-
-DESCRIPTION="3D curling simulation"
-HOMEPAGE="http://stoned.cute-ninjas.com/"
-SRC_URI="http://stoned.cute-ninjas.com/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
-}