Skip to content

Commit

Permalink
media-fonts/roboto: version bump to 2.136
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Jan 22, 2017
1 parent ecb6838 commit c6e7ca2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-fonts/roboto/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST roboto-2.134.zip 3911964 SHA256 2b97db1e581159f87eb9fa1b7cfcb7d9b232448150f7a9f823e5102b581f03d0 SHA512 7e7ff4176fdb1fbf15e905deb538dd68ca145dc708413148f591be586d9f5f8624ad59df0760370f518f593fd0c6970210c216fc87759ce38b33c1e0a7ce4e8d WHIRLPOOL 375d8622e3ed8a83d235b50c7d906245b8e1c043c0b74897f03d26d16cc17bfda8b78a139ea4a9395959218530efb149f95413f847908d5a90025612a311f03f
DIST roboto-2.135.zip 3961090 SHA256 f923796280e844e9e598ba6803f332a8acb8b837dd758d4a849574b6cc80b4d9 SHA512 2a014c129edcd6e37c065ed25dedde9eec664483f9baa47f33819238504d65d333b263a89e93090a13d6198efcfe6dba76a69a6ca4ef6e34038e707ffdf5cd96 WHIRLPOOL df7e12b13e5047641be3a8bf554486924098a15440f4175b1edb205e9b87addad574b710de7c7a792941eff1d358f11c3be23b5a2dbe5ce0c726f782bf8e79e5
DIST roboto-2.136.zip 3926453 SHA256 01887d2f1d79fcbd3738d23187b24449d79d87fff4b9d05d9f38d0b578c1a37b SHA512 84b64b4a8f61fd8d75165efbf41ca72ed31cd8203d10c439b5ae5a20ca656df98ec2f3bd34e6aa8a6c407a9e411fb5ec9e2cedf83383931825d5771562a1e600 WHIRLPOOL 43af7debdea8277b1f5b0757eb784030a479cc05769272570b3fb60b89d0ffb7bf226d23dccd042b9c5bf8410a0f2dc5ebe1888079dabe5e98162fa31ebcd4ec
22 changes: 22 additions & 0 deletions media-fonts/roboto/roboto-2.136.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 1999-2017 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 )

0 comments on commit c6e7ca2

Please sign in to comment.