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 92807138331 for ; Fri, 26 Aug 2016 06:52:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28987E09FF; Fri, 26 Aug 2016 06:52:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D6BAE09FF for ; Fri, 26 Aug 2016 06:52:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD262340871 for ; Fri, 26 Aug 2016 06:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2F06246A for ; Fri, 26 Aug 2016 06:52:05 +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: <1472194282.7560c27caf6bef5f352c52f96dce6e64496350b0.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/roboto/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/roboto/metadata.xml media-fonts/roboto/roboto-2.134.ebuild X-VCS-Directories: media-fonts/roboto/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 7560c27caf6bef5f352c52f96dce6e64496350b0 X-VCS-Branch: master Date: Fri, 26 Aug 2016 06:52:05 +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: 72a15777-b85d-4e2d-811b-93c7b5e7c0e6 X-Archives-Hash: e1a837f9d3cf013e27b3325dd224f0d9 commit: 7560c27caf6bef5f352c52f96dce6e64496350b0 Author: Tim Harder gentoo org> AuthorDate: Fri Aug 26 06:51:22 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Aug 26 06:51:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7560c27c media-fonts/roboto: add upstream github metadata media-fonts/roboto/metadata.xml | 3 +++ media-fonts/roboto/roboto-2.134.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/media-fonts/roboto/metadata.xml b/media-fonts/roboto/metadata.xml index d0f1df7..6a34411 100644 --- a/media-fonts/roboto/metadata.xml +++ b/media-fonts/roboto/metadata.xml @@ -5,4 +5,7 @@ fonts@gentoo.org Fonts + + google/roboto + diff --git a/media-fonts/roboto/roboto-2.134.ebuild b/media-fonts/roboto/roboto-2.134.ebuild index e027aff..d534f74 100644 --- a/media-fonts/roboto/roboto-2.134.ebuild +++ b/media-fonts/roboto/roboto-2.134.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit font DESCRIPTION="Standard font for Android 4.0 (Ice Cream Sandwich) and later" -HOMEPAGE="http://developer.android.com/design/style/typography.html" +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"