summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/ydpdict/ydpdict-0.66.ebuild')
-rw-r--r--app-dicts/ydpdict/ydpdict-0.66.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-dicts/ydpdict/ydpdict-0.66.ebuild b/app-dicts/ydpdict/ydpdict-0.66.ebuild
deleted file mode 100644
index e262f7365271..000000000000
--- a/app-dicts/ydpdict/ydpdict-0.66.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ydpdict-0.66.ebuild,v 1.2 2007/01/25 05:08:24 genone Exp $
-
-DESCRIPTION="A Linux interface for the Collins Polish-English, English-Polish Dictionary."
-HOMEPAGE="http://toxygen.net/ydpdict/"
-SRC_URI="http://toxygen.net/${PN}/${P}.tar.gz"
-SLOT="0"
-DEPEND=""
-IUSE=""
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-
-src_install() {
- mkdir -p ${D}/{usr/bin,etc}
- einstall || die
- dodoc README
- sed -i "s#/usr/local/share/ydpdict#/usr/share/ydpdict#" ydpdict.conf.example
- cp ydpdict.conf.example ${D}/etc/ydpdict.conf
-}
-
-pkg_postinst() {
- echo
- elog "Note that to use this program you'll need the original Collins Dictionary"
- elog "datafiles (dict100.*, dict101.*). These can be found in the Dabasase/"
- elog "directory of the Windows version of the Collins dictionary. Once you obtain"
- elog "the files, put them into /usr/share/ydpdict"
- elog
- elog "Some configuration options can be set in /etc/ydpdict.conf"
- echo
-}