diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-11-24 23:01:51 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-11-24 23:01:51 +0900 |
commit | 8afbb8b3e7657652381c04d28ec26ff42ce816f8 (patch) | |
tree | a58d0264914e6221dccb665d49090f1bc2010be2 /media-fonts/mplus-outline-fonts | |
parent | media-fonts/vlgothic: mark ALLARCHES (diff) | |
download | gentoo-8afbb8b3e7657652381c04d28ec26ff42ce816f8.tar.gz gentoo-8afbb8b3e7657652381c04d28ec26ff42ce816f8.tar.bz2 gentoo-8afbb8b3e7657652381c04d28ec26ff42ce816f8.zip |
media-fonts/mplus-outline-fonts: tidy
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'media-fonts/mplus-outline-fonts')
-rw-r--r-- | media-fonts/mplus-outline-fonts/metadata.xml | 28 | ||||
-rw-r--r-- | media-fonts/mplus-outline-fonts/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 } |