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/
Date: Tue, 09 Apr 2019 22:21:46
Message-Id: 1554848481.4dbddacdd6c10c5369b02a4abd4a98c3a496d98e.monsieurp@gentoo
1 commit: 4dbddacdd6c10c5369b02a4abd4a98c3a496d98e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 6 18:47:22 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 22:21:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbddacd
7
8 dev-lang/mozart: fix HOMEPAGE and SRC_URI.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11286
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 dev-lang/mozart/mozart-1.4.0-r3.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-lang/mozart/mozart-1.4.0-r3.ebuild b/dev-lang/mozart/mozart-1.4.0-r3.ebuild
18 index 5c828c75cab..8f96e42f884 100644
19 --- a/dev-lang/mozart/mozart-1.4.0-r3.ebuild
20 +++ b/dev-lang/mozart/mozart-1.4.0-r3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -9,11 +9,11 @@ PATCHSET_VER="5"
28 MY_P="mozart-${PV}.20080704"
29
30 DESCRIPTION="Advanced development platform for intelligent, distributed applications"
31 -HOMEPAGE="http://www.mozart-oz.org/"
32 +HOMEPAGE="https://mozart.github.io/ https://github.com/mozart/mozart"
33 SRC_URI="
34 - http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-src.tar.gz
35 + mirror://sourceforge/project/mozart-oz/v1/1.4.0-2008-07-02-tar/${MY_P}-src.tar.gz
36 mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz
37 - doc? ( http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-doc.tar.gz )"
38 + doc? ( mirror://sourceforge/project/mozart-oz/v1/1.4.0-2008-07-02-tar/${MY_P}-doc.tar.gz )"
39
40 SLOT="0"
41 LICENSE="Mozart"