commit:     6ffdbdfcb6783143bf8aeb2137720ea95b093154
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 16:20:39 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 16:20:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffdbdfc

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 <AT> gentoo.org>

 media-fonts/ja-ipafonts/ja-ipafonts-003.03.ebuild | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/media-fonts/ja-ipafonts/ja-ipafonts-003.03.ebuild 
b/media-fonts/ja-ipafonts/ja-ipafonts-003.03.ebuild
index 49d9a3d1c6f..3d8379098fd 100644
--- a/media-fonts/ja-ipafonts/ja-ipafonts-003.03.ebuild
+++ b/media-fonts/ja-ipafonts/ja-ipafonts-003.03.ebuild
@@ -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" )

Reply via email to