diff options
author | 2016-03-17 01:02:23 +0100 | |
---|---|---|
committer | 2016-03-19 01:40:03 +1100 | |
commit | 0faa533194f922db80dcf86edcf71679200ae1bf (patch) | |
tree | 9e845b2bae6c5b79b2baf00aea17c64a1dc0f361 /kde-apps/ksirk/ksirk-15.12.3.ebuild | |
parent | kde-apps: Drop 15.12.1 (diff) | |
download | gentoo-0faa533194f922db80dcf86edcf71679200ae1bf.tar.gz gentoo-0faa533194f922db80dcf86edcf71679200ae1bf.tar.bz2 gentoo-0faa533194f922db80dcf86edcf71679200ae1bf.zip |
kde-apps: Add kdegames-meta-15.12.3 from kde overlay
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/ksirk/ksirk-15.12.3.ebuild')
-rw-r--r-- | kde-apps/ksirk/ksirk-15.12.3.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-apps/ksirk/ksirk-15.12.3.ebuild b/kde-apps/ksirk/ksirk-15.12.3.ebuild new file mode 100644 index 000000000000..4ba069b8873f --- /dev/null +++ b/kde-apps/ksirk/ksirk-15.12.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="A KDE port of the board game risk" +HOMEPAGE=" + https://www.kde.org/applications/games/ksirk/ + https://games.kde.org/game.php?game=ksirk +" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND=" + $(add_kdeapps_dep libkdegames) + app-crypt/qca:2[qt4] + sys-libs/zlib +" +RDEPEND="${DEPEND}" |