2016-01-21 18:05:33 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
KDE_HANDBOOK="optional"
|
2016-03-19 14:00:46 +03:00
|
|
|
KDE_SELINUX_MODULE="games"
|
2016-01-21 18:05:33 +03:00
|
|
|
inherit kde4-base
|
|
|
|
|
2016-03-19 14:00:46 +03:00
|
|
|
DESCRIPTION="KDE Space Game"
|
|
|
|
HOMEPAGE="
|
|
|
|
https://www.kde.org/applications/games/kspaceduel/
|
|
|
|
https://games.kde.org/game.php?game=kspaceduel
|
|
|
|
"
|
2016-05-24 17:28:20 +03:00
|
|
|
KEYWORDS=" amd64 ~x86"
|
2016-01-21 18:05:33 +03:00
|
|
|
IUSE="debug"
|
|
|
|
|
2016-03-19 14:00:46 +03:00
|
|
|
DEPEND="$(add_kdeapps_dep libkdegames)"
|
2016-01-21 18:05:33 +03:00
|
|
|
RDEPEND="${DEPEND}"
|