From 201cad5dfbb2b6c8a55e31378bf958d6b970914a Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 19 Oct 2019 13:19:52 +0200 Subject: media-fonts/takao-fonts: Port to EAPI 7 Bug: https://bugs.gentoo.org/697296 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert --- media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild') diff --git a/media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild b/media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild index b95c4798ac15..554808ca756f 100644 --- a/media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild +++ b/media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 inherit font MY_P="${PN}-ttf-${PV}" + DESCRIPTION="A community developed derivatives of IPA Fonts" HOMEPAGE="https://launchpad.net/takao-fonts" SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${MY_P}.tar.gz" @@ -14,6 +15,8 @@ LICENSE="IPAfont" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" +# Only installs fonts +RESTRICT="strip binchecks" S="${WORKDIR}/${MY_P}" FONT_SUFFIX="ttf" @@ -21,6 +24,3 @@ FONT_S="${S}" FONT_CONF=( "${FILESDIR}/66-${PN}.conf" ) DOCS="ChangeLog README*" - -# Only installs fonts -RESTRICT="strip binchecks" -- cgit v1.2.3-65-gdbad