summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-03-05 12:39:41 +0100
committerPacho Ramos <pacho@gentoo.org>2016-03-05 12:40:11 +0100
commitca9d3d63c40eb3eb5a4dada78cf525181d9aabd5 (patch)
tree2623bc6740ee1cc51c97e9015dfabdd61971daae /media-fonts/noto/noto-20160305.ebuild
parentdev-java/sax: EAPI 5 bump. Switch to java-pkg-simple. (diff)
downloadgentoo-ca9d3d63c40eb3eb5a4dada78cf525181d9aabd5.tar.gz
gentoo-ca9d3d63c40eb3eb5a4dada78cf525181d9aabd5.tar.bz2
gentoo-ca9d3d63c40eb3eb5a4dada78cf525181d9aabd5.zip
media-fonts/noto: Version bump (#571742)
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-fonts/noto/noto-20160305.ebuild')
-rw-r--r--media-fonts/noto/noto-20160305.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-fonts/noto/noto-20160305.ebuild b/media-fonts/noto/noto-20160305.ebuild
new file mode 100644
index 000000000000..8326a17db86f
--- /dev/null
+++ b/media-fonts/noto/noto-20160305.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="https://dev.gentoo.org/~pacho/${PN}/${P}.zip"
+# 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 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RESTRICT="binchecks strip"
+
+S=${WORKDIR}
+FONT_S="${S}"
+FONT_SUFFIX="otf ttf"