From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1002392-garchives=archives.gentoo.org@lists.gentoo.org> 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 3C4101382C5 for <garchives@archives.gentoo.org>; Fri, 9 Feb 2018 13:42:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB50AE0CB9; Fri, 9 Feb 2018 13:42:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 ACCBFE0CB9 for <gentoo-commits@lists.gentoo.org>; Fri, 9 Feb 2018 13:42:19 +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 2F499335C0C for <gentoo-commits@lists.gentoo.org>; Fri, 9 Feb 2018 13:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3D3E1D4 for <gentoo-commits@lists.gentoo.org>; Fri, 9 Feb 2018 13:42:16 +0000 (UTC) From: "Guilherme Amadio" <amadio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" <amadio@gentoo.org> Message-ID: <1518183663.cd6f87da48a5c70a31ceb29220a96c29d13e789c.amadio@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-1.07.4.ebuild 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: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: cd6f87da48a5c70a31ceb29220a96c29d13e789c X-VCS-Branch: master Date: Fri, 9 Feb 2018 13:42:16 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bdca7dd0-279d-4a23-a1e5-32093a8e45d4 X-Archives-Hash: fea9574c41e31cabecc8d0564a6012d6 commit: cd6f87da48a5c70a31ceb29220a96c29d13e789c Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Feb 8 20:04:56 2018 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Fri Feb 9 13:41:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6f87da media-fonts/liberation-fonts: fix HOMEPAGE and SRC_URI media-fonts/liberation-fonts/liberation-fonts-1.07.4.ebuild | 8 ++++---- media-fonts/liberation-fonts/liberation-fonts-2.00.0-r1.ebuild | 8 ++++---- media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild | 8 ++++---- media-fonts/liberation-fonts/liberation-fonts-2.00.1-r2.ebuild | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/media-fonts/liberation-fonts/liberation-fonts-1.07.4.ebuild b/media-fonts/liberation-fonts/liberation-fonts-1.07.4.ebuild index 9369a6cc5b8..8a0a8525cce 100644 --- a/media-fonts/liberation-fonts/liberation-fonts-1.07.4.ebuild +++ b/media-fonts/liberation-fonts/liberation-fonts-1.07.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit font DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat" -HOMEPAGE="https://fedorahosted.org/liberation-fonts" -SRC_URI="!fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${PN}-ttf-${PV}.tar.gz ) - fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz )" +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 )" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0" 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 12a42228542..c615f3f57e4 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,9 +6,9 @@ EAPI=4 inherit font DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat" -HOMEPAGE="https://fedorahosted.org/liberation-fonts" -SRC_URI="!fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${PN}-ttf-${PV}.tar.gz ) -fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz )" +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 )" 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 e6d5df9c9b4..119b6ac47f2 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -8,9 +8,9 @@ PYTHON_COMPAT=( python2_7 ) inherit font python-any-r1 DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat" -HOMEPAGE="https://fedorahosted.org/liberation-fonts" -SRC_URI="!fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${PN}-ttf-${PV}.tar.gz ) -fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz )" +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 )" KEYWORDS="amd64 arm ~arm64 ia64 ppc 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 605d0c729ea..918a0af9885 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,13 +8,13 @@ PYTHON_COMPAT=( python2_7 ) inherit font python-any-r1 DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat" -HOMEPAGE="https://fedorahosted.org/liberation-fonts" +HOMEPAGE="https://pagure.io/liberation-fonts" SRC_URI=" !fontforge? ( - https://fedorahosted.org/releases/l/i/${PN}/${PN}-ttf-${PV}.tar.gz + https://releases.pagure.org/liberation-fonts/${PN}/${PN}-ttf-${PV}.tar.gz ) fontforge? ( - https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz + https://releases.pagure.org/liberation-fonts/${PN}/${P}.tar.gz ) "