diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:15:14 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:15:14 +0000 |
commit | 23ac5f271bc4932d538a567ee314db3d35d3d5c0 (patch) | |
tree | 72114773fceb1b0b35a435c2b2250393c3a729ba /kde-base/khangman/khangman-4.4.0.ebuild | |
parent | [kde-base/blogilo] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-23ac5f271bc4932d538a567ee314db3d35d3d5c0.tar.gz historical-23ac5f271bc4932d538a567ee314db3d35d3d5c0.tar.bz2 historical-23ac5f271bc4932d538a567ee314db3d35d3d5c0.zip |
[kde-base/khangman] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/khangman/khangman-4.4.0.ebuild')
-rw-r--r-- | kde-base/khangman/khangman-4.4.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-base/khangman/khangman-4.4.0.ebuild b/kde-base/khangman/khangman-4.4.0.ebuild new file mode 100644 index 000000000000..3f9e4b162f8a --- /dev/null +++ b/kde-base/khangman/khangman-4.4.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/khangman/khangman-4.4.0.ebuild,v 1.1 2010/02/09 00:15:14 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="Classical hangman game for KDE" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep libkdeedu) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kvtml-data) +" + +KMEXTRACTONLY=" + libkdeedu/keduvocdocument +" |