media-fonts/ja-ipafonts: EAPI-7 bump

Bug: https://bugs.gentoo.org/776724
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2021-03-16 17:20:39 +01:00
parent cc22543731
commit 6ffdbdfcb6

View File

@@ -1,15 +1,16 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit font
EAPI=7
FONT_SUFFIX="ttf"
MY_P="IPAfont${PV/.}"
inherit font
DESCRIPTION="TrueType fonts developed by Japanese Information-technology Promotion Agency"
HOMEPAGE="http://ipafont.ipa.go.jp/"
SRC_URI="http://dl.ipafont.ipa.go.jp/IPAfont/${MY_P}.zip"
S="${WORKDIR}/${MY_P}"
LICENSE="IPAfont"
SLOT="0"
@@ -17,12 +18,8 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-li
IUSE=""
RESTRICT="binchecks strip"
DEPEND="app-arch/unzip"
RDEPEND=""
S="${WORKDIR}/${MY_P}"
BDEPEND="app-arch/unzip"
FONT_SUFFIX="ttf"
FONT_S="${S}"
FONT_CONF=( "${FILESDIR}"/66-${PN}.conf )
DOCS=( "Readme_${MY_P}.txt" )