blob: 07a0c1439c28b765519fd9b2e545804a8474ee54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-langdao-zh-en-gb/stardict-langdao-zh-en-gb-2.4.2.ebuild,v 1.10 2014/01/03 11:25:33 naota Exp $
FROM_LANG="Simplified Chinese (GB)"
TO_LANG="English"
DICT_PREFIX="langdao-ce-"
DICT_SUFFIX="gb"
inherit stardict
HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_zh_CN.php"
KEYWORDS="~amd64 ~ppc sparc x86"
IUSE=""
DEPEND=""
RDEPEND=""
|