media-fonts/spleen: add version 1.7.0 and 9999

This commit is contained in:
XGQT 2020-03-13 00:17:46 +01:00
parent 361b0f0f37
commit 6dc9bd6fb4
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A
4 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST spleen-1.7.0.tar.gz 68041 BLAKE2B 3946995816260ad3737c3f22a4fd27b4a67dc73f25f0387b3e38ec2946989a9c68a10de44069abfa6603554e6c3fb323f36bd87e2766d770e4cb31ea346b34d5 SHA512 844cd18b8ec906fa3c6fb52837b3df73f36004c49cf4b5c9a049d7754e46d23969080ac81aa41555d6cfef367cbe098d1fd0a603d2d8a8f8fcc0e466cd4c6be9

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">fcambus/spleen</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,40 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit eutils font font-ebdftopcf
DESCRIPTION="Monospaced bitmap font"
HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/fcambus/${P}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/fcambus/${PN}/archive/1.7.0.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="BSD-2"
SLOT="0"
IUSE=""
DEPEND="
media-gfx/ebdftopcf
"
RDEPEND="
${DEPEND}
"
DOCS=(
AUTHORS
ChangeLog
README.md
)
src_compile() {
font-ebdftopcf_src_compile
}

View File

@ -0,0 +1,40 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit eutils font font-ebdftopcf
DESCRIPTION="Monospaced bitmap font"
HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/fcambus/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/fcambus/${PN}/archive/1.7.0.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="BSD-2"
SLOT="0"
IUSE=""
DEPEND="
media-gfx/ebdftopcf
"
RDEPEND="
${DEPEND}
"
DOCS=(
AUTHORS
ChangeLog
README.md
)
src_compile() {
font-ebdftopcf_src_compile
}