diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-21 20:32:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-21 20:32:59 +0000 |
commit | a881569bf43699fee8558c7f778eb73303f1d31c (patch) | |
tree | a2154ce333c81d7e0bb0e70a8cd11a28d6aa6ed2 /games-sports/ski | |
parent | mask dev-libs/commonc++ pending deletion, bug #115707 (diff) | |
download | historical-a881569bf43699fee8558c7f778eb73303f1d31c.tar.gz historical-a881569bf43699fee8558c7f778eb73303f1d31c.tar.bz2 historical-a881569bf43699fee8558c7f778eb73303f1d31c.zip |
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-sports/ski')
-rw-r--r-- | games-sports/ski/files/digest-ski-6.3 | 1 | ||||
-rw-r--r-- | games-sports/ski/ski-6.3.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/games-sports/ski/files/digest-ski-6.3 b/games-sports/ski/files/digest-ski-6.3 deleted file mode 100644 index dabc0a389ffc..000000000000 --- a/games-sports/ski/files/digest-ski-6.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 3f760315daa900b77daf101988ba9b08 ski-6.3.tar.gz 16941 diff --git a/games-sports/ski/ski-6.3.ebuild b/games-sports/ski/ski-6.3.ebuild deleted file mode 100644 index f130eb773534..000000000000 --- a/games-sports/ski/ski-6.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/ski/ski-6.3.ebuild,v 1.2 2004/06/24 23:25:11 agriffis Exp $ - -inherit games - -DESCRIPTION="A simple text-mode skiing game" -HOMEPAGE="http://www.catb.org/~esr/ski/" -SRC_URI="http://www.catb.org/~esr/ski/${P}.tar.gz" - -KEYWORDS="x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="dev-lang/python" - -src_install() { - dogamesbin ski || die "dogamesbin failed" - doman ski.6 || die "doman failed" - dodoc README || die "dodoc failed" - prepgamesdirs -} |