Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/tango/
Date: Fri, 03 May 2019 00:42:43
Message-Id: 1556844080.df75c42d2875c6e360b088f170e3857e75cc1c8a.bman@gentoo
1 commit: df75c42d2875c6e360b088f170e3857e75cc1c8a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 29 10:49:55 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri May 3 00:41:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df75c42d
7
8 sci-misc/tango: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11861
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 sci-misc/tango/tango-9.2.5a.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-misc/tango/tango-9.2.5a.ebuild b/sci-misc/tango/tango-9.2.5a.ebuild
18 index 2b88352a450..5eadce1c4e6 100644
19 --- a/sci-misc/tango/tango-9.2.5a.ebuild
20 +++ b/sci-misc/tango/tango-9.2.5a.ebuild
21 @@ -1,10 +1,10 @@
22 -# Copyright 2018 Gentoo Authors
23 +# Copyright 2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 DESCRIPTION="Tango is an Open Source solution for SCADA and DCS"
29 -HOMEPAGE="http://www.tango-controls.org/"
30 +HOMEPAGE="https://www.tango-controls.org/"
31 SRC_URI="mirror://sourceforge/tango-cs/${P}.tar.gz"
32
33 LICENSE="GPL-3"