Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/dina/
Date: Mon, 06 Feb 2017 22:48:17
Message-Id: 1486421156.d375e6a4040bfeb2cea3048c8202ba7620ed2084.soap@gentoo
1 commit: d375e6a4040bfeb2cea3048c8202ba7620ed2084
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 28 10:07:09 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 22:45:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d375e6a4
7
8 media-fonts/dina: Bump to 2.93 Gentoo bug: https://bugs.gentoo.org/567276
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3692
12
13 media-fonts/dina/Manifest | 1 +
14 media-fonts/dina/dina-2.93.ebuild | 26 ++++++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/media-fonts/dina/Manifest b/media-fonts/dina/Manifest
18 index 93e19e7..bc9c6fc 100644
19 --- a/media-fonts/dina/Manifest
20 +++ b/media-fonts/dina/Manifest
21 @@ -1 +1,2 @@
22 +DIST dina-2.93.zip 78625 SHA256 47792817b7716577727a488952b9892b16966a45dc3ba52e026d59b9d9e20695 SHA512 cccf05b32d401ba77861e39471d9f6489a85b839dd8d49ec008eabd107189bb0a95bdd36805bc7907ab96fa65792910408192a136340f62c34a61b1d5c6f6307 WHIRLPOOL 7a814af8b3a8084db761bdecfd20b215f5fea56af9d2a937d172ea7cb55d6891b498d18636346c8e03be39e0a5589f67d8d618251b148f081e7f739abf29d3d9
23 DIST dina-pcf-2.89.tar.gz 36442 SHA256 2989c68bc4e6f31435fe7c2730d96e64ef3194b122365f29faf06c4bac7019a6 SHA512 e315f3afde86fa957d18d6903a97f1b2f018d12452d0186464dcb61de6ec9ec1e99f20519730567934fe8fc8555e2c1f4c531d19fd329c36eb5b1a840b2d7971 WHIRLPOOL 040aaeeea520f7d5e9e5a5fb3e5ef5512cdb55390b5890772625ae63b738b8834c9980cbd740bd3653a98b6598d3831ce861db550651770e4e9aed7e4ff05bea
24
25 diff --git a/media-fonts/dina/dina-2.93.ebuild b/media-fonts/dina/dina-2.93.ebuild
26 new file mode 100644
27 index 00000000..63c76ca
28 --- /dev/null
29 +++ b/media-fonts/dina/dina-2.93.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +inherit font font-ebdftopcf
37 +
38 +DESCRIPTION="A monospace bitmap font, primarily aimed at programmers"
39 +HOMEPAGE="http://www.donationcoder.com/Software/Jibz/Dina/index.html"
40 +SRC_URI="http://www.donationcoder.com/forum/index.php?action=dlattach;topic=36049.0;attach=78562 -> ${P}.zip"
41 +
42 +LICENSE="MIT"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +IUSE=""
46 +
47 +DEPEND="app-arch/unzip"
48 +
49 +S=${WORKDIR}/BDF/
50 +FONT_S=${S}/
51 +FONT_SUFFIX="pcf.gz"
52 +RESTRICT="strip binchecks"
53 +
54 +src_compile() {
55 + font-ebdftopcf_src_compile
56 +}