summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-05-30 15:08:03 +0200
committerPacho Ramos <pacho@gentoo.org>2017-05-30 15:09:18 +0200
commita6f9e4392ac49a22f90ad1c5028f0e1a807a9e7a (patch)
tree4c7ec1634687316eb737e50f9d28747954885547 /media-fonts/noto-cjk
parentprofiles/arch/arm: Move global libtar use mask to per-packege stable use mask. (diff)
downloadgentoo-a6f9e4392ac49a22f90ad1c5028f0e1a807a9e7a.tar.gz
gentoo-a6f9e4392ac49a22f90ad1c5028f0e1a807a9e7a.tar.bz2
gentoo-a6f9e4392ac49a22f90ad1c5028f0e1a807a9e7a.zip
media-fonts/noto-cjk: Version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-fonts/noto-cjk')
-rw-r--r--media-fonts/noto-cjk/Manifest1
-rw-r--r--media-fonts/noto-cjk/noto-cjk-20170530.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/media-fonts/noto-cjk/Manifest b/media-fonts/noto-cjk/Manifest
index 5173e179f55e..82cd268d3a77 100644
--- a/media-fonts/noto-cjk/Manifest
+++ b/media-fonts/noto-cjk/Manifest
@@ -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
index 000000000000..f82dfa4b80e1
--- /dev/null
+++ b/media-fonts/noto-cjk/noto-cjk-20170530.ebuild
@@ -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"