summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-10-19 20:05:59 +0200
committerDavid Seifert <soap@gentoo.org>2019-10-19 20:05:59 +0200
commit747332a11f790f9dc655b85d2dffaaa1a485eeea (patch)
treee4e7926b58b93c6826b9efe652137d3b7f76af1d /media-fonts/vlgothic
parentmedia-fonts/sazanami: Port to EAPI 7 (diff)
downloadgentoo-747332a11f790f9dc655b85d2dffaaa1a485eeea.tar.gz
gentoo-747332a11f790f9dc655b85d2dffaaa1a485eeea.tar.bz2
gentoo-747332a11f790f9dc655b85d2dffaaa1a485eeea.zip
media-fonts/vlgothic: Port to EAPI 7
Bug: https://bugs.gentoo.org/697292 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-fonts/vlgothic')
-rw-r--r--media-fonts/vlgothic/vlgothic-20141206.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/media-fonts/vlgothic/vlgothic-20141206.ebuild b/media-fonts/vlgothic/vlgothic-20141206.ebuild
index d41bfc2fafdd..25963876bb5a 100644
--- a/media-fonts/vlgothic/vlgothic-20141206.ebuild
+++ b/media-fonts/vlgothic/vlgothic-20141206.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+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"
@@ -14,11 +15,10 @@ SRC_URI="mirror://sourceforge.jp/${PN}/62375/${MY_PN}-${PV}.tar.bz2"
# sazanami -> BSD-2
LICENSE="vlgothic mplus-fonts BSD-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
S="${WORKDIR}/${MY_PN}"
-FONT_SUFFIX="ttf"
-FONT_S="${S}"
DOCS="Changelog README*"
+FONT_S="${S}"
+FONT_SUFFIX="ttf"