summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-09-19 11:47:29 +0200
committerPacho Ramos <pacho@gentoo.org>2017-09-19 11:48:07 +0200
commit0edfca180642330e318d0403c8d666179f2beb6a (patch)
treec7562e803c59ab662fd34d05b21b2ca704e4e0f3
parentmedia-fonts/noto: Stable in all (ALLARCHES package) (diff)
downloadgentoo-0edfca180642330e318d0403c8d666179f2beb6a.tar.gz
gentoo-0edfca180642330e318d0403c8d666179f2beb6a.tar.bz2
gentoo-0edfca180642330e318d0403c8d666179f2beb6a.zip
media-fonts/noto: Drop old
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--media-fonts/noto/Manifest3
-rw-r--r--media-fonts/noto/noto-20160305-r1.ebuild31
-rw-r--r--media-fonts/noto/noto-20160531.ebuild26
3 files changed, 0 insertions, 60 deletions
diff --git a/media-fonts/noto/Manifest b/media-fonts/noto/Manifest
index d31606fbfcde..9ae4f4b46c8e 100644
--- a/media-fonts/noto/Manifest
+++ b/media-fonts/noto/Manifest
@@ -1,4 +1 @@
-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-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-20160305-r1.ebuild b/media-fonts/noto/noto-20160305-r1.ebuild
deleted file mode 100644
index fa8521009137..000000000000
--- a/media-fonts/noto/noto-20160305-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit font
-
-DESCRIPTION="Google's font family that aims to support all the world's languages"
-HOMEPAGE="https://www.google.com/get/noto/"
-SRC_URI="
- cjk? ( https://dev.gentoo.org/~pacho/${PN}/${P}.zip )
- !cjk? ( https://dev.gentoo.org/~kensington/distfiles/${PN}-nocjk-${PV}.tar.xz )
-"
-# renamed from upstream's unversioned Noto-hinted.zip
-# version number based on the timestamp of most recently updated font in the zip
-
-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"
-
-DEPEND="cjk? ( app-arch/unzip )"
-RESTRICT="binchecks strip"
-
-S=${WORKDIR}
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
-
-src_install() {
- use cjk && FONT_SUFFIX+=" otf"
- font_src_install
-}
diff --git a/media-fonts/noto/noto-20160531.ebuild b/media-fonts/noto/noto-20160531.ebuild
deleted file mode 100644
index 765bfe4750d6..000000000000
--- a/media-fonts/noto/noto-20160531.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.
-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"
-
-S="${WORKDIR}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"