diff options
author | 2012-12-05 16:58:30 +0000 | |
---|---|---|
committer | 2012-12-05 16:58:30 +0000 | |
commit | b9d227823671a4217d7d0f9e194c5108eacc548e (patch) | |
tree | 8d57d37d8c5552901a88ade2d47df6941892d5aa /kde-base/kolf/kolf-4.9.4.ebuild | |
parent | Stable for HPPA (bug #444546). (diff) | |
download | gentoo-2-b9d227823671a4217d7d0f9e194c5108eacc548e.tar.gz gentoo-2-b9d227823671a4217d7d0f9e194c5108eacc548e.tar.bz2 gentoo-2-b9d227823671a4217d7d0f9e194c5108eacc548e.zip |
[kde-base] Add KDE SC 4.9.4
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key F82F92E6)
Diffstat (limited to 'kde-base/kolf/kolf-4.9.4.ebuild')
-rw-r--r-- | kde-base/kolf/kolf-4.9.4.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-base/kolf/kolf-4.9.4.ebuild b/kde-base/kolf/kolf-4.9.4.ebuild new file mode 100644 index 000000000000..db82d3dc75be --- /dev/null +++ b/kde-base/kolf/kolf-4.9.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolf/kolf-4.9.4.ebuild,v 1.1 2012/12/05 16:57:55 alexxy Exp $ + +EAPI=4 + +if [[ ${PV} == *9999 ]]; then + eclass="kde4-base" +else + eclass="kde4-meta" + KMNAME="kdegames" +fi +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit ${eclass} + +DESCRIPTION="KDE Minigolf Game" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" |