Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/geogebra-bin/
Date: Fri, 30 Sep 2022 23:25:00
Message-Id: 1664580268.08209db1ff08275586ffa4e365a61a98955fa642.sam@gentoo
1 commit: 08209db1ff08275586ffa4e365a61a98955fa642
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:19:41 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 23:24:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08209db1
7
8 sci-mathematics/geogebra-bin: fix StaticSrcUri
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r2.ebuild | 4 ++--
13 sci-mathematics/geogebra-bin/geogebra-bin-5.0.683.0.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r2.ebuild b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r2.ebuild
17 index f2e494821062..5f4924c68569 100644
18 --- a/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r2.ebuild
19 +++ b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2020 Gentoo Authors
22 +# Copyright 2020-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -9,7 +9,7 @@ MY_PV="${PV//./-}"
27
28 DESCRIPTION="Mathematics software for geometry"
29 HOMEPAGE="https://www.geogebra.org"
30 -SRC_URI="https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${MY_PV}.tar.bz2
31 +SRC_URI="https://download.geogebra.org/installers/$(ver_cut 1-2)/GeoGebra-Linux-Portable-${MY_PV}.tar.bz2
32 https://dev.gentoo.org/~gyakovlev/distfiles/Geogebra.svg"
33
34 LICENSE="Geogebra CC-BY-NC-SA-3.0 GPL-3 Apache-2.0 BSD-2 BSD BSD-4 colt EPL-1.0 icu LGPL-2.1 LGPL-2.1+ MIT W3C || ( GPL-2 CDDL )"
35
36 diff --git a/sci-mathematics/geogebra-bin/geogebra-bin-5.0.683.0.ebuild b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.683.0.ebuild
37 index 3749e86ddc99..5b2e1ae220d4 100644
38 --- a/sci-mathematics/geogebra-bin/geogebra-bin-5.0.683.0.ebuild
39 +++ b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.683.0.ebuild
40 @@ -9,7 +9,7 @@ MY_PV="${PV//./-}"
41
42 DESCRIPTION="Mathematics software for geometry"
43 HOMEPAGE="https://www.geogebra.org"
44 -SRC_URI="https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${MY_PV}.tar.bz2
45 +SRC_URI="https://download.geogebra.org/installers/$(ver_cut 1-2)/GeoGebra-Linux-Portable-${MY_PV}.tar.bz2
46 https://dev.gentoo.org/~gyakovlev/distfiles/Geogebra.svg"
47
48 LICENSE="Geogebra CC-BY-NC-SA-3.0 GPL-3 Apache-2.0 BSD-2 BSD BSD-4 colt EPL-1.0 icu LGPL-2.1 LGPL-2.1+ MIT W3C || ( GPL-2 CDDL )"