Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118616 - new ebuild for 'ski-6.5'
Summary: new ebuild for 'ski-6.5'
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-01-10 21:00 UTC by Segin
Modified: 2006-01-11 07:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for ski-6.5 (ski-6.5.ebuild,611 bytes, text/plain)
2006-01-10 21:03 UTC, Segin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Segin 2006-01-10 21:00:50 UTC
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
}
Comment 1 Segin 2006-01-10 21:03:51 UTC
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.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2006-01-10 22:25:10 UTC
Why do we need a new one when the old one is fine?
Comment 3 Segin 2006-01-11 03:23:09 UTC
(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.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-01-11 07:00:29 UTC
(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>