diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-11-24 22:53:39 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-11-24 22:53:39 +0900 |
commit | bbaf4bacf76e314fdc8a0816e783f3b0809c645b (patch) | |
tree | 74635007d1c298b732c716891e06d669e14a7dbd /media-fonts/vlgothic | |
parent | media-fonts/vlgothic: tidy (diff) | |
download | gentoo-bbaf4bacf76e314fdc8a0816e783f3b0809c645b.tar.gz gentoo-bbaf4bacf76e314fdc8a0816e783f3b0809c645b.tar.bz2 gentoo-bbaf4bacf76e314fdc8a0816e783f3b0809c645b.zip |
media-fonts/vlgothic: 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/vlgothic')
-rw-r--r-- | media-fonts/vlgothic/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/vlgothic/vlgothic-20200720.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/media-fonts/vlgothic/Manifest b/media-fonts/vlgothic/Manifest index 421d654cfd5b..cdcf32f8dace 100644 --- a/media-fonts/vlgothic/Manifest +++ b/media-fonts/vlgothic/Manifest @@ -1 +1,2 @@ DIST VLGothic-20141206.tar.bz2 4952134 BLAKE2B b650481bd63c71f996e584c60e612201d131c6f89a4b2d5843be30922ea05358add61cd6c5fe3205a1f81f5e79a049c284fa90092196d79f5c114d4a58205806 SHA512 70ef712398b48486c0494ca52c97e145ebbaae0988b535a5447c796ed668944c0700175ab80587e0226d507d1589cedfe733f10f47f9b024873cf9e5d4e7983d +DIST VLGothic-20200720.tar.xz 2224932 BLAKE2B 97910117cb9d6b22a9711b132c77c403b242465d40afb2812aa1792c26527c30d1c00f7d2f9c379efe648cc6fb0b2adda351483a0508c88548cdce0e313c51f2 SHA512 d106f769843752e5d4841c73b56a947feefdc11739d8643a0e51d61b9b7450edf0ac7aa28edde63cb43ba5ebd9d438a9d544e24c770634ba94d1648c7b44d1de diff --git a/media-fonts/vlgothic/vlgothic-20200720.ebuild b/media-fonts/vlgothic/vlgothic-20200720.ebuild new file mode 100644 index 000000000000..fdc546cf79c4 --- /dev/null +++ b/media-fonts/vlgothic/vlgothic-20200720.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_PN="VLGothic" + +DESCRIPTION="Japanese TrueType font from Vine Linux" +HOMEPAGE="http://vlgothic.dicey.org/" +SRC_URI="mirror://sourceforge.jp/${PN}/73361/${MY_PN}-${PV}.tar.xz" + +# M+ FONTS -> mplus-fonts +# sazanami -> BSD-2 +LICENSE="vlgothic mplus-fonts BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +RESTRICT="binchecks strip" + +S="${WORKDIR}/${MY_PN}" + +DOCS="Changelog README*" + +FONT_SUFFIX="ttf" |