diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-11 12:22:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-11 12:22:49 +0000 |
commit | 24cea9be2d2942f1a56de593b1a1455defa581f5 (patch) | |
tree | babf0042eddc7e1e9769bfc4c4e9aafa8e876c06 /games-simulation/stoned | |
parent | fix dvdr support (diff) | |
download | gentoo-2-24cea9be2d2942f1a56de593b1a1455defa581f5.tar.gz gentoo-2-24cea9be2d2942f1a56de593b1a1455defa581f5.tar.bz2 gentoo-2-24cea9be2d2942f1a56de593b1a1455defa581f5.zip |
simulation type games
Diffstat (limited to 'games-simulation/stoned')
-rw-r--r-- | games-simulation/stoned/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/stoned/Manifest | 3 | ||||
-rw-r--r-- | games-simulation/stoned/files/digest-stoned-1.0.4 | 1 | ||||
-rw-r--r-- | games-simulation/stoned/stoned-1.0.4.ebuild | 23 |
4 files changed, 35 insertions, 0 deletions
diff --git a/games-simulation/stoned/ChangeLog b/games-simulation/stoned/ChangeLog new file mode 100644 index 000000000000..a3b01a24e88f --- /dev/null +++ b/games-simulation/stoned/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-games/stoned +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned/ChangeLog,v 1.1 2003/09/11 12:22:49 vapier Exp $ + +*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/Manifest b/games-simulation/stoned/Manifest new file mode 100644 index 000000000000..11070a79f318 --- /dev/null +++ b/games-simulation/stoned/Manifest @@ -0,0 +1,3 @@ +MD5 032a3b5388b2eacf50edb8f4e2cbd585 stoned-1.0.4.ebuild 562 +MD5 c675ce3f928d14fe559a5fd3fcaf2f4c files/digest-stoned-1.0.4 63 +MD5 996ae85289c88eb9c31ccdca24f8d2d1 ChangeLog 338 diff --git a/games-simulation/stoned/files/digest-stoned-1.0.4 b/games-simulation/stoned/files/digest-stoned-1.0.4 new file mode 100644 index 000000000000..e7d62eb57d88 --- /dev/null +++ b/games-simulation/stoned/files/digest-stoned-1.0.4 @@ -0,0 +1 @@ +MD5 6698dca4f86bfd8aafee4ea24fc22ac7 stoned-1.0.4.tar.gz 36514 diff --git a/games-simulation/stoned/stoned-1.0.4.ebuild b/games-simulation/stoned/stoned-1.0.4.ebuild new file mode 100644 index 000000000000..0fddf232770f --- /dev/null +++ b/games-simulation/stoned/stoned-1.0.4.ebuild @@ -0,0 +1,23 @@ +# 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.0.4.ebuild,v 1.1 2003/09/11 12:22:49 vapier Exp $ + +inherit games + +DESCRIPTION="3D curling simulation" +HOMEPAGE="http://www.webhome.de/stoned/" +SRC_URI="http://www.webhome.de/stoned/download/${P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="-* x86" + +RDEPEND="virtual/opengl + media-libs/sdl-net" + +src_install() { + into ${GAMES_PREFIX_OPT} + dobin stoned + dodoc FAQ README + prepgamesdirs +} |