mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 07:04:13 +02:00
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
26 lines
665 B
Bash
26 lines
665 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit font
|
|
|
|
MY_P="IPAfont${PV/.}"
|
|
|
|
DESCRIPTION="TrueType fonts developed by Japanese Information-technology Promotion Agency"
|
|
HOMEPAGE="https://moji.or.jp/ipafont/"
|
|
SRC_URI="https://moji.or.jp/wp-content/ipafont/IPAfont/${MY_P}.zip"
|
|
|
|
LICENSE="IPAfont"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
|
|
IUSE=""
|
|
RESTRICT="binchecks strip"
|
|
|
|
BDEPEND="app-arch/unzip"
|
|
S="${WORKDIR}/${MY_P}"
|
|
|
|
DOCS=( Readme_${MY_P}.txt )
|
|
|
|
FONT_CONF=( "${FILESDIR}"/66-${PN}.conf )
|
|
FONT_SUFFIX="ttf"
|