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: Tue, 30 May 2017 13:09:49
Message-Id: 1496149769.aae2a1198dc6aa1789b3ab02acbe616bfd37f655.pacho@gentoo
1 commit: aae2a1198dc6aa1789b3ab02acbe616bfd37f655
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 30 13:08:42 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue May 30 13:09:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae2a119
7
8 media-fonts/noto: Version bump
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-fonts/noto/Manifest | 1 +
13 media-fonts/noto/noto-20170530.ebuild | 26 ++++++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/media-fonts/noto/Manifest b/media-fonts/noto/Manifest
17 index 782a4d8df6f..c5794d2be91 100644
18 --- a/media-fonts/noto/Manifest
19 +++ b/media-fonts/noto/Manifest
20 @@ -1,3 +1,4 @@
21 DIST noto-20160305.zip 494039413 SHA256 a979d9837d4223bcbe55497e3b5c545e0e554a78584f60915f1e620d3fbe508e SHA512 bf20eaf075491d46c7c4d1ea3514f38d0515180879ea4ad0a3a77d72c54cdd4b043e06f4e6852f5f68b1ab2d5f512261ad25ceacdb3e19db2769f0c05c1a795c WHIRLPOOL 75c4bced2caa5990b8688e3c06214ed0dfc1dd85e00607b69c458a39c856835ea7ea9fd6d4f6710945c634991ed41cf3e3c69046e12194c22d73ecd8f46d4fc1
22 DIST noto-20160531.tar.xz 8987748 SHA256 5e03a1ac88ae1a17e2122111ab24c33758891d5a8a8bcba45e14db4ad7e25c08 SHA512 7114cd150d83747574f7177cc230c2e665d39aa934d6ef41224343ea7b8612e6b9d77ca5938eb9c815849a2908f035a0824e4e9153d7f44055f4947bf9fc1580 WHIRLPOOL 6dcf89bca281aa7b048cf944ea118feb355d4956929330b0805a6a03582820d80c16bef3035f2d471e7936746d275b64e172c50e3b3c84988b625a6685b32f23
23 +DIST noto-20170530.tar.xz 11085352 SHA256 58e19ce1385f61d756954c161c798c54d66206d519fc269bc1b018a743e5ee37 SHA512 9793f57837b22111ccda500aee5cf92e6e367c6c4b072e7e9edda782e4ce194f01ceb02f497b338b811f81e47d8ed1f642749b10a77d6b2a6fdaa8a7080412d9 WHIRLPOOL e8a001890352e4f2d43ed8664a4a9a99b8cf22af6ba983d2b33fff450962e9eb7b4b740f20f7c458eac63cf8dbb870c50cfb397e72ff8be09f101cd84f3bfde0
24 DIST noto-nocjk-20160305.tar.xz 7818968 SHA256 087c0d920e5ae651ad3671d558de1a11d5832b775f5d4e3e5d287acf9f2866df SHA512 a7c5ef3f74ca8abfd1185cbfba2ddd29c8135162115ef418c41d85813e5823f12d7c78235569ae3288ea8012239052b7cf4cdbe811d014152acd4748bb55c715 WHIRLPOOL bc959cd7acf7f1afb572f6c988f174502291c4b676d5e5c4044c21b2cc61537d0128851d09b6aa6380c4764b37b7d0d9b1958a5a33f70c785d2dd75353261450
25
26 diff --git a/media-fonts/noto/noto-20170530.ebuild b/media-fonts/noto/noto-20170530.ebuild
27 new file mode 100644
28 index 00000000000..8cf71ee3ab2
29 --- /dev/null
30 +++ b/media-fonts/noto/noto-20170530.ebuild
31 @@ -0,0 +1,26 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +inherit font
38 +
39 +DESCRIPTION="Google's font family that aims to support all the world's languages"
40 +HOMEPAGE="https://www.google.com/get/noto/"
41 +
42 +# https://noto-website.storage.googleapis.com/pkgs/Noto-hinted.zip
43 +# Version number based on the timestamp of most recently updated font in the zip.
44 +# When bumping, remove *CJK* and create a tarball (xz -9 gives the most
45 +# compressed tarball)
46 +SRC_URI="https://dev.gentoo.org/~pacho/noto/${P}.tar.xz"
47 +
48 +LICENSE="OFL-1.1" # https://github.com/googlei18n/noto-fonts/blob/master/NEWS
49 +SLOT="0"
50 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
51 +IUSE="cjk"
52 +
53 +RDEPEND="cjk? ( >=media-fonts/noto-cjk-${PV} )"
54 +RESTRICT="binchecks strip"
55 +
56 +FONT_S="${S}"
57 +FONT_SUFFIX="ttf"