diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 16:16:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:58 +0100 |
commit | e9d9df2271dfa0d7a6b8195f3672493dff556056 (patch) | |
tree | 5f6894fdacc1b08a9c4a6f7451138596d2c27b87 /media-fonts/crosextrafonts-carlito | |
parent | media-fonts/crosextrafonts-caladea: EAPI-7 bump, use https (diff) | |
download | gentoo-e9d9df2271dfa0d7a6b8195f3672493dff556056.tar.gz gentoo-e9d9df2271dfa0d7a6b8195f3672493dff556056.tar.bz2 gentoo-e9d9df2271dfa0d7a6b8195f3672493dff556056.zip |
media-fonts/crosextrafonts-carlito: EAPI-7 bump, fix HOMEPAGE, https
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts/crosextrafonts-carlito')
-rw-r--r-- | media-fonts/crosextrafonts-carlito/crosextrafonts-carlito-20130920.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-fonts/crosextrafonts-carlito/crosextrafonts-carlito-20130920.ebuild b/media-fonts/crosextrafonts-carlito/crosextrafonts-carlito-20130920.ebuild index 3b4bc45916ff..37dbf0c56ab1 100644 --- a/media-fonts/crosextrafonts-carlito/crosextrafonts-carlito-20130920.ebuild +++ b/media-fonts/crosextrafonts-carlito/crosextrafonts-carlito-20130920.ebuild @@ -1,13 +1,13 @@ -# 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="Open licensed sans-serif font metrically compatible with Calibri" -HOMEPAGE="http://code.google.com/p/chromium/issues/detail?id=280557" -SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.gz" +HOMEPAGE="https://bugs.chromium.org/p/chromium/issues/detail?id=280557" +SRC_URI="https://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.gz" LICENSE="OFL" SLOT="0" @@ -16,5 +16,5 @@ IUSE="" RESTRICT="binchecks strip test" -FONT_SUFFIX="ttf" FONT_CONF=( "${FILESDIR}"/62-crosextra-carlito.conf ) +FONT_SUFFIX="ttf" |