diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-03 12:53:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-03 12:53:52 +0000 |
commit | 4bec99e6fd142cb524ae2f5a500310c7c4ca5541 (patch) | |
tree | fee039b94e2cec4a40e0966dec4c62329b82d0a1 /app-dicts/dictd-jargon | |
parent | changed KEYWORD (diff) | |
download | gentoo-2-4bec99e6fd142cb524ae2f5a500310c7c4ca5541.tar.gz gentoo-2-4bec99e6fd142cb524ae2f5a500310c7c4ca5541.tar.bz2 gentoo-2-4bec99e6fd142cb524ae2f5a500310c7c4ca5541.zip |
moved dictd dictionaries and stardict from app-text to app-dicts
Diffstat (limited to 'app-dicts/dictd-jargon')
-rw-r--r-- | app-dicts/dictd-jargon/ChangeLog | 17 | ||||
-rw-r--r-- | app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild | 26 | ||||
-rw-r--r-- | app-dicts/dictd-jargon/files/digest-dictd-jargon-4.2.3-r1 | 1 |
3 files changed, 44 insertions, 0 deletions
diff --git a/app-dicts/dictd-jargon/ChangeLog b/app-dicts/dictd-jargon/ChangeLog new file mode 100644 index 000000000000..29ff9f1ec548 --- /dev/null +++ b/app-dicts/dictd-jargon/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for app-dicts/dictd-jargon +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-jargon/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-jargon-4.2.3-r1 (1 Feb 2002) + + 03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Moved to app-dicts + + 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-jargon/dictd-jargon-4.2.3-r1.ebuild b/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild new file mode 100644 index 000000000000..86c4ebabbeda --- /dev/null +++ b/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r1.ebuild @@ -0,0 +1,26 @@ +# 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-jargon/dictd-jargon-4.2.3-r1.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +MY_P=${PN/dictd-/}_${PV} +S=${WORKDIR} +DESCRIPTION="Jargon lexicon" +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 () { + dodoc README + dodir /usr/lib/dict + insinto /usr/lib/dict + doins jargon.dict.dz + doins jargon.index +} + +# vim: ai et sw=4 ts=4 diff --git a/app-dicts/dictd-jargon/files/digest-dictd-jargon-4.2.3-r1 b/app-dicts/dictd-jargon/files/digest-dictd-jargon-4.2.3-r1 new file mode 100644 index 000000000000..b5c87b5d0dda --- /dev/null +++ b/app-dicts/dictd-jargon/files/digest-dictd-jargon-4.2.3-r1 @@ -0,0 +1 @@ +MD5 0dc7e5824131d33c8d3e66728fe34f1e jargon_4.2.3.tar.gz 650370 |