forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-fonts/dina: Bump to 2.93 Gentoo bug: https://bugs.gentoo.org/56…
…7276 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: gentoo#3692
- Loading branch information
1 parent
f95d20b
commit d375e6a
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST dina-2.93.zip 78625 SHA256 47792817b7716577727a488952b9892b16966a45dc3ba52e026d59b9d9e20695 SHA512 cccf05b32d401ba77861e39471d9f6489a85b839dd8d49ec008eabd107189bb0a95bdd36805bc7907ab96fa65792910408192a136340f62c34a61b1d5c6f6307 WHIRLPOOL 7a814af8b3a8084db761bdecfd20b215f5fea56af9d2a937d172ea7cb55d6891b498d18636346c8e03be39e0a5589f67d8d618251b148f081e7f739abf29d3d9 | ||
DIST dina-pcf-2.89.tar.gz 36442 SHA256 2989c68bc4e6f31435fe7c2730d96e64ef3194b122365f29faf06c4bac7019a6 SHA512 e315f3afde86fa957d18d6903a97f1b2f018d12452d0186464dcb61de6ec9ec1e99f20519730567934fe8fc8555e2c1f4c531d19fd329c36eb5b1a840b2d7971 WHIRLPOOL 040aaeeea520f7d5e9e5a5fb3e5ef5512cdb55390b5890772625ae63b738b8834c9980cbd740bd3653a98b6598d3831ce861db550651770e4e9aed7e4ff05bea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
inherit font font-ebdftopcf | ||
|
||
DESCRIPTION="A monospace bitmap font, primarily aimed at programmers" | ||
HOMEPAGE="http://www.donationcoder.com/Software/Jibz/Dina/index.html" | ||
SRC_URI="http://www.donationcoder.com/forum/index.php?action=dlattach;topic=36049.0;attach=78562 -> ${P}.zip" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND="app-arch/unzip" | ||
|
||
S=${WORKDIR}/BDF/ | ||
FONT_S=${S}/ | ||
FONT_SUFFIX="pcf.gz" | ||
RESTRICT="strip binchecks" | ||
|
||
src_compile() { | ||
font-ebdftopcf_src_compile | ||
} |