Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ocaml/
Date: Fri, 04 Jan 2019 18:39:12
Message-Id: 1546627082.7e6c642ba2e5d0337fa53cf5e821f8aff9f208ff.radhermit@gentoo
1 commit: 7e6c642ba2e5d0337fa53cf5e821f8aff9f208ff
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 4 18:36:58 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 4 18:38:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6c642b
7
8 dev-lang/ocaml: use https for HOMEPAGE
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-lang/ocaml/ocaml-4.04.2-r1.ebuild | 2 +-
13 dev-lang/ocaml/ocaml-4.05.0-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild b/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild
17 index 27b31db0df9..f790ab2d1cd 100644
18 --- a/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild
19 +++ b/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild
20 @@ -8,7 +8,7 @@ inherit flag-o-matic eutils multilib versionator toolchain-funcs
21 PATCHLEVEL="8"
22 MY_P="${P/_/-}"
23 DESCRIPTION="Type-inferring functional programming language descended from the ML family"
24 -HOMEPAGE="http://www.ocaml.org/"
25 +HOMEPAGE="https://ocaml.org"
26 SRC_URI="https://github.com/ocaml/ocaml/archive/${PV/_/+}.tar.gz -> ${MY_P}.tar.gz
27 mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"
28
29
30 diff --git a/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild b/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild
31 index 078795d8000..f0a79f5e329 100644
32 --- a/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild
33 +++ b/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild
34 @@ -8,7 +8,7 @@ inherit flag-o-matic eutils multilib versionator toolchain-funcs
35 PATCHLEVEL="9"
36 MY_P="${P/_/-}"
37 DESCRIPTION="Type-inferring functional programming language descended from the ML family"
38 -HOMEPAGE="http://www.ocaml.org/"
39 +HOMEPAGE="https://ocaml.org"
40 SRC_URI="https://github.com/ocaml/ocaml/archive/${PV/_/+}.tar.gz -> ${MY_P}.tar.gz
41 mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"