summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-12-09 01:05:25 -0500
committerTim Harder <radhermit@gentoo.org>2016-12-09 01:17:15 -0500
commit8bd027d6d262477b8d21434f89e949e7be63eb6c (patch)
treedea448d1c1ee095764a72708813888fdf8aecaeb /media-fonts/roboto/roboto-2.135.ebuild
parentdev-ruby/twitter-text: add 1.14.2 (diff)
downloadgentoo-8bd027d6d262477b8d21434f89e949e7be63eb6c.tar.gz
gentoo-8bd027d6d262477b8d21434f89e949e7be63eb6c.tar.bz2
gentoo-8bd027d6d262477b8d21434f89e949e7be63eb6c.zip
media-fonts/roboto: version bump to 2.135
Diffstat (limited to 'media-fonts/roboto/roboto-2.135.ebuild')
-rw-r--r--media-fonts/roboto/roboto-2.135.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-fonts/roboto/roboto-2.135.ebuild b/media-fonts/roboto/roboto-2.135.ebuild
new file mode 100644
index 000000000000..d534f743ad7a
--- /dev/null
+++ b/media-fonts/roboto/roboto-2.135.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit font
+
+DESCRIPTION="Standard font for Android 4.0 (Ice Cream Sandwich) and later"
+HOMEPAGE="https://github.com/google/roboto"
+SRC_URI="https://github.com/google/${PN}/releases/download/v${PV}/roboto-unhinted.zip -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}/${PN}-unhinted
+FONT_S=${S}
+
+FONT_SUFFIX="ttf"
+FONT_CONF=( "${FILESDIR}"/90-roboto-regular.conf )