diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-17 22:36:00 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-17 22:53:05 -0400 |
commit | e1dae01a0cf974d8d84ceb7fd68397abad4dbe32 (patch) | |
tree | f4ddb899f36728a0d920018e50473426c4ef4fe8 /media-fonts/vlgothic | |
parent | media-fonts/unifont: Drop old versions (diff) | |
download | gentoo-e1dae01a0cf974d8d84ceb7fd68397abad4dbe32.tar.gz gentoo-e1dae01a0cf974d8d84ceb7fd68397abad4dbe32.tar.bz2 gentoo-e1dae01a0cf974d8d84ceb7fd68397abad4dbe32.zip |
media-fonts/vlgothic: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-fonts/vlgothic')
-rw-r--r-- | media-fonts/vlgothic/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/vlgothic/vlgothic-20141206.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/media-fonts/vlgothic/Manifest b/media-fonts/vlgothic/Manifest index cdcf32f8dace..c3e430637c50 100644 --- a/media-fonts/vlgothic/Manifest +++ b/media-fonts/vlgothic/Manifest @@ -1,2 +1 @@ -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-20141206.ebuild b/media-fonts/vlgothic/vlgothic-20141206.ebuild deleted file mode 100644 index f2daea50bc13..000000000000 --- a/media-fonts/vlgothic/vlgothic-20141206.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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}/62375/${MY_PN}-${PV}.tar.bz2" - -# 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" |