diff options
Diffstat (limited to 'app-text/kding/kding-0.6.ebuild')
-rw-r--r-- | app-text/kding/kding-0.6.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-text/kding/kding-0.6.ebuild b/app-text/kding/kding-0.6.ebuild new file mode 100644 index 000000000000..679dc34f5124 --- /dev/null +++ b/app-text/kding/kding-0.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/kding-0.6.ebuild,v 1.1 2009/09/20 20:25:07 scarabeus Exp $ + +EAPI="2" + +KDE_LINGUAS="de" +inherit kde4-base + +DESCRIPTION="KDing is a KDE port of Ding, a dictionary lookup program." +HOMEPAGE="http://www.rexi.org/software/kding/" +SRC_URI="http://www.rexi.org/downloads/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug handbook" |