Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/yoda/
Date: Wed, 16 Sep 2020 10:05:09
Message-Id: 1600250699.93f886262580e21013aab82a8b0f1748af1c2b58.mgorny@gentoo
1 commit: 93f886262580e21013aab82a8b0f1748af1c2b58
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 16 10:04:36 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 16 10:04:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f88626
7
8 sci-physics/yoda: Use HTTPS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-physics/yoda/yoda-1.7.0-r2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-physics/yoda/yoda-1.7.0-r2.ebuild b/sci-physics/yoda/yoda-1.7.0-r2.ebuild
16 index 918658484a9..a17c010c34b 100644
17 --- a/sci-physics/yoda/yoda-1.7.0-r2.ebuild
18 +++ b/sci-physics/yoda/yoda-1.7.0-r2.ebuild
19 @@ -6,11 +6,10 @@ EAPI=6
20 inherit bash-completion-r1
21
22 DESCRIPTION="Yet more Objects for (High Energy Physics) Data Analysis"
23 -HOMEPAGE="http://yoda.hepforge.org/"
24 +HOMEPAGE="https://yoda.hepforge.org/"
25 +SRC_URI="https://www.hepforge.org/archive/${PN}/${P^^}.tar.bz2"
26
27 -SRC_URI="http://www.hepforge.org/archive/${PN}/${P^^}.tar.bz2"
28 LICENSE="GPL-2"
29 -
30 SLOT="0/${PV}"
31 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
32 IUSE="root static-libs"