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 C1031138331 for ; Thu, 26 Apr 2018 18:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F074DE0877; Thu, 26 Apr 2018 18:45:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C1AF1E0877 for ; Thu, 26 Apr 2018 18:45:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 239A5335C77 for ; Thu, 26 Apr 2018 18:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61EBC2B3 for ; Thu, 26 Apr 2018 18:45:00 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1524768289.7134d03d3749aab9fff4389835a1089bfca6fc9d.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/liberation-fonts/liberation-fonts-2.00.0-r1.ebuild media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild media-fonts/liberation-fonts/liberation-fonts-2.00.1-r2.ebuild X-VCS-Directories: media-fonts/liberation-fonts/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7134d03d3749aab9fff4389835a1089bfca6fc9d X-VCS-Branch: master Date: Thu, 26 Apr 2018 18:45:00 +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: 94594fe5-1087-4505-aba2-1edf31c4dcdc X-Archives-Hash: 59fb9b872d31a0419203e87305d797ee commit: 7134d03d3749aab9fff4389835a1089bfca6fc9d Author: Johannes Huber gentoo org> AuthorDate: Thu Apr 26 18:40:21 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Apr 26 18:44:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7134d03d media-fonts/liberation-fonts: Fix SRC_URI Reported-by: putty_bug online.de Closes: https://bugs.gentoo.org/651816 Package-Manager: Portage-2.3.31, Repoman-2.3.9 media-fonts/liberation-fonts/liberation-fonts-2.00.0-r1.ebuild | 4 ++-- media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild | 4 ++-- media-fonts/liberation-fonts/liberation-fonts-2.00.1-r2.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.00.0-r1.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.00.0-r1.ebuild index c615f3f57e4..a70ecc14e84 100644 --- a/media-fonts/liberation-fonts/liberation-fonts-2.00.0-r1.ebuild +++ b/media-fonts/liberation-fonts/liberation-fonts-2.00.0-r1.ebuild @@ -7,8 +7,8 @@ inherit font DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat" HOMEPAGE="https://pagure.io/liberation-fonts" -SRC_URI="!fontforge? ( https://releases.pagure.org/liberation-fonts/${PN}/${PN}-ttf-${PV}.tar.gz ) -fontforge? ( https://releases.pagure.org/liberation-fonts/${PN}/${P}.tar.gz )" +SRC_URI="!fontforge? ( https://releases.pagure.org/${PN}/${PN}-ttf-${PV}.tar.gz ) +fontforge? ( https://releases.pagure.org/${PN}/${P}.tar.gz )" KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris" SLOT="0" diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild index c7852bc0bbf..106fba61c42 100644 --- a/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild +++ b/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild @@ -9,8 +9,8 @@ inherit font python-any-r1 DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat" HOMEPAGE="https://pagure.io/liberation-fonts" -SRC_URI="!fontforge? ( https://releases.pagure.org/liberation-fonts/${PN}/${PN}-ttf-${PV}.tar.gz ) -fontforge? ( https://releases.pagure.org/liberation-fonts/${PN}/${P}.tar.gz )" +SRC_URI="!fontforge? ( https://releases.pagure.org/${PN}/${PN}-ttf-${PV}.tar.gz ) +fontforge? ( https://releases.pagure.org/${PN}/${P}.tar.gz )" KEYWORDS="~alpha amd64 arm arm64 ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris" SLOT="0" diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r2.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r2.ebuild index 6d4272bace0..dafb53d7047 100644 --- a/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r2.ebuild +++ b/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r2.ebuild @@ -11,10 +11,10 @@ DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy o HOMEPAGE="https://pagure.io/liberation-fonts" SRC_URI=" !fontforge? ( - https://releases.pagure.org/liberation-fonts/${PN}/${PN}-ttf-${PV}.tar.gz + https://releases.pagure.org/${PN}/${PN}-ttf-${PV}.tar.gz ) fontforge? ( - https://releases.pagure.org/liberation-fonts/${PN}/${P}.tar.gz + https://releases.pagure.org/${PN}/${P}.tar.gz ) "