media-fonts/spleen: drop old 2.0.1

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2024-03-25 02:25:05 +01:00
parent 4b89c687c7
commit c8ca64b3c4
2 changed files with 0 additions and 23 deletions

View File

@@ -1,2 +1 @@
DIST spleen-2.0.1.tar.gz 472614 BLAKE2B e74ef08440fecd0b1e97913158f692228f625872f65820df2a72d93fabedc41568fe36d7acea22784cfa7dbb91cc1d2851a6352737101c03bb4760d5fa5adf95 SHA512 85e6cab76986fd7b0811fdf0716ddd961a42fb359054e53fcdc91c8f56466614803a0d2102f5d095ea7f4318c854cecb06ed048e998758cb97add6677c447b26
DIST spleen-2.0.2.tar.gz 474925 BLAKE2B eb766a38baa5a3ca8d836ec245eed60f56a25c12704d3dbd1bb5c45f5e5856975022184c51b40578c20490499b7b6abb2d1bafae9db7a11941d6419d3f3f7dd2 SHA512 74752e93d7c1f641bd21a7b133e8807ed6787bbd438b066edf7d359a7e92d299b0375dbfba1d56cc6af931c99de9c9ae35f98b60fe5b581de04bc213b9235e42

View File

@@ -1,22 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="Monospaced bitmap fonts for consoles and terminals"
HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/
https://github.com/fcambus/spleen/"
SRC_URI="https://github.com/fcambus/${PN}/releases/download/${PV}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
DOCS=( AUTHORS ChangeLog README.md )
FONT_SUFFIX="otf pcf.gz psfu.gz"
src_compile() {
gzip -n9 *.pcf *.psfu || die
}