| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/kde-base/ksquares/ksquares-4.9.3.ebuild,v 1.1 2012/11/08 23:26:31 creffett Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
if [[ ${PV} == *9999 ]]; then
|
| 8 |
eclass="kde4-base"
|
| 9 |
else
|
| 10 |
eclass="kde4-meta"
|
| 11 |
KMNAME="kdegames"
|
| 12 |
fi
|
| 13 |
KDE_HANDBOOK="optional"
|
| 14 |
inherit ${eclass}
|
| 15 |
|
| 16 |
DESCRIPTION="KSquares is an implementation of the game squares for KDE4"
|
| 17 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
| 18 |
IUSE="debug"
|
| 19 |
|
| 20 |
DEPEND="$(add_kdebase_dep libkdegames)"
|
| 21 |
RDEPEND="${DEPEND}"
|