forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
1 changed file
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" ) |