summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/babytrans-en/babytrans-en-0.1.ebuild')
-rw-r--r--app-dicts/babytrans-en/babytrans-en-0.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-dicts/babytrans-en/babytrans-en-0.1.ebuild b/app-dicts/babytrans-en/babytrans-en-0.1.ebuild
deleted file mode 100644
index 0f7512bffe6e..000000000000
--- a/app-dicts/babytrans-en/babytrans-en-0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans-en/babytrans-en-0.1.ebuild,v 1.2 2004/09/16 19:51:11 angusyoung Exp $
-
-MY_P="english.dic.gz"
-MY_F="english.dic"
-DESCRIPTION="English dictionary for Babytrans"
-HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/languages/babylon_dict/"
-SRC_URI="ftp://ftp.ac-grenoble.fr/ge/languages/babylon_dict/${MY_P}"
-
-#I was not able to discover what is the license of this file.
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-S=${WORKDIR}/${P}
-
-src_unpack() {
- local MY_A
- unpack ${A} || die "Unable to unpack file ${A}"
-}
-
-src_install() {
- cd ${WORKDIR}
- insinto /usr/share/babytrans
- doins ${MY_F} || die "Unable to install file"
-}