diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-03-11 21:11:10 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-03-11 22:28:53 +0100 |
commit | 5ded6f9fed81ab74096d64d4b0e666ae8f7772ae (patch) | |
tree | 06ec3371870046c39ae7780787e741c9d81a74f1 /media-fonts | |
parent | dev-python/setuptools_scm_git_archive: Bump to 1.1 (diff) | |
download | gentoo-5ded6f9fed81ab74096d64d4b0e666ae8f7772ae.tar.gz gentoo-5ded6f9fed81ab74096d64d4b0e666ae8f7772ae.tar.bz2 gentoo-5ded6f9fed81ab74096d64d4b0e666ae8f7772ae.zip |
media-fonts/noto-cjk: Drop old
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/noto-cjk/Manifest | 2 | ||||
-rw-r--r-- | media-fonts/noto-cjk/noto-cjk-20150615.ebuild | 25 | ||||
-rw-r--r-- | media-fonts/noto-cjk/noto-cjk-20170602.ebuild | 27 |
3 files changed, 0 insertions, 54 deletions
diff --git a/media-fonts/noto-cjk/Manifest b/media-fonts/noto-cjk/Manifest index d4bceadf9aea..10f0ea2c7973 100644 --- a/media-fonts/noto-cjk/Manifest +++ b/media-fonts/noto-cjk/Manifest @@ -1,3 +1 @@ -DIST noto-cjk-20150615.tar.xz 390518224 BLAKE2B 273018f6d0792ae90bc0d9f44a43f300a7fbd2ca2cbdbf71af911e1cfc0d4f0bb30b5d1f2b15d9bf4df279266921d46987f166dd4559ea15e747db7a22494145 SHA512 738bd840d14c3fc3665b9c6e50b1b2d5981ccdc5e660a6498b4611b8019208f0880df062741d9dec8bdcd54234eed46655e1c739cf872d9dfa5fa0523954a7d3 -DIST noto-cjk-20170602.tar.gz 1667938394 BLAKE2B 51ed7c48bccef0dff75ddc5ec108b61f0f5ceedc41608919dc1071a2308f96c3d2883af932935c32db6dd017e067079d45776eb865200560f2f9c6b89e57dd8c SHA512 861431e1eb0c21b8b7b03f9a97ae61c59a2e513314a24f0c50e2953daac3cba78fa418af32cf66ec100a26c88f5e07bd33eb3ed80b533d97a452fefa5a06b4dc DIST noto-cjk-20190416.tar.gz 1882149745 BLAKE2B 0936414381624db8a601cb2af53928658c9f74ed3dac34955f5597e7cb14cdacc517c8b7bffe203d73e03a2c2d4013d3cfc47ce13ae3aa497c6547cd8dcce430 SHA512 8abebae9412622f50adb0f755621d97002233d8db367f8fc38dda6a0828c3ea879e9ac780a3b09239b0570ada1091b0a7889bb7301a9486da9dfdca7200e50da diff --git a/media-fonts/noto-cjk/noto-cjk-20150615.ebuild b/media-fonts/noto-cjk/noto-cjk-20150615.ebuild deleted file mode 100644 index 0b50d93b9e29..000000000000 --- a/media-fonts/noto-cjk/noto-cjk-20150615.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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. -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="" - -RESTRICT="binchecks strip" - -S="${WORKDIR}" -FONT_S="${S}" -FONT_SUFFIX="otf" diff --git a/media-fonts/noto-cjk/noto-cjk-20170602.ebuild b/media-fonts/noto-cjk/noto-cjk-20170602.ebuild deleted file mode 100644 index 2a2c8b22dcaa..000000000000 --- a/media-fonts/noto-cjk/noto-cjk-20170602.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit font - -DESCRIPTION="Google's CJK font family" -HOMEPAGE="https://www.google.com/get/noto/ https://github.com/googlei18n/noto-cjk" - -COMMIT="32a5844539f2e348ed36b44e990f9b06d7fb89fe" -SRC_URI="https://github.com/googlei18n/noto-cjk/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="OFL-1.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 sparc x86" -IUSE="" - -RESTRICT="binchecks strip" - -S="${WORKDIR}/${PN}-${COMMIT}" - -FONT_S="${S}" -FONT_SUFFIX="ttc otf" -FONT_CONF=( - # From ArchLinux - "${FILESDIR}/70-noto-cjk.conf" -) |