blob: 8c130e78448549e6e3ec7c2b3cf2404d9670fc9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-dicts/dictd-dicts-1.0.ebuild,v 1.9 2004/06/06 15:34:24 dragonheart Exp $
DESCRIPTION="A package to simplify installation of all dictd dictionaries"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
KEYWORDS="x86 ppc sparc amd64"
DEPEND=""
RDEPEND="app-dicts/dictd-devils
app-dicts/dictd-elements
app-dicts/dictd-foldoc
app-dicts/dictd-gazetteer
app-dicts/dictd-jargon
app-dicts/dictd-misc
app-dicts/dictd-vera
app-dicts/dictd-web1913
app-dicts/dictd-wn"
|