diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-20 21:04:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:32 +0100 |
commit | bb5a650be6fc950140ec6c01ad0c22348d147080 (patch) | |
tree | d44586fad2a9879b3fcc8ccc39909e74307710e5 /media-fonts/eb-garamond | |
parent | media-fonts/exo: EAPI-7 bump, fix HOMEPAGE (diff) | |
download | gentoo-bb5a650be6fc950140ec6c01ad0c22348d147080.tar.gz gentoo-bb5a650be6fc950140ec6c01ad0c22348d147080.tar.bz2 gentoo-bb5a650be6fc950140ec6c01ad0c22348d147080.zip |
media-fonts/eb-garamond: EAPI-7 bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts/eb-garamond')
-rw-r--r-- | media-fonts/eb-garamond/eb-garamond-0.016.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/media-fonts/eb-garamond/eb-garamond-0.016.ebuild b/media-fonts/eb-garamond/eb-garamond-0.016.ebuild index 6de7b6d096ae..eaca370cef3e 100644 --- a/media-fonts/eb-garamond/eb-garamond-0.016.ebuild +++ b/media-fonts/eb-garamond/eb-garamond-0.016.ebuild @@ -1,21 +1,23 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + inherit font DESCRIPTION="Claude Garamont's humanist typeface from the mid-16th century" HOMEPAGE="http://www.georgduffner.at/ebgaramond/" SRC_URI="https://bitbucket.org/georgd/eb-garamond/downloads/EBGaramond-${PV}.zip" +S="${WORKDIR}/EBGaramond-${PV}" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="amd64 arm ~arm64 x86" IUSE="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" -S="${WORKDIR}/EBGaramond-${PV}" FONT_SUFFIX="otf" FONT_S="${S}/${FONT_SUFFIX}" -DOCS="Changes README.markdown specimen/Specimen.pdf" + +DOCS=( Changes README.markdown specimen/Specimen.pdf ) |