diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 16:28:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:45 +0100 |
commit | 261ab75f76dbcab1a2844fa01b0f34fa9f0183f1 (patch) | |
tree | 83c5bdfa4ca557f27d87cef303e8602f78ac9a56 /media-fonts/inconsolata-hellenic | |
parent | media-fonts/hack: EAPI-7 bump, drop unused versionator (diff) | |
download | gentoo-261ab75f76dbcab1a2844fa01b0f34fa9f0183f1.tar.gz gentoo-261ab75f76dbcab1a2844fa01b0f34fa9f0183f1.tar.bz2 gentoo-261ab75f76dbcab1a2844fa01b0f34fa9f0183f1.zip |
media-fonts/inconsolata-hellenic: EAPI-7 bump, use https
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts/inconsolata-hellenic')
-rw-r--r-- | media-fonts/inconsolata-hellenic/inconsolata-hellenic-1.19-r1.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/media-fonts/inconsolata-hellenic/inconsolata-hellenic-1.19-r1.ebuild b/media-fonts/inconsolata-hellenic/inconsolata-hellenic-1.19-r1.ebuild index 5c0ab15d5935..ae623686c7cf 100644 --- a/media-fonts/inconsolata-hellenic/inconsolata-hellenic-1.19-r1.ebuild +++ b/media-fonts/inconsolata-hellenic/inconsolata-hellenic-1.19-r1.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit font DESCRIPTION="Hellenisation of the wonderful, monospace, open/free font Inconsolata" -HOMEPAGE="http://www.cosmix.org/software/" -SRC_URI="http://www.cosmix.org/software/files/InconsolataHellenic.zip -> ${P}.zip" +HOMEPAGE="https://www.cosmix.org/software/" +SRC_URI="https://www.cosmix.org/software/files/InconsolataHellenic.zip -> ${P}.zip" +S="${WORKDIR}" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" -S=${WORKDIR} -FONT_S=${S} FONT_SUFFIX="ttf" |