summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-12-21 20:32:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-12-21 20:32:59 +0000
commita435fcf3174a890098914f6f9f7929ce76a928a1 (patch)
tree6e718aad3e4b0c45a034d62280ac37a1b0166912 /games-sports/ski
parentmask dev-libs/commonc++ pending deletion, bug #115707 (diff)
downloadgentoo-2-a435fcf3174a890098914f6f9f7929ce76a928a1.tar.gz
gentoo-2-a435fcf3174a890098914f6f9f7929ce76a928a1.tar.bz2
gentoo-2-a435fcf3174a890098914f6f9f7929ce76a928a1.zip
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-sports/ski')
-rw-r--r--games-sports/ski/files/digest-ski-6.31
-rw-r--r--games-sports/ski/ski-6.3.ebuild23
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
-}