blob: 7f5599ab287337b4d3cf48fa3b7cebdfa3d4b744 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 2010-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
FROM_LANG="Italian"
TO_LANG="German"
DICT_PREFIX="dictd_www.freedict.de_"
DESCRIPTION=""
inherit stardict
RESTRICT="fetch"
HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_dictd-www.freedict.de.php"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""
|