diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2014-11-16 12:24:22 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2014-11-16 12:24:22 +0000 |
commit | cffaa40e706892b18a581ac8ca8d08b70b5edd0f (patch) | |
tree | b4b1419981fac9d0277bcbb1f828c2e40c8d4ff4 /kde-base/knetwalk/knetwalk-4.14.3.ebuild | |
parent | remove old (diff) | |
download | historical-cffaa40e706892b18a581ac8ca8d08b70b5edd0f.tar.gz historical-cffaa40e706892b18a581ac8ca8d08b70b5edd0f.tar.bz2 historical-cffaa40e706892b18a581ac8ca8d08b70b5edd0f.zip |
[kde-base] Add KDE SC 4.14.3
Package-Manager: portage-2.2.14/cvs/Linux x86_64
RepoMan-Options: --force
Manifest-Sign-Key: 0xF82F92E6
Diffstat (limited to 'kde-base/knetwalk/knetwalk-4.14.3.ebuild')
-rw-r--r-- | kde-base/knetwalk/knetwalk-4.14.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-base/knetwalk/knetwalk-4.14.3.ebuild b/kde-base/knetwalk/knetwalk-4.14.3.ebuild new file mode 100644 index 000000000000..6dd85864bc03 --- /dev/null +++ b/kde-base/knetwalk/knetwalk-4.14.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetwalk/knetwalk-4.14.3.ebuild,v 1.1 2014/11/16 12:21:33 alexxy Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: Knetwalk is the kde version of the popular NetWalk game for system administrators" +HOMEPAGE=" + http://www.kde.org/applications/games/knetwalk/ + http://games.kde.org/game.php?game=knetwalk +" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" |