diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-03 12:53:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-03 12:53:51 +0000 |
commit | 17ce49b3886912153f5a085ae0c8611206bc193d (patch) | |
tree | 3a726341abc4cbf37d2bd2aafae48a12bc59060d /app-dicts/dictd-devils | |
parent | changed KEYWORD (diff) | |
download | historical-17ce49b3886912153f5a085ae0c8611206bc193d.tar.gz historical-17ce49b3886912153f5a085ae0c8611206bc193d.tar.bz2 historical-17ce49b3886912153f5a085ae0c8611206bc193d.zip |
moved dictd dictionaries and stardict from app-text to app-dicts
Diffstat (limited to 'app-dicts/dictd-devils')
-rw-r--r-- | app-dicts/dictd-devils/ChangeLog | 20 | ||||
-rw-r--r-- | app-dicts/dictd-devils/dictd-devils-0-r1.ebuild | 25 | ||||
-rw-r--r-- | app-dicts/dictd-devils/files/digest-dictd-devils-0-r1 | 1 |
3 files changed, 46 insertions, 0 deletions
diff --git a/app-dicts/dictd-devils/ChangeLog b/app-dicts/dictd-devils/ChangeLog new file mode 100644 index 000000000000..96dcaa36eb9f --- /dev/null +++ b/app-dicts/dictd-devils/ChangeLog @@ -0,0 +1,20 @@ +# ChangeLog for app-dicts/dictd-devils +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-devils/ChangeLog,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +*dictd-devils-0-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-devils-0-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-devils/dictd-devils-0-r1.ebuild b/app-dicts/dictd-devils/dictd-devils-0-r1.ebuild new file mode 100644 index 000000000000..1fc13449a7aa --- /dev/null +++ b/app-dicts/dictd-devils/dictd-devils-0-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 <michael@gentoo.org> <tadpol@tadpol.org> +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-devils/dictd-devils-0-r1.ebuild,v 1.1 2002/12/03 12:53:51 seemant Exp $ + +MY_P=devils-dict-pre +S=${WORKDIR} +SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" +HOMEPAGE="http://www.dict.org" +DESCRIPTION="The Devil's Dictionary for dict" + +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 devils.dict.dz + doins devils.index +} + +# vim: ai et sw=4 ts=4 diff --git a/app-dicts/dictd-devils/files/digest-dictd-devils-0-r1 b/app-dicts/dictd-devils/files/digest-dictd-devils-0-r1 new file mode 100644 index 000000000000..adb24fc8ea30 --- /dev/null +++ b/app-dicts/dictd-devils/files/digest-dictd-devils-0-r1 @@ -0,0 +1 @@ +MD5 5fa37007d2309908ebfc3e6412150e17 devils-dict-pre.tar.gz 175823 |