diff options
Diffstat (limited to 'media-fonts/webby-fonts/webby-fonts-1.ebuild')
-rw-r--r-- | media-fonts/webby-fonts/webby-fonts-1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/media-fonts/webby-fonts/webby-fonts-1.ebuild b/media-fonts/webby-fonts/webby-fonts-1.ebuild index 0f31c0b86196..5d65668506d5 100644 --- a/media-fonts/webby-fonts/webby-fonts-1.ebuild +++ b/media-fonts/webby-fonts/webby-fonts-1.ebuild @@ -1,16 +1,19 @@ -# 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 DESCRIPTION="A small proportional bitmap font for use in webpages" HOMEPAGE="http://www.proggyfonts.com/" SRC_URI="http://dl.liveforge.org/fonts/${P}.tar.bz2" + LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 ia64 sparc x86" + S="${WORKDIR}/${PN}" -FONT_S=${S} + +FONT_S="${S}" FONT_SUFFIX="pcf.gz" |