public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/
Date: Fri,  9 Feb 2018 13:42:16 +0000 (UTC)	[thread overview]
Message-ID: <1518183663.cd6f87da48a5c70a31ceb29220a96c29d13e789c.amadio@gentoo> (raw)

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
 	)
 "
 


             reply	other threads:[~2018-02-09 13:42 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-09 13:42 Guilherme Amadio [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-06  4:09 [gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/ Sam James
2023-12-21  0:07 Ionen Wolkens
2023-12-15  6:31 Sam James
2022-12-26 11:43 Andreas Sturmlechner
2022-10-11  6:41 Agostino Sarubbo
2022-08-20 18:24 Matt Turner
2022-08-18  2:53 Matt Turner
2022-05-07  4:28 WANG Xuerui
2022-05-07  4:28 WANG Xuerui
2022-01-28  9:43 Guilherme Amadio
2021-09-26 22:28 James Le Cuirot
2021-05-06 10:01 Sam James
2021-05-04 19:13 Sam James
2021-05-03 16:57 Sam James
2021-05-03 16:55 Sam James
2021-05-03 16:53 Sam James
2021-05-03 16:51 Sam James
2021-03-14 15:36 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-02-15  0:38 Sam James
2021-02-13 19:18 Sam James
2021-02-13 17:56 Sam James
2021-02-13 17:56 Sam James
2021-02-12 13:47 Sam James
2020-12-21  9:49 Pacho Ramos
2020-03-27 10:43 Mikle Kolyada
2020-03-27 10:35 Mikle Kolyada
2020-02-16 10:33 Mikle Kolyada
2019-12-10 15:50 Brian Evans
2019-10-20 14:21 Andreas Sturmlechner
2019-10-20 11:20 David Seifert
2019-10-04 19:13 Matt Turner
2019-09-17  4:26 Matt Turner
2018-04-26 21:16 Johannes Huber
2018-04-26 20:59 Mikle Kolyada
2018-04-26 18:45 Johannes Huber
2018-04-26 18:45 Johannes Huber
2018-04-26 18:45 Johannes Huber
2018-04-26 18:45 Johannes Huber
2018-03-17  7:01 Matt Turner
2018-03-17  7:01 Matt Turner
2018-03-03  1:43 Mart Raudsepp
2017-04-01 19:14 David Seifert
2016-08-06 10:38 Pacho Ramos
2016-02-13 23:45 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1518183663.cd6f87da48a5c70a31ceb29220a96c29d13e789c.amadio@gentoo \
    --to=amadio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox