summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/ding/ding-1.4.ebuild')
-rw-r--r--app-text/ding/ding-1.4.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-text/ding/ding-1.4.ebuild b/app-text/ding/ding-1.4.ebuild
deleted file mode 100644
index a780d6926f97..000000000000
--- a/app-text/ding/ding-1.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ding-1.4.ebuild,v 1.4 2005/11/27 16:42:57 tove Exp $
-
-DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)"
-HOMEPAGE="http://www-user.tu-chemnitz.de/~fri/ding/"
-SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/tk-8.3
- >=sys-apps/grep-2"
-
-src_install() {
- dobin ding || die "dobin failed."
- insinto /usr/share/dict
- doins de-en.txt || die "doins failed."
- doman ding.1
- dodoc CHANGES README
-
- sed -i "s:Exec=/usr/X11R6/bin/ding:Exec=/usr/bin/ding:g" ding.desktop
- insinto /usr/share/icons
- doins ding.png || die "problem with png."
- insinto /usr/share/applnk/Utilities
- doins ding.desktop || die ".desktop problem"
-}