From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D2FD1396D2 for ; Thu, 31 Aug 2017 17:38:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68FB5E0D1C; Thu, 31 Aug 2017 17:38:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C482E0D0B for ; Thu, 31 Aug 2017 17:38:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDAC534105A for ; Thu, 31 Aug 2017 17:38:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91A7F8948 for ; Thu, 31 Aug 2017 17:38:28 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504201050.4c895700c6be2f45d088d658cf8ec6c8367b43d2.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/roboto/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/roboto/Manifest media-fonts/roboto/roboto-2.138.ebuild X-VCS-Directories: media-fonts/roboto/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 4c895700c6be2f45d088d658cf8ec6c8367b43d2 X-VCS-Branch: master Date: Thu, 31 Aug 2017 17:38:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 59fe0350-c13c-48f3-9f75-4e970efe6154 X-Archives-Hash: 263b2152fd8c365a16496e2464208749 commit: 4c895700c6be2f45d088d658cf8ec6c8367b43d2 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 16:53:26 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 17:37:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c895700 media-fonts/roboto: version bump to 2.138 media-fonts/roboto/Manifest | 1 + media-fonts/roboto/roboto-2.138.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/media-fonts/roboto/Manifest b/media-fonts/roboto/Manifest index c854060be19..b96964d55da 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 00000000000..82f72ff4ff9 --- /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 )