commit:     747332a11f790f9dc655b85d2dffaaa1a485eeea
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 18:05:59 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 18:05:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=747332a1

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 <AT> gentoo.org>

 media-fonts/vlgothic/vlgothic-20141206.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-fonts/vlgothic/vlgothic-20141206.ebuild 
b/media-fonts/vlgothic/vlgothic-20141206.ebuild
index d41bfc2fafd..25963876bb5 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"

Reply via email to