Install this version:
emerge -a =media-fonts/opengostfonts-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/opengostfonts-9999
Or alternatively:
emerge --autounmask-write -a =media-fonts/opengostfonts-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 Nadeŭka <me+oss@nadevko.cc>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font git-r3
DESCRIPTION='Open-source GOST 2.304-81 compliant fonts family'
HOMEPAGE=https://codeberg.org/nadevko/opengostfonts
EGIT_REPO_URI=https://codeberg.org/nadevko/${PN}.git
LICENSE=OFL-1.1
SLOT=0
IUSE='+type-a +type-b +ttf otf +plain ostroke'
REQUIRED_USE='
|| ( type-a type-b )
|| ( ttf otf )
|| ( plain ostroke )
'
BDEPEND=media-gfx/fontforge
src_compile() {
local type ext targets=()
for type in $(usev type-a A) $(usev type-b B); do
for ext in $(usev ttf) $(usev otf); do
use plain &&
targets+=( dist/OpenGostType${type}-Regular.${ext} )
use ostroke &&
targets+=( dist/OpenGostType${type}-Regular-ostroke.${ext} )
done
done
emake "${targets[@]}"
}
src_install() {
local FONT_SUFFIX="$(usev ttf) $(usev otf)"
font_src_install
}
Manage flags for this package:
euse -i <flag> -p media-fonts/opengostfonts |
euse -E <flag> -p media-fonts/opengostfonts |
euse -D <flag> -p media-fonts/opengostfonts