squash commits

README.md: edit readme
games-action/multimc5: add games-action/multimc5
media-fonts/scientifica: add media-fonts/scientifica
media-fonts/tewi-font: fix typos
media-fonts/tewi-font: add manifest
media-fonts/scientifica: add manifest
media-fonts/berry: add media-fonts/berry
media-fonts/undefined-medium: add media-fonts/undefined-medium
x11-misc/lesbar: add x11-misc/lesbar
app-text/kibi: add app-text/kibi
sys-block/lethe: add sys-block/lethe
This commit is contained in:
nya 2021-04-03 19:54:06 -05:00
commit ebbc3a11c8
19 changed files with 801 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST tewi-font-2.0.2.tar.gz 65345 BLAKE2B 66b507aae47e8cef6eb23ea5f6ea9403a8387ff1ae2349641357ba53fe97bf1503f038b3cb9a4580befc632a999fbc60657a7c36ac989958b318a4b85c13d036 SHA512 823b4c399a64ff66280323ae09f7f3c1dc51a7e2506acfcc9e8f509d600e7bc193e523755f0921921ceb09763e16babc5258467485d3a5260b37055bcfad9123

View file

@ -0,0 +1,23 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font font-ebdftopcf
DESCRIPTION="A small bitmap font"
HOMEPAGE="https://github.com/lucy/tewi-font"
SRC_URI="https://github.com/lucy/tewi-font/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64"
LICENSE="MIT"
SLOT="0"
IUSE=""
BDEPEND="
x11-apps/bdftopcf
"
FONT_S=( ${S} ${S}/variant )
src_compile() {
font-ebdftopcf_src_compile
}