summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/ding/ding-1.7.ebuild')
-rw-r--r--app-text/ding/ding-1.7.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-text/ding/ding-1.7.ebuild b/app-text/ding/ding-1.7.ebuild
deleted file mode 100644
index 6af70e259252..000000000000
--- a/app-text/ding/ding-1.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit eutils
-
-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
- insinto /usr/share/dict
- doins de-en.txt || die
- doman ding.1 || die
- dodoc CHANGES README || die
-
- doicon ding.png || die
- domenu ding.desktop || die
-}