diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 16:25:34 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:59 +0100 |
commit | 619bee05aaecb2ccce5113c8e868c86884eac2e2 (patch) | |
tree | 2c6652a584172a7583d47177199c7835b77f6118 /media-fonts | |
parent | media-fonts/baekmuk-fonts: EAPI-7 bump, use https, add missing || die (diff) | |
download | gentoo-619bee05aaecb2ccce5113c8e868c86884eac2e2.tar.gz gentoo-619bee05aaecb2ccce5113c8e868c86884eac2e2.tar.bz2 gentoo-619bee05aaecb2ccce5113c8e868c86884eac2e2.zip |
media-fonts/iosevka: EAPI-7 bump, fix HOMEPAGE
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/iosevka/iosevka-1.14.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-fonts/iosevka/iosevka-1.14.1.ebuild b/media-fonts/iosevka/iosevka-1.14.1.ebuild index 6d09199d004b..cd0edc89cc01 100644 --- a/media-fonts/iosevka/iosevka-1.14.1.ebuild +++ b/media-fonts/iosevka/iosevka-1.14.1.ebuild @@ -1,21 +1,21 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit font DESCRIPTION="Slender typeface for code, from code" -HOMEPAGE="https://be5invis.github.io/Iosevka/" +HOMEPAGE="https://typeof.net/Iosevka/" SRC_URI="https://github.com/be5invis/${PN}/releases/download/v${PV}/01-${P}.zip https://github.com/be5invis/${PN}/releases/download/v${PV}/02-${PN}-term-${PV}.zip" +S="${WORKDIR}" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" -S=${WORKDIR} FONT_S="${S}/ttf" FONT_SUFFIX="ttf" |