media-fonts/spleen: add version 1.7.0 and 9999
This commit is contained in:
parent
361b0f0f37
commit
6dc9bd6fb4
1
media-fonts/spleen/Manifest
Normal file
1
media-fonts/spleen/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST spleen-1.7.0.tar.gz 68041 BLAKE2B 3946995816260ad3737c3f22a4fd27b4a67dc73f25f0387b3e38ec2946989a9c68a10de44069abfa6603554e6c3fb323f36bd87e2766d770e4cb31ea346b34d5 SHA512 844cd18b8ec906fa3c6fb52837b3df73f36004c49cf4b5c9a049d7754e46d23969080ac81aa41555d6cfef367cbe098d1fd0a603d2d8a8f8fcc0e466cd4c6be9
|
7
media-fonts/spleen/metadata.xml
Normal file
7
media-fonts/spleen/metadata.xml
Normal 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>
|
40
media-fonts/spleen/spleen-1.7.0.ebuild
Normal file
40
media-fonts/spleen/spleen-1.7.0.ebuild
Normal 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
|
||||||
|
}
|
40
media-fonts/spleen/spleen-9999.ebuild
Normal file
40
media-fonts/spleen/spleen-9999.ebuild
Normal 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user