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/vlgothic/
Date: Wed, 24 Nov 2021 13:56:42
Message-Id: 1637762019.bbaf4bacf76e314fdc8a0816e783f3b0809c645b.hattya@gentoo
1 commit: bbaf4bacf76e314fdc8a0816e783f3b0809c645b
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 24 13:53:39 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 24 13:53:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbaf4bac
7
8 media-fonts/vlgothic: new upstream release
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/vlgothic/Manifest | 1 +
14 media-fonts/vlgothic/vlgothic-20200720.ebuild | 26 ++++++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/media-fonts/vlgothic/Manifest b/media-fonts/vlgothic/Manifest
18 index 421d654cfd5b..cdcf32f8dace 100644
19 --- a/media-fonts/vlgothic/Manifest
20 +++ b/media-fonts/vlgothic/Manifest
21 @@ -1 +1,2 @@
22 DIST VLGothic-20141206.tar.bz2 4952134 BLAKE2B b650481bd63c71f996e584c60e612201d131c6f89a4b2d5843be30922ea05358add61cd6c5fe3205a1f81f5e79a049c284fa90092196d79f5c114d4a58205806 SHA512 70ef712398b48486c0494ca52c97e145ebbaae0988b535a5447c796ed668944c0700175ab80587e0226d507d1589cedfe733f10f47f9b024873cf9e5d4e7983d
23 +DIST VLGothic-20200720.tar.xz 2224932 BLAKE2B 97910117cb9d6b22a9711b132c77c403b242465d40afb2812aa1792c26527c30d1c00f7d2f9c379efe648cc6fb0b2adda351483a0508c88548cdce0e313c51f2 SHA512 d106f769843752e5d4841c73b56a947feefdc11739d8643a0e51d61b9b7450edf0ac7aa28edde63cb43ba5ebd9d438a9d544e24c770634ba94d1648c7b44d1de
24
25 diff --git a/media-fonts/vlgothic/vlgothic-20200720.ebuild b/media-fonts/vlgothic/vlgothic-20200720.ebuild
26 new file mode 100644
27 index 000000000000..fdc546cf79c4
28 --- /dev/null
29 +++ b/media-fonts/vlgothic/vlgothic-20200720.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit font
37 +
38 +MY_PN="VLGothic"
39 +
40 +DESCRIPTION="Japanese TrueType font from Vine Linux"
41 +HOMEPAGE="http://vlgothic.dicey.org/"
42 +SRC_URI="mirror://sourceforge.jp/${PN}/73361/${MY_PN}-${PV}.tar.xz"
43 +
44 +# M+ FONTS -> mplus-fonts
45 +# sazanami -> BSD-2
46 +LICENSE="vlgothic mplus-fonts BSD-2"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
49 +IUSE=""
50 +RESTRICT="binchecks strip"
51 +
52 +S="${WORKDIR}/${MY_PN}"
53 +
54 +DOCS="Changelog README*"
55 +
56 +FONT_SUFFIX="ttf"