From e61c40840bb5a94186cd0a23cdf0a8b2712d5006 Mon Sep 17 00:00:00 2001 From: Dan Armak Date: Sun, 13 Mar 2005 21:19:13 +0000 Subject: kde 3.4.0 ebuilds. the tarballs will be available from upstream Wednesday. as per cryos' request, keeping the ~amd64 keywords where present, even though i'm not an amd64 dev. (Portage version: 2.0.51.19) --- kde-base/kolf/kolf-3.4.0.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kde-base/kolf/kolf-3.4.0.ebuild (limited to 'kde-base/kolf/kolf-3.4.0.ebuild') diff --git a/kde-base/kolf/kolf-3.4.0.ebuild b/kde-base/kolf/kolf-3.4.0.ebuild new file mode 100644 index 000000000000..e74d99179e64 --- /dev/null +++ b/kde-base/kolf/kolf-3.4.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.4.0.ebuild,v 1.1 2005/03/13 21:19:07 danarmak Exp $ +KMNAME=kdegames +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE Minigolf Game" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" +OLDDEPEND="~kde-base/libkdegames-$PV" + +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 +} -- cgit v1.2.3-65-gdbad