blob: c6c14816c4b0ad1aeb1a4e386306697a7107f831 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DICT_PREFIX="dictd_www.dict.org_"
inherit stardict
DESCRIPTION="Stardict Dictionary for Dictd.org's Devil's Dictionary"
HOMEPAGE="http://download.huzheng.org/dict.org/"
KEYWORDS="~amd64 ppc sparc x86"
IUSE=""
|