Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/
Date: Fri, 09 Oct 2020 13:47:14
Message-Id: 1602251133.9cebb058474c31aaacc443f2af7384accea1cf4e.conikost@gentoo
1 commit: 9cebb058474c31aaacc443f2af7384accea1cf4e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 26 14:25:08 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 13:45:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cebb058
7
8 media-gfx/asymptote: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/17681
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 media-gfx/asymptote/asymptote-2.61.ebuild | 2 +-
16 media-gfx/asymptote/asymptote-2.62.ebuild | 2 +-
17 media-gfx/asymptote/asymptote-2.65.ebuild | 2 +-
18 media-gfx/asymptote/asymptote-2.67.ebuild | 2 +-
19 4 files changed, 4 insertions(+), 4 deletions(-)
20
21 diff --git a/media-gfx/asymptote/asymptote-2.61.ebuild b/media-gfx/asymptote/asymptote-2.61.ebuild
22 index 90caa2a0498..0117ea06a1d 100644
23 --- a/media-gfx/asymptote/asymptote-2.61.ebuild
24 +++ b/media-gfx/asymptote/asymptote-2.61.ebuild
25 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7} )
26 inherit autotools elisp-common latex-package python-r1
27
28 DESCRIPTION="A vector graphics language that provides a framework for technical drawing"
29 -HOMEPAGE="http://asymptote.sourceforge.net/"
30 +HOMEPAGE="https://asymptote.sourceforge.io/"
31 SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
32
33 LICENSE="GPL-3"
34
35 diff --git a/media-gfx/asymptote/asymptote-2.62.ebuild b/media-gfx/asymptote/asymptote-2.62.ebuild
36 index 5f683b025c1..af22df7d3e9 100644
37 --- a/media-gfx/asymptote/asymptote-2.62.ebuild
38 +++ b/media-gfx/asymptote/asymptote-2.62.ebuild
39 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7} )
40 inherit autotools elisp-common latex-package python-r1
41
42 DESCRIPTION="A vector graphics language that provides a framework for technical drawing"
43 -HOMEPAGE="http://asymptote.sourceforge.net/"
44 +HOMEPAGE="https://asymptote.sourceforge.io/"
45 SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
46
47 LICENSE="GPL-3"
48
49 diff --git a/media-gfx/asymptote/asymptote-2.65.ebuild b/media-gfx/asymptote/asymptote-2.65.ebuild
50 index be68de6d52c..99fe53927a8 100644
51 --- a/media-gfx/asymptote/asymptote-2.65.ebuild
52 +++ b/media-gfx/asymptote/asymptote-2.65.ebuild
53 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )
54 inherit autotools elisp-common latex-package python-r1
55
56 DESCRIPTION="A vector graphics language that provides a framework for technical drawing"
57 -HOMEPAGE="http://asymptote.sourceforge.net/"
58 +HOMEPAGE="https://asymptote.sourceforge.io/"
59 SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
60
61 LICENSE="GPL-3"
62
63 diff --git a/media-gfx/asymptote/asymptote-2.67.ebuild b/media-gfx/asymptote/asymptote-2.67.ebuild
64 index 581f8fb50a4..1e7593538a8 100644
65 --- a/media-gfx/asymptote/asymptote-2.67.ebuild
66 +++ b/media-gfx/asymptote/asymptote-2.67.ebuild
67 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )
68 inherit autotools elisp-common latex-package python-r1
69
70 DESCRIPTION="A vector graphics language that provides a framework for technical drawing"
71 -HOMEPAGE="http://asymptote.sourceforge.net/"
72 +HOMEPAGE="https://asymptote.sourceforge.io/"
73 SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
74
75 LICENSE="GPL-3"