summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2017-05-31 12:19:52 -0400
committerMike Gilbert <floppym@gentoo.org>2017-05-31 12:21:02 -0400
commiteee5d0c7afd86a1a734451dc40e2d01f487a34b7 (patch)
treef35535ef535b46de5ca03cc95c8742706a4da7ca /media-fonts/noto/noto-20170403.ebuild
parentnet-fs/samba: add ~arm (diff)
downloadgentoo-eee5d0c7afd86a1a734451dc40e2d01f487a34b7.tar.gz
gentoo-eee5d0c7afd86a1a734451dc40e2d01f487a34b7.tar.bz2
gentoo-eee5d0c7afd86a1a734451dc40e2d01f487a34b7.zip
media-fonts/noto: rename 20170530 to 20170403
Bug: https://bugs.gentoo.org/620262 Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69
Diffstat (limited to 'media-fonts/noto/noto-20170403.ebuild')
-rw-r--r--media-fonts/noto/noto-20170403.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/media-fonts/noto/noto-20170403.ebuild b/media-fonts/noto/noto-20170403.ebuild
new file mode 100644
index 000000000000..7f97feaa459f
--- /dev/null
+++ b/media-fonts/noto/noto-20170403.ebuild
@@ -0,0 +1,26 @@
+# 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 *CJK* and create a tarball (xz -9 gives the most
+# compressed tarball)
+SRC_URI="https://dev.gentoo.org/~floppym/dist/${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="cjk"
+
+RDEPEND="cjk? ( media-fonts/noto-cjk )"
+RESTRICT="binchecks strip"
+
+FONT_S="${S}"
+FONT_SUFFIX="ttf"