diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-11-23 21:56:59 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-11-23 21:58:55 +0900 |
commit | 52cb8cc4eeb2fcd27475f739954e5c6ad2bd40c1 (patch) | |
tree | 9389cb42071675e467abeaa9fa2d0f7d081ba876 /media-fonts/ipaex/ipaex-004.01.ebuild | |
parent | media-fonts/ipaex: update HOMEPAGE and SRC_URI (diff) | |
download | gentoo-52cb8cc4eeb2fcd27475f739954e5c6ad2bd40c1.tar.gz gentoo-52cb8cc4eeb2fcd27475f739954e5c6ad2bd40c1.tar.bz2 gentoo-52cb8cc4eeb2fcd27475f739954e5c6ad2bd40c1.zip |
media-fonts/ipaex: new upstream release
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'media-fonts/ipaex/ipaex-004.01.ebuild')
-rw-r--r-- | media-fonts/ipaex/ipaex-004.01.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-fonts/ipaex/ipaex-004.01.ebuild b/media-fonts/ipaex/ipaex-004.01.ebuild new file mode 100644 index 000000000000..6ecc53c42233 --- /dev/null +++ b/media-fonts/ipaex/ipaex-004.01.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font + +MY_P="IPAexfont${PV/.}" + +DESCRIPTION="Japanese IPA extended TrueType fonts" +HOMEPAGE="https://moji.or.jp/ipafont/" +SRC_URI="https://moji.or.jp/wp-content/ipafont/IPAexfont/${MY_P}.zip" + +LICENSE="IPAfont" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" +RESTRICT="binchecks strip" + +BDEPEND="app-arch/unzip" +S="${WORKDIR}/${MY_P}" + +DOCS=( Readme_${MY_P}.txt ) + +FONT_CONF=( "${FILESDIR}"/66-${PN}.conf ) +FONT_SUFFIX="ttf" |