diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-31 12:53:26 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-31 13:37:30 -0400 |
commit | 4c895700c6be2f45d088d658cf8ec6c8367b43d2 (patch) | |
tree | 7a3f3dbe56a7a616713c9ccb31ee250c9668498c /media-fonts/roboto | |
parent | net-ftp/tftp-hpa: remove old (diff) | |
download | gentoo-4c895700c6be2f45d088d658cf8ec6c8367b43d2.tar.gz gentoo-4c895700c6be2f45d088d658cf8ec6c8367b43d2.tar.bz2 gentoo-4c895700c6be2f45d088d658cf8ec6c8367b43d2.zip |
media-fonts/roboto: version bump to 2.138
Diffstat (limited to 'media-fonts/roboto')
-rw-r--r-- | media-fonts/roboto/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/roboto/roboto-2.138.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/media-fonts/roboto/Manifest b/media-fonts/roboto/Manifest index c854060be196..b96964d55dad 100644 --- a/media-fonts/roboto/Manifest +++ b/media-fonts/roboto/Manifest @@ -1 +1,2 @@ DIST roboto-2.136.zip 3926453 SHA256 01887d2f1d79fcbd3738d23187b24449d79d87fff4b9d05d9f38d0b578c1a37b SHA512 84b64b4a8f61fd8d75165efbf41ca72ed31cd8203d10c439b5ae5a20ca656df98ec2f3bd34e6aa8a6c407a9e411fb5ec9e2cedf83383931825d5771562a1e600 WHIRLPOOL 43af7debdea8277b1f5b0757eb784030a479cc05769272570b3fb60b89d0ffb7bf226d23dccd042b9c5bf8410a0f2dc5ebe1888079dabe5e98162fa31ebcd4ec +DIST roboto-2.138.zip 4324398 SHA256 70f64c718510a601fbcf752aafe644314dacaeb85474dc689c89787c4a72a728 SHA512 4cfd20a1e19a986b17f731745a4d5ee909b852649e340d25de8197fbf6656005ccd3b4c591641938edbfebf0de81c71366a2afa007bb403285dea4d3dbfbd2a0 WHIRLPOOL 0b6ab4b9588faa6b61268bd1303f7d22659aab7cb9486bee811a1cf07c8e23e94f586bdd6e143df0069d8ba60662adef011c2a8458d855231326bb947ff21c1b diff --git a/media-fonts/roboto/roboto-2.138.ebuild b/media-fonts/roboto/roboto-2.138.ebuild new file mode 100644 index 000000000000..82f72ff4ff9b --- /dev/null +++ b/media-fonts/roboto/roboto-2.138.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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} +FONT_S=${S} + +FONT_SUFFIX="ttf" +FONT_CONF=( "${FILESDIR}"/90-roboto-regular.conf ) |