Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mozart-stdlib/
Date: Tue, 09 Apr 2019 22:21:45
Message-Id: 1554848483.f5db7a4c5b43317683079cbcd54339b4c7c6443b.monsieurp@gentoo
1 commit: f5db7a4c5b43317683079cbcd54339b4c7c6443b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 6 18:54:53 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 22:21:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5db7a4c
7
8 dev-lang/mozart-stdlib: fix HOMEPAGE and SRC_URI.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r1.ebuild b/dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r1.ebuild
17 index 53c6e040555..898c3bfdbed 100644
18 --- a/dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r1.ebuild
19 +++ b/dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="2"
26 @@ -8,8 +8,8 @@ inherit eutils
27 MY_P="mozart-${PV}.20080704-std"
28
29 DESCRIPTION="The Mozart Standard Library"
30 -HOMEPAGE="http://www.mozart-oz.org/"
31 -SRC_URI="http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-std.tar.gz"
32 +HOMEPAGE="https://mozart.github.io/ https://github.com/mozart/mozart"
33 +SRC_URI="mirror://sourceforge/project/mozart-oz/v1/1.4.0-2008-07-02-tar/${MY_P}.tar.gz"
34 LICENSE="Mozart"
35
36 SLOT="0"