commit: aeace4599c008d0252653f9032959f9c6202bf73 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Aug 30 18:54:29 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Oct 27 23:06:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeace459
app-text/xmlto: fix HOMEPAGE, SRC_URI. app-text/xmlto/xmlto-0.0.26-r1.ebuild | 4 ++-- app-text/xmlto/xmlto-0.0.28-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/xmlto/xmlto-0.0.26-r1.ebuild b/app-text/xmlto/xmlto-0.0.26-r1.ebuild index a09fe62fa98..7131d28dfe9 100644 --- a/app-text/xmlto/xmlto-0.0.26-r1.ebuild +++ b/app-text/xmlto/xmlto-0.0.26-r1.ebuild @@ -5,8 +5,8 @@ EAPI=5 inherit eutils DESCRIPTION="script for converting XML and DocBook documents to a variety of output formats" -HOMEPAGE="https://fedorahosted.org/xmlto/" -SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2" +HOMEPAGE="https://pagure.io/xmlto" +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/app-text/xmlto/xmlto-0.0.28-r1.ebuild b/app-text/xmlto/xmlto-0.0.28-r1.ebuild index 2e79b5582e6..dcdf3321459 100644 --- a/app-text/xmlto/xmlto-0.0.28-r1.ebuild +++ b/app-text/xmlto/xmlto-0.0.28-r1.ebuild @@ -5,8 +5,8 @@ EAPI=5 inherit eutils DESCRIPTION="script for converting XML and DocBook documents to a variety of output formats" -HOMEPAGE="https://fedorahosted.org/xmlto/" -SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2" +HOMEPAGE="https://pagure.io/xmlto" +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"
