summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/babytrans-en2fre/babytrans-en2fre-0.1.ebuild')
-rw-r--r--app-dicts/babytrans-en2fre/babytrans-en2fre-0.1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-dicts/babytrans-en2fre/babytrans-en2fre-0.1.ebuild b/app-dicts/babytrans-en2fre/babytrans-en2fre-0.1.ebuild
deleted file mode 100644
index d86b507dc73f..000000000000
--- a/app-dicts/babytrans-en2fre/babytrans-en2fre-0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans-en2fre/babytrans-en2fre-0.1.ebuild,v 1.4 2009/10/17 22:42:10 halcy0n Exp $
-
-MY_P="EngtoFre.dic.gz"
-MY_F="Engtofre.dic"
-DESCRIPTION="English to French dictionary for Babytrans"
-HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/languages/babylon_dict/"
-SRC_URI="${MY_P}"
-
-LICENSE="Babylon"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="app-dicts/babytrans"
-RESTRICT="fetch"
-
-pkg_nofetch() {
- einfo "Due to license restrictions that may apply to the file in"
- einfo "this package, it has fetch restrictions turned on. This"
- einfo "means that you must download ${MY_P} file manually from"
- einfo "${HOMEPAGE} or copy it"
- einfo "from a windows installation of babylon and put it in "
- einfo "${DISTDIR}. Finally note that having a license of"
- einfo "babylon is desired in order to use this package"
-}
-
-src_unpack() {
- local MY_A
- unpack ${A} || die "Unable to unpack file ${A}"
- MY_A="EngtoFre.dic"
- mv ${MY_A} ${MY_F} || die "Unable to rename file ${MY_A}"
-}
-
-src_install() {
- cd "${WORKDIR}"
- insinto /usr/share/babytrans
- doins ${MY_F} || die "Unable to install file ${MY_F}"
-}