blob: d1e8d5105453853ed1884a19ddc668b6136e75f6 (
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.5 2002/08/01 11:58:59 seemant Exp $
DESCRIPTION="A package to simplify installation of all dictd dictionaries"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
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"
|