Install this version:
emerge -a =media-fonts/consolamono-20130127
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/consolamono-20130127
Or alternatively:
emerge --autounmask-write -a =media-fonts/consolamono-20130127
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20130127 | 8 | ~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 | 0 |
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
DESCRIPTION="Open Font by Wojciech Kalinowski"
HOMEPAGE="https://fontlibrary.org/en/font/consolamono"
SHA1="61cc2afcc4eca96efe7c6ebf178d39df"
SRC_URI="https://fontlibrary.org/assets/downloads/${PN}/${SHA1}/${PN}.zip -> ${P}.zip"
S="${WORKDIR}"
inherit font
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
BDEPEND="app-arch/unzip"
FONT_SUFFIX="ttf"
RESTRICT="strip binchecks"
src_prepare() {
mv "${S}"/'Consola Mono'/* "${S}"
default
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | consolamono-20130127.zip | 1114546 bytes | https://fontlibrary.org/assets/downloads/consolamono/61cc2afcc4eca96efe7c6ebf178d39df/consolamono.zip |