Skip to content

Commit

Permalink
media-fonts/ja-ipafonts: EAPI-7 bump
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/776724
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 16, 2021
1 parent cc22543 commit 6ffdbdf
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions media-fonts/ja-ipafonts/ja-ipafonts-003.03.ebuild
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
# 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"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
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" )

0 comments on commit 6ffdbdf

Please sign in to comment.