diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-06 19:54:53 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-10 00:21:23 +0200 |
commit | f5db7a4c5b43317683079cbcd54339b4c7c6443b (patch) | |
tree | 2953499f734f8209f3c61e3fbcfee24ef43a3398 /dev-lang/mozart-stdlib | |
parent | dev-lang/mozart: EAPI7, improve ebuild. (diff) | |
download | gentoo-f5db7a4c5b43317683079cbcd54339b4c7c6443b.tar.gz gentoo-f5db7a4c5b43317683079cbcd54339b4c7c6443b.tar.bz2 gentoo-f5db7a4c5b43317683079cbcd54339b4c7c6443b.zip |
dev-lang/mozart-stdlib: fix HOMEPAGE and SRC_URI.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-lang/mozart-stdlib')
-rw-r--r-- | dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 index 53c6e040555f..898c3bfdbede 100644 --- a/dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r1.ebuild +++ b/dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -8,8 +8,8 @@ inherit eutils MY_P="mozart-${PV}.20080704-std" DESCRIPTION="The Mozart Standard Library" -HOMEPAGE="http://www.mozart-oz.org/" -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" +HOMEPAGE="https://mozart.github.io/ https://github.com/mozart/mozart" +SRC_URI="mirror://sourceforge/project/mozart-oz/v1/1.4.0-2008-07-02-tar/${MY_P}.tar.gz" LICENSE="Mozart" SLOT="0" |