summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-19 23:56:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-19 23:56:42 +0000
commit1f0b05e059c46d2d800f1da0c93a9729f5affa4e (patch)
tree2f93278688a91811124234f7aa112eb238cc0c58 /games-simulation/planets
parentold (diff)
downloadgentoo-2-1f0b05e059c46d2d800f1da0c93a9729f5affa4e.tar.gz
gentoo-2-1f0b05e059c46d2d800f1da0c93a9729f5affa4e.tar.bz2
gentoo-2-1f0b05e059c46d2d800f1da0c93a9729f5affa4e.zip
EAPI=2; add use-based dep
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-simulation/planets')
-rw-r--r--games-simulation/planets/ChangeLog8
-rw-r--r--games-simulation/planets/planets-0.1.13.ebuild17
2 files changed, 10 insertions, 15 deletions
diff --git a/games-simulation/planets/ChangeLog b/games-simulation/planets/ChangeLog
index 6194568880bb..154dfe923e79 100644
--- a/games-simulation/planets/ChangeLog
+++ b/games-simulation/planets/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/planets
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/ChangeLog,v 1.16 2008/06/22 21:04:56 opfer Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/ChangeLog,v 1.17 2009/01/19 23:56:42 mr_bones_ Exp $
+
+ 19 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ planets-0.1.13.ebuild:
+ EAPI=2; add use-based dep
22 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
planets-0.1.13.ebuild:
diff --git a/games-simulation/planets/planets-0.1.13.ebuild b/games-simulation/planets/planets-0.1.13.ebuild
index 483ba3b46efd..ee3b75d203a7 100644
--- a/games-simulation/planets/planets-0.1.13.ebuild
+++ b/games-simulation/planets/planets-0.1.13.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.13.ebuild,v 1.6 2008/06/22 21:04:56 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.13.ebuild,v 1.7 2009/01/19 23:56:42 mr_bones_ Exp $
+EAPI=2
inherit eutils games
DESCRIPTION="a simple interactive planetary system simulator"
@@ -16,17 +17,7 @@ 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
-}
+ dev-lang/ocaml[tk]"
src_install() {
dogamesbin planets || die "dogamesbin failed"