Install this version:
emerge -a =media-fonts/overpass-3.0.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/overpass-3.0.4
Or alternatively:
emerge --autounmask-write -a =media-fonts/overpass-3.0.4
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="An open source webfont family inspired by Highway Gothic"
HOMEPAGE="http://overpassfont.org/"
SRC_URI="https://github.com/RedHatOfficial/Overpass/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/Overpass-${PV}"
LICENSE="|| ( LGPL-2.1 OFL-1.1 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install() {
FONT_SUFFIX="otf" && FONT_S="${S}/desktop-fonts/overpass" font_src_install
FONT_SUFFIX="otf" && FONT_S="${S}/desktop-fonts/overpass-mono" font_src_install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | overpass-3.0.4.tar.gz | 6533677 bytes | https://github.com/RedHatOfficial/Overpass/archive/3.0.4.tar.gz |