diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-09-20 20:25:07 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-09-20 20:25:07 +0000 |
commit | 5c1b2178c18465e30225671e4998e8bae632ca66 (patch) | |
tree | 5e5db9ee5b8de81707f4e9bc8a13087d2ad32e9f /app-text/kding | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-5c1b2178c18465e30225671e4998e8bae632ca66.tar.gz gentoo-2-5c1b2178c18465e30225671e4998e8bae632ca66.tar.bz2 gentoo-2-5c1b2178c18465e30225671e4998e8bae632ca66.zip |
Version bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'app-text/kding')
-rw-r--r-- | app-text/kding/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/kding/kding-0.6.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-text/kding/ChangeLog b/app-text/kding/ChangeLog index f1dcaf00bc20..65efd1e62f9d 100644 --- a/app-text/kding/ChangeLog +++ b/app-text/kding/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/kding # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.11 2009/08/24 11:05:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.12 2009/09/20 20:25:07 scarabeus Exp $ + +*kding-0.6 (20 Sep 2009) + + 20 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org> +kding-0.6.ebuild: + Version bump. *kding-0.5.2 (24 Aug 2009) 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" |