diff options
-rw-r--r-- | media-fonts/oldstandard/oldstandard-2.2.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/media-fonts/oldstandard/oldstandard-2.2.ebuild b/media-fonts/oldstandard/oldstandard-2.2.ebuild index ece12183130a..1d5406fbce48 100644 --- a/media-fonts/oldstandard/oldstandard-2.2.ebuild +++ b/media-fonts/oldstandard/oldstandard-2.2.ebuild @@ -1,24 +1,22 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +FONT_S="${WORKDIR}" +FONT_SUFFIX="otf ttf" inherit font DESCRIPTION="Old Standard - font with wide range of Latin, Greek and Cyrillic characters" HOMEPAGE="http://www.thessalonica.org.ru/en/fonts.html" SRC_URI="http://www.thessalonica.org.ru/downloads/${P}.otf.zip http://www.thessalonica.org.ru/downloads/${P}.ttf.zip" +S="${WORKDIR}" LICENSE="OFL" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" -S=${WORKDIR} -FONT_S=${WORKDIR} -FONT_SUFFIX="otf ttf" DOCS=( OFL.txt OFL-FAQ.txt FONTLOG.txt ) |