blob: a3237d3d17719ede57bc11689125d1265f15d629 (
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.7 2002/09/20 19:00:21 vapier Exp $
DESCRIPTION="A package to simplify installation of all dictd dictionaries"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc sparc64"
DEPEND=""
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"
|