summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-11-22 22:14:16 +0000
committerDan Armak <danarmak@gentoo.org>2005-11-22 22:14:16 +0000
commitb082217c4a241b37430dd0864ecc001ff8e923bd (patch)
treef58c26cbd1dfd16006cbeb6cf89310d4ef91531e /kde-base/kolf/kolf-3.5.0.ebuild
parentversion bump (diff)
downloadgentoo-2-b082217c4a241b37430dd0864ecc001ff8e923bd.tar.gz
gentoo-2-b082217c4a241b37430dd0864ecc001ff8e923bd.tar.bz2
gentoo-2-b082217c4a241b37430dd0864ecc001ff8e923bd.zip
KDE 3.5.0 (not yet released, p.masked)
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'kde-base/kolf/kolf-3.5.0.ebuild')
-rw-r--r--kde-base/kolf/kolf-3.5.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-base/kolf/kolf-3.5.0.ebuild b/kde-base/kolf/kolf-3.5.0.ebuild
new file mode 100644
index 000000000000..ef2e89128191
--- /dev/null
+++ b/kde-base/kolf/kolf-3.5.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kolf/kolf-3.5.0.ebuild,v 1.1 2005/11/22 22:14:09 danarmak Exp $
+KMNAME=kdegames
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta
+
+DESCRIPTION="KDE Minigolf Game"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)"
+
+
+KMEXTRACTONLY=libkdegames
+KMCOPYLIB="libkdegames libkdegames"
+
+pkg_setup() {
+ if ! useq arts; then
+ eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled"
+ die
+ fi
+}