21 lines
599 B
Bash
21 lines
599 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
inherit font
|
|
|
|
DESCRIPTION="Hacked version of IPA fonts, which is suitable for browsing 2ch"
|
|
HOMEPAGE="http://www.geocities.jp/ipa_mona/index.html"
|
|
MY_PN="opfc-ModuleHP-1.1.1_withIPAMonaFonts"
|
|
SRC_URI="http://www.geocities.jp/ipa_mona/${MY_PN}-${PV}.tar.gz"
|
|
|
|
LICENSE="grass-ipafonts mplus-fonts public-domain"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
|
|
IUSE=""
|
|
|
|
S="${WORKDIR}"
|
|
|
|
RESTRICT="mirror"
|
|
|
|
FONT_SUFFIX="ttf"
|
|
FONT_S="${S}/${MY_PN}-${PV}/fonts"
|