Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/XML-Schema-learner/
Date: Thu, 29 Aug 2019 11:39:31
Message-Id: 1567078697.e568d8f165043620f702c77651aaff14e76079d0.soap@gentoo
1 commit: e568d8f165043620f702c77651aaff14e76079d0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 11:38:17 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 11:38:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e568d8f1
7
8 app-text/XML-Schema-learner: [QA] Fix ${HOMEPAGE} in SRC_URI
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild b/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild
17 index b4d56e1a79b..0b0e2413742 100644
18 --- a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild
19 +++ b/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 DESCRIPTION="Algorithmic inferencing of XML schema definitions and DTDs"
28 -HOMEPAGE="https://github.com/kore/${PN}"
29 -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 +HOMEPAGE="https://github.com/kore/XML-Schema-learner"
31 +SRC_URI="https://github.com/kore/XML-Schema-learner/archive/${PV}.tar.gz -> ${P}.tar.gz"
32
33 LICENSE="GPL-3"
34 SLOT="0"