blob: fe430acade9711a09c6f321af7c7d1979a604a04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/app-text/dictd-dicts/dictd-dicts-1.0.ebuild,v 1.6 2002/08/16 02:42:01 murphy Exp $
DESCRIPTION="A package to simplify installation of all dictd dictionaries"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc sparc64"
DEOEND=""
RDEPEND="app-text/dictd-devils
app-text/dictd-elements
app-text/dictd-foldoc
app-text/dictd-gazetteer
app-text/dictd-jargon
app-text/dictd-misc
app-text/dictd-vera
app-text/dictd-web1913
app-text/dictd-wn"
|