Install this version:
emerge -a =media-fonts/unscii-2.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/unscii-2.1
Or alternatively:
emerge --autounmask-write -a =media-fonts/unscii-2.1
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
FONT_SUFFIX="otf pcf ttf"
inherit font
DESCRIPTION="Set of bitmapped Unicode fonts based on classic system fonts"
HOMEPAGE="http://viznut.fi/unscii/"
SRC_URI="http://viznut.fi/unscii/${P}-src.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P}-src"
LICENSE="
public-domain
unicode? ( GPL-2 )
"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="unicode"
RDEPEND="media-libs/sdl-image"
DEPEND="
${RDEPEND}
dev-lang/perl
media-gfx/fontforge
x11-apps/bdftopcf
unicode? ( media-fonts/unifont[utils] )
"
DOCS=( ${PN}.txt )
src_prepare() {
default
sed -i \
-e 's;CC=.*;CC ?= gcc;' \
-e 's;$(CC) ;&$(CFLAGS) ;' \
-e 's;$(CC) .* -o .*;& $(LDFLAGS);' \
Makefile || die
}
src_install() {
font_src_install
dobin bm2uns
}
Manage flags for this package:
euse -i <flag> -p media-fonts/unscii |
euse -E <flag> -p media-fonts/unscii |
euse -D <flag> -p media-fonts/unscii
media-libs/sdl-image dev-lang/perl media-gfx/fontforge x11-apps/bdftopcf unicode? ( media-fonts/unifont[utils] )
media-libs/sdl-image
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | unscii-2.1.tar.gz | 1277989 bytes | http://viznut.fi/unscii/unscii-2.1-src.tar.gz |