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 029AD1396D9 for ; Sun, 19 Nov 2017 02:50:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 903CCE0E61; Sun, 19 Nov 2017 02:50:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 71F3DE0E61 for ; Sun, 19 Nov 2017 02:50:35 +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 33A9F33BF05 for ; Sun, 19 Nov 2017 02:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BB909FAE for ; Sun, 19 Nov 2017 02:50:31 +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: <1511059795.d1fc4e8f4983b337fe9ddb1af2e81e3760aed91b.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.136.ebuild X-VCS-Directories: media-fonts/roboto/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: d1fc4e8f4983b337fe9ddb1af2e81e3760aed91b X-VCS-Branch: master Date: Sun, 19 Nov 2017 02:50:31 +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: 12571a3d-8d37-46af-84b4-67c0843e8781 X-Archives-Hash: e70f4c004cef15d5b29a9aadf64571db commit: d1fc4e8f4983b337fe9ddb1af2e81e3760aed91b Author: Tim Harder gentoo org> AuthorDate: Sat Nov 18 20:04:46 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Nov 19 02:49:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fc4e8f media-fonts/roboto: remove old media-fonts/roboto/Manifest | 1 - media-fonts/roboto/roboto-2.136.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/media-fonts/roboto/Manifest b/media-fonts/roboto/Manifest index b96964d55da..77dbf9443be 100644 --- a/media-fonts/roboto/Manifest +++ b/media-fonts/roboto/Manifest @@ -1,2 +1 @@ -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.136.ebuild b/media-fonts/roboto/roboto-2.136.ebuild deleted file mode 100644 index b4a60f5af64..00000000000 --- a/media-fonts/roboto/roboto-2.136.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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}/${PN}-unhinted -FONT_S=${S} - -FONT_SUFFIX="ttf" -FONT_CONF=( "${FILESDIR}"/90-roboto-regular.conf )