Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmlto/
Date: Fri, 27 Oct 2017 23:07:01
Message-Id: 1509145603.aeace4599c008d0252653f9032959f9c6202bf73.monsieurp@gentoo
1 commit: aeace4599c008d0252653f9032959f9c6202bf73
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 30 18:54:29 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 27 23:06:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeace459
7
8 app-text/xmlto: fix HOMEPAGE, SRC_URI.
9
10 app-text/xmlto/xmlto-0.0.26-r1.ebuild | 4 ++--
11 app-text/xmlto/xmlto-0.0.28-r1.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/app-text/xmlto/xmlto-0.0.26-r1.ebuild b/app-text/xmlto/xmlto-0.0.26-r1.ebuild
15 index a09fe62fa98..7131d28dfe9 100644
16 --- a/app-text/xmlto/xmlto-0.0.26-r1.ebuild
17 +++ b/app-text/xmlto/xmlto-0.0.26-r1.ebuild
18 @@ -5,8 +5,8 @@ EAPI=5
19 inherit eutils
20
21 DESCRIPTION="script for converting XML and DocBook documents to a variety of output formats"
22 -HOMEPAGE="https://fedorahosted.org/xmlto/"
23 -SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2"
24 +HOMEPAGE="https://pagure.io/xmlto"
25 +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29
30 diff --git a/app-text/xmlto/xmlto-0.0.28-r1.ebuild b/app-text/xmlto/xmlto-0.0.28-r1.ebuild
31 index 2e79b5582e6..dcdf3321459 100644
32 --- a/app-text/xmlto/xmlto-0.0.28-r1.ebuild
33 +++ b/app-text/xmlto/xmlto-0.0.28-r1.ebuild
34 @@ -5,8 +5,8 @@ EAPI=5
35 inherit eutils
36
37 DESCRIPTION="script for converting XML and DocBook documents to a variety of output formats"
38 -HOMEPAGE="https://fedorahosted.org/xmlto/"
39 -SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2"
40 +HOMEPAGE="https://pagure.io/xmlto"
41 +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2"
42
43 LICENSE="GPL-2"
44 SLOT="0"