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 pcf-spectrum-berry 131646 BLAKE2B bfd6b4365793cbfee3f60da44590c54165bbb20f64ab1f518527ff329e35928491063c5aaa1cbb5a7669b0ee23a561376bcbe8fa91e62db9d8dabea0d23436ff SHA512 b164deda253bb74c4db48844fe5145e0298d54bd21a1495349342fdd2e9a0141deb82c07c710a7318be74b704d011692023ec8010e1ab020ebf063f46bdb070f

View file

@ -0,0 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font git-r3
DESCRIPTION="A set of monospaced bitmap fonts made by Spectrum"
HOMEPAGE="https://github.com/seraxis/pcf-spectrum-berry"
EGIT_REPO_URI="https://github.com/seraxis/pcf-spectrum-berry"
LICENSE="unknown"
SLOT="0"
KEYWORDS="amd64"
S="${WORKDIR}/${P}"
FONT_S=( ${S} )
FONT_SUFFIX="pcf"

View file

@ -0,0 +1 @@
DIST scientifica.tar 788480 BLAKE2B 0b95fc2c3f0af13ff370d852d36b2134980c5465a998ed78b831b6c258d871b18110529a142a0e0db403de1426ddabafb99128a94430fdda803b398520ca3759 SHA512 ee0cec5bee9d9fae65af4f05211984429d0404fb9b71b4c68af954b66fc9b1710e0e98478b426388cebdbf49fe12051b78634686ad918d5ea6dec60b299085fa

View file

@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font font-ebdftopcf
DESCRIPTION="Tall and condensed bitmap font for geeks."
HOMEPAGE="https://github.com/NerdyPepper/scientifica"
SRC_URI="https://github.com/NerdyPepper/scientifica/releases/download/v${PV}/${PN}.tar"
KEYWORDS="~amd64"
LICENSE="MIT"
SLOT="0"
IUSE=""
BDEPEND="
x11-apps/bdftopcf
"
S="${WORKDIR}"
FONT_S=( ${S}/${PN}/bdf )
FONTDIR="/usr/share/fonts"
src_compile() {
font-ebdftopcf_src_compile
}

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
}

View file

@ -0,0 +1 @@
DIST undefined-medium.tar.gz 92582 BLAKE2B ccaec906e4ac5a87e00d3de575cc474b8636ef78c6c565c4fbd4df02441e5a038580d73716f28c570a6376528bf92ebef78d86c2c92961ce40ac90dfda295c18 SHA512 2c3fc79d62b0ab81b13df1bffe318598a488f88dc6e803faa20700139a509c75f2316478ff160543ad68da984fdce31565b2efd5f3d953ecac2a1910beeb3e83

View file

@ -0,0 +1,17 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="a free and open-source pixel grid-based monospace typeface suitable for programming, writing and everyday use"
HOMEPAGE="https://github.com/andirueckel/undefined-medium"
SRC_URI="https://github.com/andirueckel/undefined-medium/archive/refs/tags/v${PV}.tar.gz -> ${PN}.tar.gz"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="amd64"
S="${WORKDIR}/${PN}-${PV}"
FONT_S=( "${S}/fonts/ttf" "${S}/fonts/otf" )