public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/mplus-outline-fonts/
Date: Wed, 24 Nov 2021 14:03:43 +0000 (UTC)	[thread overview]
Message-ID: <1637762511.8afbb8b3e7657652381c04d28ec26ff42ce816f8.hattya@gentoo> (raw)

commit:     8afbb8b3e7657652381c04d28ec26ff42ce816f8
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 24 14:01:51 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> 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 <hattya <AT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>cjk@gentoo.org</email>
-    <name>Cjk</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>fonts@gentoo.org</email>
-    <name>Fonts</name>
-  </maintainer>
-  <use>
-    <flag name="ipafont">Generates new fonts merged with <pkg>media-fonts/ja-ipafonts</pkg></flag>
-  </use>
-  <upstream>
-    <remote-id type="sourceforge-jp">mplus-fonts</remote-id>
-  </upstream>
+	<maintainer type="project">
+		<email>cjk@gentoo.org</email>
+		<name>Cjk</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>fonts@gentoo.org</email>
+		<name>Fonts</name>
+	</maintainer>
+	<use>
+		<flag name="ipafont">Generates new fonts merged with <pkg>media-fonts/ja-ipafonts</pkg></flag>
+	</use>
+	<upstream>
+		<remote-id type="sourceforge-jp">mplus-fonts</remote-id>
+	</upstream>
 </pkgmetadata>

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
 }


             reply	other threads:[~2021-11-24 14:03 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-24 14:03 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-03 21:49 [gentoo-commits] repo/gentoo:master commit in: media-fonts/mplus-outline-fonts/ Sam James
2021-11-24 14:03 Akinori Hattori
2021-03-26 13:08 Andreas Sturmlechner
2021-03-26 11:34 Sam James
2021-03-26  7:45 Agostino Sarubbo
2021-03-25 18:12 Agostino Sarubbo
2021-01-06 14:01 Fabian Groffen
2019-09-21  2:59 Akinori Hattori
2019-09-17 14:33 Akinori Hattori
2019-09-17 14:22 Akinori Hattori
2018-07-30 20:55 Mikle Kolyada
2018-07-27  7:08 Sergei Trofimovich
2018-07-27  6:35 Sergei Trofimovich
2018-07-24  7:31 Sergei Trofimovich
2018-01-28 12:08 Akinori Hattori
2018-01-28 12:08 Akinori Hattori
2017-04-30  8:53 Jeroen Roovers
2017-04-29 15:02 Agostino Sarubbo
2017-04-27 10:36 Agostino Sarubbo
2017-04-23 10:27 Agostino Sarubbo
2016-11-27  7:45 Akinori Hattori
2016-11-27  7:45 Akinori Hattori
2016-05-21  6:16 Akinori Hattori
2016-03-12  7:30 Akinori Hattori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1637762511.8afbb8b3e7657652381c04d28ec26ff42ce816f8.hattya@gentoo \
    --to=hattya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox