diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-05-25 21:23:15 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-05-25 21:23:15 +0000 |
commit | 61fc0b979044371777fbf1d14db2d7c3c0a9427b (patch) | |
tree | 3541ae4ee7ec45c2e901153b1a64cbe8f1fdd1c7 /kde-base/kgoldrunner/kgoldrunner-3.4.1.ebuild | |
parent | Add the missing HOMEPAGE variable so repoman doesn't complain. (diff) | |
download | historical-61fc0b979044371777fbf1d14db2d7c3c0a9427b.tar.gz historical-61fc0b979044371777fbf1d14db2d7c3c0a9427b.tar.bz2 historical-61fc0b979044371777fbf1d14db2d7c3c0a9427b.zip |
KDE 3.4.1 ebuilds; package.masked as they aren't released yet
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'kde-base/kgoldrunner/kgoldrunner-3.4.1.ebuild')
-rw-r--r-- | kde-base/kgoldrunner/kgoldrunner-3.4.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-base/kgoldrunner/kgoldrunner-3.4.1.ebuild b/kde-base/kgoldrunner/kgoldrunner-3.4.1.ebuild new file mode 100644 index 000000000000..a5587c4ea9f8 --- /dev/null +++ b/kde-base/kgoldrunner/kgoldrunner-3.4.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kgoldrunner/kgoldrunner-3.4.1.ebuild,v 1.1 2005/05/25 21:23:06 danarmak Exp $ +KMNAME=kdegames +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE: KGoldrunner is a game of action and puzzle solving" +KEYWORDS="~x86 ~amd64" +IUSE="" +OLDDEPEND="~kde-base/libkdegames-3.3.1" +DEPEND=" +$(deprange $PV $MAXKDEVER kde-base/libkdegames)" + + +KMEXTRACTONLY=libkdegames +KMCOPYLIB="libkdegames libkdegames" |