From eee5d0c7afd86a1a734451dc40e2d01f487a34b7 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 31 May 2017 12:19:52 -0400 Subject: 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 --- media-fonts/noto/Manifest | 2 +- media-fonts/noto/noto-20170403.ebuild | 26 ++++++++++++++++++++++++++ media-fonts/noto/noto-20170530.ebuild | 26 -------------------------- 3 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 media-fonts/noto/noto-20170403.ebuild delete mode 100644 media-fonts/noto/noto-20170530.ebuild diff --git a/media-fonts/noto/Manifest b/media-fonts/noto/Manifest index c5794d2be91c..d31606fbfcde 100644 --- a/media-fonts/noto/Manifest +++ b/media-fonts/noto/Manifest @@ -1,4 +1,4 @@ DIST noto-20160305.zip 494039413 SHA256 a979d9837d4223bcbe55497e3b5c545e0e554a78584f60915f1e620d3fbe508e SHA512 bf20eaf075491d46c7c4d1ea3514f38d0515180879ea4ad0a3a77d72c54cdd4b043e06f4e6852f5f68b1ab2d5f512261ad25ceacdb3e19db2769f0c05c1a795c WHIRLPOOL 75c4bced2caa5990b8688e3c06214ed0dfc1dd85e00607b69c458a39c856835ea7ea9fd6d4f6710945c634991ed41cf3e3c69046e12194c22d73ecd8f46d4fc1 DIST noto-20160531.tar.xz 8987748 SHA256 5e03a1ac88ae1a17e2122111ab24c33758891d5a8a8bcba45e14db4ad7e25c08 SHA512 7114cd150d83747574f7177cc230c2e665d39aa934d6ef41224343ea7b8612e6b9d77ca5938eb9c815849a2908f035a0824e4e9153d7f44055f4947bf9fc1580 WHIRLPOOL 6dcf89bca281aa7b048cf944ea118feb355d4956929330b0805a6a03582820d80c16bef3035f2d471e7936746d275b64e172c50e3b3c84988b625a6685b32f23 -DIST noto-20170530.tar.xz 11085352 SHA256 58e19ce1385f61d756954c161c798c54d66206d519fc269bc1b018a743e5ee37 SHA512 9793f57837b22111ccda500aee5cf92e6e367c6c4b072e7e9edda782e4ce194f01ceb02f497b338b811f81e47d8ed1f642749b10a77d6b2a6fdaa8a7080412d9 WHIRLPOOL e8a001890352e4f2d43ed8664a4a9a99b8cf22af6ba983d2b33fff450962e9eb7b4b740f20f7c458eac63cf8dbb870c50cfb397e72ff8be09f101cd84f3bfde0 +DIST noto-20170403.tar.xz 11083152 SHA256 eecb5496dab78e74c1a4ea0a3ea86dadad306065b93ea683df2fae392e3d30e7 SHA512 f8f1414b5b6f793e86ef3cc6a6320c4545f079b337c7672cb8cccc3c50d21d353d81557da4a555cdb6524c79be3e4c167f7d5aac102c38d64926f3b1887ca7f3 WHIRLPOOL 45247797a8327d6fcacbc269b4ac69e4f39ca87352d8e6aa64bf9486131ce875b81e03953f12da1074c1e474bf85f42b042808acebae4dd31f5f1a0f38f97e1c DIST noto-nocjk-20160305.tar.xz 7818968 SHA256 087c0d920e5ae651ad3671d558de1a11d5832b775f5d4e3e5d287acf9f2866df SHA512 a7c5ef3f74ca8abfd1185cbfba2ddd29c8135162115ef418c41d85813e5823f12d7c78235569ae3288ea8012239052b7cf4cdbe811d014152acd4748bb55c715 WHIRLPOOL bc959cd7acf7f1afb572f6c988f174502291c4b676d5e5c4044c21b2cc61537d0128851d09b6aa6380c4764b37b7d0d9b1958a5a33f70c785d2dd75353261450 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" diff --git a/media-fonts/noto/noto-20170530.ebuild b/media-fonts/noto/noto-20170530.ebuild deleted file mode 100644 index 8cf71ee3ab27..000000000000 --- a/media-fonts/noto/noto-20170530.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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/~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="cjk" - -RDEPEND="cjk? ( >=media-fonts/noto-cjk-${PV} )" -RESTRICT="binchecks strip" - -FONT_S="${S}" -FONT_SUFFIX="ttf" -- cgit v1.2.3