This ebuild is for the 'ski' game. The game is written in python, and uses a simple curses interface. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/segin/ski-6.5.ebuild,v 0.1 2006/01/08 12:24:54 segin Exp $ IUSE="" DESCRIPTION="Ski is a curses-based wacky skiing game written in Python" HOMEPAGE="http://www.catb.org/~esr/ski/" SRC_URI="ftp://sunsite.unc.edu/pub/Linux/games/ski-6.5.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND=">=dev-lang/python-2.1 >=sys-libs/ncurses-5.2" src_unpack() { unpack ${A} || die } src_compile() { touch . } src_install () { into /usr dodoc README ski.xml doman ski.6 dobin ski }
Created attachment 76807 [details] ebuild for ski-6.5 I think this would go in games-misc, but if it belongs elsewhere, put it there.
Why do we need a new one when the old one is fine?
(In reply to comment #2) > Why do we need a new one when the old one is fine? > Old one? What are you babbling about? This isn't on the tree... If this game was already available through portage, I wouldn't have wasted my time making it.
(In reply to comment #3) > Old one? What are you babbling about? This isn't on the tree... > > If this game was already available through portage, I wouldn't have wasted my > time making it. Huh?! games-sports/ski Latest version available: 6.5 Latest version installed: [ Not Installed ] Size of downloaded files: 16 kB Homepage: http://www.catb.org/~esr/ski/ Description: A simple text-mode skiing game License: GPL-2 ChangeLog: <snip> *ski-6.3 (04 Jan 2004) 04 Jan 2004; Michael Sterrett <mr_bones_@gentoo.org> ski-6.3.ebuild: initial commit; ebuild submitted by Eric Harney via bug 37141 (modified) </snip>