Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
Date: Thu, 24 Nov 2022 18:15:03
Message-Id: 1669313685.5b4d85e360627b1a3e840aa37d5f70e384c8a08f.conikost@gentoo
1 commit: 5b4d85e360627b1a3e840aa37d5f70e384c8a08f
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Nov 18 15:47:32 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 24 18:14:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4d85e3
7
8 dev-ml/ocurl: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-ml/ocurl/ocurl-0.9.1.ebuild | 2 +-
14 dev-ml/ocurl/ocurl-0.9.2.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ml/ocurl/ocurl-0.9.1.ebuild b/dev-ml/ocurl/ocurl-0.9.1.ebuild
18 index 1da26026857c..490512b5c8b1 100644
19 --- a/dev-ml/ocurl/ocurl-0.9.1.ebuild
20 +++ b/dev-ml/ocurl/ocurl-0.9.1.ebuild
21 @@ -6,7 +6,7 @@ EAPI=7
22 inherit findlib
23
24 DESCRIPTION="OCaml interface to the libcurl library"
25 -HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
26 +HOMEPAGE="https://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
27 LICENSE="MIT"
28 SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
29
30
31 diff --git a/dev-ml/ocurl/ocurl-0.9.2.ebuild b/dev-ml/ocurl/ocurl-0.9.2.ebuild
32 index 7a86de80a4e5..9710966ae014 100644
33 --- a/dev-ml/ocurl/ocurl-0.9.2.ebuild
34 +++ b/dev-ml/ocurl/ocurl-0.9.2.ebuild
35 @@ -6,7 +6,7 @@ EAPI=7
36 inherit findlib
37
38 DESCRIPTION="OCaml interface to the libcurl library"
39 -HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
40 +HOMEPAGE="https://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
41 SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
42
43 LICENSE="MIT"