summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-22 21:28:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-22 21:28:58 +0000
commitadc178d0bbc27591392d7bfb60634b7cfd1afade (patch)
treebf8b9313a79fd8bfc9c23bbcd67b47e39d8e056a /games-simulation/planets
parentMove from xfce-extra. (diff)
downloadgentoo-2-adc178d0bbc27591392d7bfb60634b7cfd1afade.tar.gz
gentoo-2-adc178d0bbc27591392d7bfb60634b7cfd1afade.tar.bz2
gentoo-2-adc178d0bbc27591392d7bfb60634b7cfd1afade.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-simulation/planets')
-rw-r--r--games-simulation/planets/planets-0.1.10.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/games-simulation/planets/planets-0.1.10.ebuild b/games-simulation/planets/planets-0.1.10.ebuild
deleted file mode 100644
index e08993e23706..000000000000
--- a/games-simulation/planets/planets-0.1.10.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.10.ebuild,v 1.12 2006/11/04 19:26:10 nyhm Exp $
-
-inherit eutils games
-
-DESCRIPTION="a simple interactive planetary system simulator"
-SRC_URI="http://planets.homedns.org/dist/${P}.tgz"
-HOMEPAGE="http://planets.homedns.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="dev-lang/tcl
- dev-lang/tk"
-DEPEND="${RDEPEND}
- dev-lang/ocaml"
-
-pkg_setup() {
- # response to bug #134257
- if ! built_with_use dev-lang/ocaml tk ; then
- eerror "${PN} doesn't build properly if"
- eerror "dev-lang/ocaml is built without tk support."
- die "Please emerge dev-lang/ocaml with USE=tk"
- fi
- games_pkg_setup
-}
-
-src_compile() {
- make clean
- make planets || die "make failed"
-}
-
-src_install() {
- dogamesbin planets || die "dogamesbin failed"
- doman planets.1
- dodoc CREDITS CHANGES TODO KEYBINDINGS.txt README
- prepgamesdirs
-}