Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/noto/
Date: Sun, 06 Mar 2016 11:28:13
Message-Id: 1457178011.ca9d3d63c40eb3eb5a4dada78cf525181d9aabd5.pacho@gentoo
1 commit: ca9d3d63c40eb3eb5a4dada78cf525181d9aabd5
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 5 11:39:41 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 5 11:40:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9d3d63
7
8 media-fonts/noto: Version bump (#571742)
9
10 Package-Manager: portage-2.2.27
11
12 media-fonts/noto/Manifest | 1 +
13 media-fonts/noto/noto-20160305.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/media-fonts/noto/Manifest b/media-fonts/noto/Manifest
17 index 203fe49..58a0ed5 100644
18 --- a/media-fonts/noto/Manifest
19 +++ b/media-fonts/noto/Manifest
20 @@ -1,2 +1,3 @@
21 DIST noto-2014.11.zip 381169520 SHA256 6f49663b4a40ed291ff459808a9d1fa6d41f6b3309b79cf7aeaf5fa884040e2c SHA512 36695b99daf870f76d00535513ae0e16170b8d7eb471f75ae016fb970cae236ce6fcf41da790567369dde0bbd87b4c023cac6aa197dd17f8f809d20a4cca3c5b WHIRLPOOL 21977fb0369975ac6ae66c950826478b17f5d5860fd88b2e45f5c016b046e6f17618c1477fb84021348266babecf4c7efa3ca939495cb392bfb4b897466c2218
22 DIST noto-2015.04.zip 380076754 SHA256 20a467d6664f5bd5d4604e903dd562ba3970dd29b17b09c7b591cb3c293287f6 SHA512 4ed6cb02007d2a96d46a96fba66639cce35019ce0490843d1d1ee3684dca4638227c6b6cb89b49cabe745b523d0e3b48f338555fcbe7168f120107d24d4d2ca7 WHIRLPOOL cc92fceb7e4b260acc936c224cca1cee89d8be3f8dae5b9cbe7426c0787d8ed64aae587f53f46f9fdd327732b7755f04870f69617585f005cb7a3b67434c6452
23 +DIST noto-20160305.zip 494039413 SHA256 a979d9837d4223bcbe55497e3b5c545e0e554a78584f60915f1e620d3fbe508e SHA512 bf20eaf075491d46c7c4d1ea3514f38d0515180879ea4ad0a3a77d72c54cdd4b043e06f4e6852f5f68b1ab2d5f512261ad25ceacdb3e19db2769f0c05c1a795c WHIRLPOOL 75c4bced2caa5990b8688e3c06214ed0dfc1dd85e00607b69c458a39c856835ea7ea9fd6d4f6710945c634991ed41cf3e3c69046e12194c22d73ecd8f46d4fc1
24
25 diff --git a/media-fonts/noto/noto-20160305.ebuild b/media-fonts/noto/noto-20160305.ebuild
26 new file mode 100644
27 index 0000000..8326a17
28 --- /dev/null
29 +++ b/media-fonts/noto/noto-20160305.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +inherit font
37 +
38 +DESCRIPTION="Google's font family that aims to support all the world's languages"
39 +HOMEPAGE="https://www.google.com/get/noto/"
40 +SRC_URI="https://dev.gentoo.org/~pacho/${PN}/${P}.zip"
41 +# renamed from upstream's unversioned Noto-hinted.zip
42 +# version number based on the timestamp of most recently updated font in the zip
43 +
44 +LICENSE="OFL-1.1" # https://github.com/googlei18n/noto-fonts/blob/master/NEWS
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
47 +IUSE=""
48 +
49 +DEPEND="app-arch/unzip"
50 +RESTRICT="binchecks strip"
51 +
52 +S=${WORKDIR}
53 +FONT_S="${S}"
54 +FONT_SUFFIX="otf ttf"