media-fonts/noto-cjk: Version bump
authorPacho Ramos <pacho@gentoo.org>
Tue, 30 May 2017 13:08:03 +0000 (15:08 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 30 May 2017 13:09:18 +0000 (15:09 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

media-fonts/noto-cjk/Manifest
media-fonts/noto-cjk/noto-cjk-20170530.ebuild [new file with mode: 0644]

index 5173e179f55e5953537f5035fe7b61f080e85919..82cd268d3a77cd72a1c4fba3f66b845c66fb83b5 100644 (file)
@@ -1 +1,2 @@
 DIST noto-cjk-20150615.tar.xz 390518224 SHA256 8c132ec70dcf12d9d444d346f31569b4ca8990137454337b06b9a61ed50cf934 SHA512 738bd840d14c3fc3665b9c6e50b1b2d5981ccdc5e660a6498b4611b8019208f0880df062741d9dec8bdcd54234eed46655e1c739cf872d9dfa5fa0523954a7d3 WHIRLPOOL d8e3afaca3a05dac43f792ac32cfbfd50ec1e5d15c8abf0460f990ba135bc9adaacac10d9e6735d80d7321622dfe01cc4f7e8a07c4257f03bdfb2b32c2c19095
+DIST noto-cjk-20170530.tar.xz 297864424 SHA256 6ef9837d0c62bd20cd6d7744f691fdbbd644ef815c3caad4e9489ba5304edfe2 SHA512 e99063e074db38a7a149f8ca583d0e8392192452c6f32048052e863d3dee1f27ad7da6a09a15c51cddf4a2e6268668fc97f5929cf32737c0b493dad77f8e064f WHIRLPOOL 4bb76e96fa7b8dfeddd2ec62810543a554ed316bd41d4a54909f90214fbe346666b275e1a6d47270958728a08a4ae9e6bd705b988bace7e6f16d60b24c98faab
diff --git a/media-fonts/noto-cjk/noto-cjk-20170530.ebuild b/media-fonts/noto-cjk/noto-cjk-20170530.ebuild
new file mode 100644 (file)
index 0000000..f82dfa4
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+DESCRIPTION="Google's font family that aims to support all the world's languages"
+HOMEPAGE="https://www.google.com/get/noto/"
+
+# https://noto-website.storage.googleapis.com/pkgs/Noto-hinted.zip
+# Version number based on the timestamp of most recently updated font in the zip.
+# When bumping, remove all but *CJK* and create a tarball. (xz -9 gives the most
+# compressed tarball)
+SRC_URI="https://dev.gentoo.org/~pacho/noto/${P}.tar.xz"
+
+LICENSE="OFL-1.1" # https://github.com/googlei18n/noto-fonts/blob/master/NEWS
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RESTRICT="binchecks strip"
+
+FONT_S="${S}"
+FONT_SUFFIX="otf"