Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/jsonnet/
Date: Wed, 29 May 2019 04:14:40
Message-Id: 1559102584.43a82ea5732b6fb3aefbc1986a9f2944f613c6ca.bman@gentoo
1 commit: 43a82ea5732b6fb3aefbc1986a9f2944f613c6ca
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat May 25 18:25:35 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 04:03:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a82ea5
7
8 dev-lang/jsonnet: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/12104
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 dev-lang/jsonnet/jsonnet-0.12.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/jsonnet/jsonnet-0.12.1.ebuild b/dev-lang/jsonnet/jsonnet-0.12.1.ebuild
18 index e021db68f24..ba69cbeb09a 100644
19 --- a/dev-lang/jsonnet/jsonnet-0.12.1.ebuild
20 +++ b/dev-lang/jsonnet/jsonnet-0.12.1.ebuild
21 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_6 python3_7 )
22 inherit toolchain-funcs distutils-r1
23
24 DESCRIPTION="A data templating language for app and tool developers "
25 -HOMEPAGE="http://jsonnet.org/"
26 +HOMEPAGE="https://jsonnet.org/"
27 SRC_URI="https://github.com/google/jsonnet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 IUSE="python"