diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-01-22 01:37:08 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-01-22 01:52:16 -0500 |
commit | c6e7ca2ed2cba7d611a71ed6a92bc860a5b29971 (patch) | |
tree | 767f138abcec7ba14bd3e917c6380bfd274257cf /media-fonts/roboto | |
parent | app-arch/unzip: mark 6.0_p20 arm64/m68k/s390/sh stable (diff) | |
download | gentoo-c6e7ca2ed2cba7d611a71ed6a92bc860a5b29971.tar.gz gentoo-c6e7ca2ed2cba7d611a71ed6a92bc860a5b29971.tar.bz2 gentoo-c6e7ca2ed2cba7d611a71ed6a92bc860a5b29971.zip |
media-fonts/roboto: version bump to 2.136
Diffstat (limited to 'media-fonts/roboto')
-rw-r--r-- | media-fonts/roboto/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/roboto/roboto-2.136.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/media-fonts/roboto/Manifest b/media-fonts/roboto/Manifest index 229b77ab2438..dcba5a82a99a 100644 --- a/media-fonts/roboto/Manifest +++ b/media-fonts/roboto/Manifest @@ -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 diff --git a/media-fonts/roboto/roboto-2.136.ebuild b/media-fonts/roboto/roboto-2.136.ebuild new file mode 100644 index 000000000000..25cb1f00423f --- /dev/null +++ b/media-fonts/roboto/roboto-2.136.ebuild @@ -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 ) |