From 4bec99e6fd142cb524ae2f5a500310c7c4ca5541 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Tue, 3 Dec 2002 12:53:52 +0000 Subject: moved dictd dictionaries and stardict from app-text to app-dicts --- app-dicts/dictd-web1913/ChangeLog | 19 ++++++++++++++++ .../dictd-web1913/dictd-web1913-1.4-r1.ebuild | 25 ++++++++++++++++++++++ .../files/digest-dictd-web1913-1.4-r1 | 1 + 3 files changed, 45 insertions(+) create mode 100644 app-dicts/dictd-web1913/ChangeLog create mode 100644 app-dicts/dictd-web1913/dictd-web1913-1.4-r1.ebuild create mode 100644 app-dicts/dictd-web1913/files/digest-dictd-web1913-1.4-r1 (limited to 'app-dicts/dictd-web1913') diff --git a/app-dicts/dictd-web1913/ChangeLog b/app-dicts/dictd-web1913/ChangeLog new file mode 100644 index 000000000000..6afca94c26fb --- /dev/null +++ b/app-dicts/dictd-web1913/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for app-dicts/dictd-web1913 +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-web1913/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-web1913-1.4-r1 (1 Feb 2002) + + 03 Dec 2002; Seemant Kulleen * : + + Moved to app-dicts + + 2 Aug 2002; phoen][x dictd-web1913-1.4-r1.ebuild : + Added DESCRIPTION. + + 1 Feb 2002; G.Bevin ChangeLog : + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-dicts/dictd-web1913/dictd-web1913-1.4-r1.ebuild b/app-dicts/dictd-web1913/dictd-web1913-1.4-r1.ebuild new file mode 100644 index 000000000000..cbbdc828be82 --- /dev/null +++ b/app-dicts/dictd-web1913/dictd-web1913-1.4-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Michael Conrad Tilstra +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-web1913/dictd-web1913-1.4-r1.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +MY_P=${P/td/t}-pre +S=${WORKDIR} +DESCRIPTION="Webster's Revised Unabridged Dictionary (1913) for dict" +SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" +HOMEPAGE="http://www.dict.org" + +DEPEND=">=app-text/dictd-1.5.5" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_install () { + dodir /usr/lib/dict + insinto /usr/lib/dict + doins web1913.dict.dz + doins web1913.index +} + +# vim: ai et sw=4 ts=4 diff --git a/app-dicts/dictd-web1913/files/digest-dictd-web1913-1.4-r1 b/app-dicts/dictd-web1913/files/digest-dictd-web1913-1.4-r1 new file mode 100644 index 000000000000..9f297a91b47e --- /dev/null +++ b/app-dicts/dictd-web1913/files/digest-dictd-web1913-1.4-r1 @@ -0,0 +1 @@ +MD5 63a8d25ace68dff135185a8c96dd5f3c dict-web1913-1.4-pre.tar.gz 13147422 -- cgit v1.2.3-65-gdbad