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 B6E9E138334 for ; Sat, 19 Oct 2019 11:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7A95E099E; Sat, 19 Oct 2019 11:20:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A00AAE099E for ; Sat, 19 Oct 2019 11:20:26 +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 4963A34C054 for ; Sat, 19 Oct 2019 11:20:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4DB9882 for ; Sat, 19 Oct 2019 11:20:22 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1571483992.201cad5dfbb2b6c8a55e31378bf958d6b970914a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/takao-fonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild X-VCS-Directories: media-fonts/takao-fonts/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 201cad5dfbb2b6c8a55e31378bf958d6b970914a X-VCS-Branch: master Date: Sat, 19 Oct 2019 11:20:22 +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: 8b02be54-794b-4b99-a06c-63fca2a8c9f8 X-Archives-Hash: 1ce392c7661409288a5a89ac767a4b8a commit: 201cad5dfbb2b6c8a55e31378bf958d6b970914a Author: David Seifert gentoo org> AuthorDate: Sat Oct 19 11:19:52 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 19 11:19:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201cad5d 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 gentoo.org> media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 b95c4798ac1..554808ca756 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"