Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/mplus-outline-fonts/
Date: Wed, 24 Nov 2021 14:03:47
Message-Id: 1637762511.8afbb8b3e7657652381c04d28ec26ff42ce816f8.hattya@gentoo
1 commit: 8afbb8b3e7657652381c04d28ec26ff42ce816f8
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 24 14:01:51 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 24 14:01:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afbb8b3
7
8 media-fonts/mplus-outline-fonts: tidy
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 media-fonts/mplus-outline-fonts/metadata.xml | 28 +++++++++++-----------
14 .../mplus-outline-fonts-0_pre063_p1.ebuild | 9 ++++---
15 2 files changed, 18 insertions(+), 19 deletions(-)
16
17 diff --git a/media-fonts/mplus-outline-fonts/metadata.xml b/media-fonts/mplus-outline-fonts/metadata.xml
18 index 331f9200d121..45a1cc28c0b3 100644
19 --- a/media-fonts/mplus-outline-fonts/metadata.xml
20 +++ b/media-fonts/mplus-outline-fonts/metadata.xml
21 @@ -1,18 +1,18 @@
22 <?xml version="1.0" encoding="UTF-8"?>
23 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
24 <pkgmetadata>
25 - <maintainer type="project">
26 - <email>cjk@g.o</email>
27 - <name>Cjk</name>
28 - </maintainer>
29 - <maintainer type="project">
30 - <email>fonts@g.o</email>
31 - <name>Fonts</name>
32 - </maintainer>
33 - <use>
34 - <flag name="ipafont">Generates new fonts merged with <pkg>media-fonts/ja-ipafonts</pkg></flag>
35 - </use>
36 - <upstream>
37 - <remote-id type="sourceforge-jp">mplus-fonts</remote-id>
38 - </upstream>
39 + <maintainer type="project">
40 + <email>cjk@g.o</email>
41 + <name>Cjk</name>
42 + </maintainer>
43 + <maintainer type="project">
44 + <email>fonts@g.o</email>
45 + <name>Fonts</name>
46 + </maintainer>
47 + <use>
48 + <flag name="ipafont">Generates new fonts merged with <pkg>media-fonts/ja-ipafonts</pkg></flag>
49 + </use>
50 + <upstream>
51 + <remote-id type="sourceforge-jp">mplus-fonts</remote-id>
52 + </upstream>
53 </pkgmetadata>
54
55 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
56 index 5ebea0ff9e71..c556940fe051 100644
57 --- a/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre063_p1.ebuild
58 +++ b/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre063_p1.ebuild
59 @@ -1,7 +1,7 @@
60 # Copyright 1999-2021 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 -EAPI=7
64 +EAPI="7"
65
66 inherit font
67
68 @@ -11,7 +11,6 @@ MY_P="${MY_P/_p1/a}"
69 DESCRIPTION="M+ Japanese outline fonts"
70 HOMEPAGE="https://mplus-fonts.osdn.jp/about-en.html"
71 SRC_URI="mirror://sourceforge.jp/mplus-fonts/62344/${MY_P}.tar.xz"
72 -S="${WORKDIR}/${MY_P}"
73
74 LICENSE="mplus-fonts ipafont? ( IPAfont )"
75 SLOT="0"
76 @@ -19,11 +18,11 @@ KEYWORDS="amd64 ~hppa ~ia64 ppc x86 ~ppc-macos"
77 IUSE="ipafont"
78 RESTRICT="binchecks strip"
79
80 -BDEPEND="
81 - ipafont? (
82 +BDEPEND="ipafont? (
83 media-fonts/ja-ipafonts
84 media-gfx/fontforge
85 )"
86 +S="${WORKDIR}/${MY_P}"
87
88 DOCS=( README_J README_E )
89
90 @@ -41,6 +40,6 @@ src_prepare() {
91 src_compile() {
92 if use ipafont; then
93 fontforge -script m++ipa.pe || die
94 - rm -f ipag.ttf || die
95 + rm ipag.ttf || die
96 fi
97 }