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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 565A0158086 for ; Wed, 24 Nov 2021 14:03:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1A18E086C; Wed, 24 Nov 2021 14:03:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 898B6E086C for ; Wed, 24 Nov 2021 14:03:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9483B342F63 for ; Wed, 24 Nov 2021 14:03:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6A048E for ; Wed, 24 Nov 2021 14:03:43 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1637762511.8afbb8b3e7657652381c04d28ec26ff42ce816f8.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/mplus-outline-fonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/mplus-outline-fonts/metadata.xml media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre063_p1.ebuild X-VCS-Directories: media-fonts/mplus-outline-fonts/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 8afbb8b3e7657652381c04d28ec26ff42ce816f8 X-VCS-Branch: master Date: Wed, 24 Nov 2021 14:03:43 +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: 3d4d9c42-f773-4170-beca-cc50bb68276c X-Archives-Hash: 36244f51981f12e69767e5bbb64ad7ee commit: 8afbb8b3e7657652381c04d28ec26ff42ce816f8 Author: Akinori Hattori gentoo org> AuthorDate: Wed Nov 24 14:01:51 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Nov 24 14:01:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afbb8b3 media-fonts/mplus-outline-fonts: tidy Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> media-fonts/mplus-outline-fonts/metadata.xml | 28 +++++++++++----------- .../mplus-outline-fonts-0_pre063_p1.ebuild | 9 ++++--- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/media-fonts/mplus-outline-fonts/metadata.xml b/media-fonts/mplus-outline-fonts/metadata.xml index 331f9200d121..45a1cc28c0b3 100644 --- a/media-fonts/mplus-outline-fonts/metadata.xml +++ b/media-fonts/mplus-outline-fonts/metadata.xml @@ -1,18 +1,18 @@ - - cjk@gentoo.org - Cjk - - - fonts@gentoo.org - Fonts - - - Generates new fonts merged with media-fonts/ja-ipafonts - - - mplus-fonts - + + cjk@gentoo.org + Cjk + + + fonts@gentoo.org + Fonts + + + Generates new fonts merged with media-fonts/ja-ipafonts + + + mplus-fonts + diff --git a/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre063_p1.ebuild b/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre063_p1.ebuild index 5ebea0ff9e71..c556940fe051 100644 --- a/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre063_p1.ebuild +++ b/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre063_p1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" inherit font @@ -11,7 +11,6 @@ MY_P="${MY_P/_p1/a}" DESCRIPTION="M+ Japanese outline fonts" HOMEPAGE="https://mplus-fonts.osdn.jp/about-en.html" SRC_URI="mirror://sourceforge.jp/mplus-fonts/62344/${MY_P}.tar.xz" -S="${WORKDIR}/${MY_P}" LICENSE="mplus-fonts ipafont? ( IPAfont )" SLOT="0" @@ -19,11 +18,11 @@ KEYWORDS="amd64 ~hppa ~ia64 ppc x86 ~ppc-macos" IUSE="ipafont" RESTRICT="binchecks strip" -BDEPEND=" - ipafont? ( +BDEPEND="ipafont? ( media-fonts/ja-ipafonts media-gfx/fontforge )" +S="${WORKDIR}/${MY_P}" DOCS=( README_J README_E ) @@ -41,6 +40,6 @@ src_prepare() { src_compile() { if use ipafont; then fontforge -script m++ipa.pe || die - rm -f ipag.ttf || die + rm ipag.ttf || die fi }