summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/ding/ding-1.5.ebuild')
-rw-r--r--app-text/ding/ding-1.5.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-text/ding/ding-1.5.ebuild b/app-text/ding/ding-1.5.ebuild
deleted file mode 100644
index b2a37c6dc6f2..000000000000
--- a/app-text/ding/ding-1.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ding-1.5.ebuild,v 1.1 2007/04/17 07:19:01 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"
-
-src_install() {
- dobin ding || die "dobin failed."
- insinto /usr/share/dict
- doins de-en.txt || die "doins failed."
- doman ding.1
- dodoc CHANGES README
-
- insinto /usr/share/icons
- doins ding.png || die "problem with png."
- insinto /usr/share/applications
- doins ding.desktop || die ".desktop problem"
-}