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/dina/dina-2.93.ebuild
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/dina/dina-2.93.ebuild')
-rw-r--r--media-fonts/dina/dina-2.93.ebuild26
1 files changed, 26 insertions, 0 deletions
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
+}