Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/roboto/
Date: Fri, 26 Aug 2016 06:52:13
Message-Id: 1472194126.c3505cbb9e46a509c09256d54f2ecd91af82f868.radhermit@gentoo
1 commit: c3505cbb9e46a509c09256d54f2ecd91af82f868
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 06:38:32 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 06:48:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3505cbb
7
8 media-fonts/roboto: version bump to 2.134
9
10 media-fonts/roboto/Manifest | 1 +
11 media-fonts/roboto/roboto-2.134.ebuild | 22 ++++++++++++++++++++++
12 2 files changed, 23 insertions(+)
13
14 diff --git a/media-fonts/roboto/Manifest b/media-fonts/roboto/Manifest
15 index 14b13cb..72fd02c 100644
16 --- a/media-fonts/roboto/Manifest
17 +++ b/media-fonts/roboto/Manifest
18 @@ -1,2 +1,3 @@
19 DIST roboto-1.2.zip 2641284 SHA256 5101b5bdb3b7b14cc922a771ba068bfcae8634467c1f446bc89bc2b4f8b4f1b5 SHA512 efc21098a20f88ecbced9d0a11f9869c900c8d88ec3341487dc1f10a31b2183efdfa62a25a5246c3719c182f65d953b3b4d019f0bc59393717cd56937ed57c4a WHIRLPOOL 27ed7f976b5d941e877e17a2cd4c94e124efeea411214cf5378b0dcd225bc4ac8febecc1401f9708e07c56082ab144db013291e7f54a20f553cb834bdaf8bc7a
20 +DIST roboto-2.134.zip 3911964 SHA256 2b97db1e581159f87eb9fa1b7cfcb7d9b232448150f7a9f823e5102b581f03d0 SHA512 7e7ff4176fdb1fbf15e905deb538dd68ca145dc708413148f591be586d9f5f8624ad59df0760370f518f593fd0c6970210c216fc87759ce38b33c1e0a7ce4e8d WHIRLPOOL 375d8622e3ed8a83d235b50c7d906245b8e1c043c0b74897f03d26d16cc17bfda8b78a139ea4a9395959218530efb149f95413f847908d5a90025612a311f03f
21 DIST roboto-2015.03.tar.xz 1083404 SHA256 a6e5c4fa2914843358e2eb901cf5e53647207a994beb445f17cf9d69e9406bcc SHA512 94887fbb093260d878f525a5f5d042ca4d3e7eac7a7e1189bf83b09c81e499d7c99a71bcead19ea28526e25c9b69227f92ca78a54e5f10a164b24d19291fcc6d WHIRLPOOL 7828f279f26ef82a7a7587a1c9d096b010837232f93818cb37685deb8b826b372359b085482a6775d976dfba308846638add6aca7c11eb290758bd6078decf07
22
23 diff --git a/media-fonts/roboto/roboto-2.134.ebuild b/media-fonts/roboto/roboto-2.134.ebuild
24 new file mode 100644
25 index 00000000..e027aff
26 --- /dev/null
27 +++ b/media-fonts/roboto/roboto-2.134.ebuild
28 @@ -0,0 +1,22 @@
29 +# Copyright 1999-2016 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +# $Id$
32 +
33 +EAPI=6
34 +inherit font
35 +
36 +DESCRIPTION="Standard font for Android 4.0 (Ice Cream Sandwich) and later"
37 +HOMEPAGE="http://developer.android.com/design/style/typography.html"
38 +SRC_URI="https://github.com/google/${PN}/releases/download/v${PV}/roboto-unhinted.zip -> ${P}.zip"
39 +
40 +LICENSE="Apache-2.0"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
43 +
44 +DEPEND="app-arch/unzip"
45 +
46 +S=${WORKDIR}/${PN}-unhinted
47 +FONT_S=${S}
48 +
49 +FONT_SUFFIX="ttf"
50 +FONT_CONF=( "${FILESDIR}"/90-roboto-regular.conf )