diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-20 19:09:32 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:29 +0100 |
commit | e5a0dedf6e1681cce0b388f3db6bc40be61d3e2f (patch) | |
tree | 32327aac69ba8da5148bad3b7f2c5dda84c374d1 /media-fonts/anonymous-pro | |
parent | media-fonts/paratype: EAPI-7 bump, fix HOMEPAGE (diff) | |
download | gentoo-e5a0dedf6e1681cce0b388f3db6bc40be61d3e2f.tar.gz gentoo-e5a0dedf6e1681cce0b388f3db6bc40be61d3e2f.tar.bz2 gentoo-e5a0dedf6e1681cce0b388f3db6bc40be61d3e2f.zip |
media-fonts/anonymous-pro: 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/anonymous-pro')
-rw-r--r-- | media-fonts/anonymous-pro/anonymous-pro-1.002-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/media-fonts/anonymous-pro/anonymous-pro-1.002-r1.ebuild b/media-fonts/anonymous-pro/anonymous-pro-1.002-r1.ebuild index 1f1a6c073c10..d264c3fcc58e 100644 --- a/media-fonts/anonymous-pro/anonymous-pro-1.002-r1.ebuild +++ b/media-fonts/anonymous-pro/anonymous-pro-1.002-r1.ebuild @@ -1,23 +1,23 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + +MY_P="AnonymousPro-${PV}" inherit font -MY_PN="AnonymousPro" -MY_P="${MY_PN}-${PV}" DESCRIPTION="Monospaced truetype font designed with coding in mind" HOMEPAGE="https://www.marksimonson.com/fonts/view/anonymous-pro" SRC_URI="https://www.marksimonson.com/assets/content/fonts/${MY_P}.zip" +S="${WORKDIR}/${MY_P}.001" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="amd64 arm ~arm64 x86 ~x64-macos" IUSE="" -DEPEND="app-arch/unzip" RESTRICT="binchecks strip" -S="${WORKDIR}/${MY_P}.001" -FONT_S="${S}" +BDEPEND="app-arch/unzip" + FONT_SUFFIX="ttf" |