From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93BFE13835A for ; Tue, 16 Mar 2021 16:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E471DE07C5; Tue, 16 Mar 2021 16:21:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBC2CE07C5 for ; Tue, 16 Mar 2021 16:21:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFFFA340DF1 for ; Tue, 16 Mar 2021 16:21:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C05B4F1 for ; Tue, 16 Mar 2021 16:21:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1615911652.6ffdbdfcb6783143bf8aeb2137720ea95b093154.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/ja-ipafonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/ja-ipafonts/ja-ipafonts-003.03.ebuild X-VCS-Directories: media-fonts/ja-ipafonts/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6ffdbdfcb6783143bf8aeb2137720ea95b093154 X-VCS-Branch: master Date: Tue, 16 Mar 2021 16:21:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2cc8ae5e-a3c2-4529-8d62-c4affae25da6 X-Archives-Hash: 865a1f99ec731661b80b49471ae96db4 commit: 6ffdbdfcb6783143bf8aeb2137720ea95b093154 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 16 16:20:39 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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" )