16 lines
299 B
Bash
16 lines
299 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=6
|
|
|
|
FROM_LANG="Japanese Romaji"
|
|
TO_LANG="English"
|
|
DICT_PREFIX="quick_"
|
|
|
|
inherit stardict
|
|
|
|
HOMEPAGE="http://download.huzheng.org/Quick/"
|
|
|
|
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
|
IUSE=""
|