summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-06-17 03:11:40 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-06-17 03:11:52 +1000
commit639d1be3dbdcb7e997c8ec3398cf9a2dcf4de3f0 (patch)
tree3d78a3ead265f01404cbfeee3a053ab0f078e19f /app-text/kding
parentapp-text/kding: amd64/x86 stable (diff)
downloadgentoo-639d1be3dbdcb7e997c8ec3398cf9a2dcf4de3f0.tar.gz
gentoo-639d1be3dbdcb7e997c8ec3398cf9a2dcf4de3f0.tar.bz2
gentoo-639d1be3dbdcb7e997c8ec3398cf9a2dcf4de3f0.zip
app-text/kding: remove old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-text/kding')
-rw-r--r--app-text/kding/kding-0.6-r2.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-text/kding/kding-0.6-r2.ebuild b/app-text/kding/kding-0.6-r2.ebuild
deleted file mode 100644
index 2111fe24ffe4..000000000000
--- a/app-text/kding/kding-0.6-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-KDE_HANDBOOK="optional"
-KDE_LINGUAS="de"
-inherit kde4-base
-
-DESCRIPTION="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"
-
-PATCHES=( "${FILESDIR}"/${P}-dtd.patch )
-
-src_prepare() {
- sed -e "/Encoding=UTF-8/d" \
- -i resources/kding.desktop || die "fixing .desktop file failed"
-
- kde4-base_src_prepare
-}