summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-01-28 12:07:09 +0200
committerDavid Seifert <soap@gentoo.org>2017-02-06 23:45:56 +0100
commitd375e6a4040bfeb2cea3048c8202ba7620ed2084 (patch)
tree56035c511acb8d2730115471b2df17b048176636 /media-fonts
parentapp-doc/geant-docs: Version bump to 4.10.3 (diff)
downloadgentoo-d375e6a4040bfeb2cea3048c8202ba7620ed2084.tar.gz
gentoo-d375e6a4040bfeb2cea3048c8202ba7620ed2084.tar.bz2
gentoo-d375e6a4040bfeb2cea3048c8202ba7620ed2084.zip
media-fonts/dina: Bump to 2.93 Gentoo bug: https://bugs.gentoo.org/567276
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3692
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/dina/Manifest1
-rw-r--r--media-fonts/dina/dina-2.93.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/media-fonts/dina/Manifest b/media-fonts/dina/Manifest
index 93e19e7936c1..bc9c6fcd46c7 100644
--- a/media-fonts/dina/Manifest
+++ b/media-fonts/dina/Manifest
@@ -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
diff --git a/media-fonts/dina/dina-2.93.ebuild b/media-fonts/dina/dina-2.93.ebuild
new file mode 100644
index 000000000000..63c76ca9cab9
--- /dev/null
+++ b/media-fonts/dina/dina-2.93.ebuild
@@ -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
+}