diff options
Diffstat (limited to 'app-dicts/dictd-misc')
-rw-r--r-- | app-dicts/dictd-misc/ChangeLog | 19 | ||||
-rw-r--r-- | app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild | 29 | ||||
-rw-r--r-- | app-dicts/dictd-misc/files/digest-dictd-misc-1.5b-r1 | 1 |
3 files changed, 49 insertions, 0 deletions
diff --git a/app-dicts/dictd-misc/ChangeLog b/app-dicts/dictd-misc/ChangeLog new file mode 100644 index 000000000000..9b33e3b52a86 --- /dev/null +++ b/app-dicts/dictd-misc/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for app-dicts/dictd-misc +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-misc/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-misc-1.5b-r1 (1 Feb 2002) + + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to app-dicts + + 2 Aug 2002; phoen][x <phoenix@gentoo.org> dictd-misr-1.5b-r1.ebuild : + Added DESCRIPTION. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> 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-misc/dictd-misc-1.5b-r1.ebuild b/app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild new file mode 100644 index 000000000000..5164866cd08d --- /dev/null +++ b/app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +MY_P=${P/dictd/dict}-pre +S=${WORKDIR} +DESCRIPTION="Easton's 1897 Bible Dictionary 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 easton.dict.dz + doins easton.index + doins hitchcock.dict.dz + doins hitchcock.index + doins world95.dict.dz + doins world95.index +} + +# vim: ai et sw=4 ts=4 diff --git a/app-dicts/dictd-misc/files/digest-dictd-misc-1.5b-r1 b/app-dicts/dictd-misc/files/digest-dictd-misc-1.5b-r1 new file mode 100644 index 000000000000..88850835c39e --- /dev/null +++ b/app-dicts/dictd-misc/files/digest-dictd-misc-1.5b-r1 @@ -0,0 +1 @@ +MD5 84445acccaa120288a6bda0d251d5a92 dict-misc-1.5b-pre.tar.gz 2167909 |