diff options
author | Chris Reffett <creffett@gentoo.org> | 2014-01-05 20:23:40 -0500 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2014-01-05 20:23:53 -0500 |
commit | 6c163336b0ea3ea8d8927bdc48c186d982087c60 (patch) | |
tree | b7c605c99f47346b0756009d7526ab4393c1cd37 /kde-base/lskat/lskat-4.11.5.ebuild | |
parent | [Documentation/maintainers/bump_new_revision.sh] Make it not match (diff) | |
download | kde-6c163336b0ea3ea8d8927bdc48c186d982087c60.tar.gz kde-6c163336b0ea3ea8d8927bdc48c186d982087c60.tar.bz2 kde-6c163336b0ea3ea8d8927bdc48c186d982087c60.zip |
[kde-base] Bump KDE SC 4.11.5
Package-Manager: portage-2.2.7
RepoMan-Options: --force
Diffstat (limited to 'kde-base/lskat/lskat-4.11.5.ebuild')
-rw-r--r-- | kde-base/lskat/lskat-4.11.5.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-base/lskat/lskat-4.11.5.ebuild b/kde-base/lskat/lskat-4.11.5.ebuild new file mode 100644 index 0000000000..305f6e25e9 --- /dev/null +++ b/kde-base/lskat/lskat-4.11.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="Skat game for KDE" +HOMEPAGE=" + http://www.kde.org/applications/games/lskat/ + http://games.kde.org/game.php?game=lskat +" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" |