diff options
Diffstat (limited to 'app-text/kding')
-rw-r--r-- | app-text/kding/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/kding/kding-0.6.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/app-text/kding/ChangeLog b/app-text/kding/ChangeLog index 3717987c3d07..129d6901096c 100644 --- a/app-text/kding/ChangeLog +++ b/app-text/kding/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/kding # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.20 2012/11/16 22:48:56 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.21 2012/11/16 22:49:59 johu Exp $ + + 16 Nov 2012; Johannes Huber <johu@gentoo.org> -kding-0.6.ebuild: + Remove old. 16 Nov 2012; Johannes Huber <johu@gentoo.org> kding-0.6-r1.ebuild: Stable for x86, wrt bug #441112 diff --git a/app-text/kding/kding-0.6.ebuild b/app-text/kding/kding-0.6.ebuild deleted file mode 100644 index 6c0694d00e00..000000000000 --- a/app-text/kding/kding-0.6.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2011 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.5 2011/01/30 12:42:03 tampakrap Exp $ - -EAPI=3 -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" - -PATCHES=( "${FILESDIR}"/${P}-dtd.patch ) |