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-libs/libtecla/
Date: Sat, 27 Jun 2020 20:51:40
Message-Id: 1593290916.14f11801fdebe7d22310de224c278ee277bd7a4a.bman@gentoo
1 commit: 14f11801fdebe7d22310de224c278ee277bd7a4a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 26 11:41:04 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 20:48:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f11801
7
8 dev-libs/libtecla: use HTTPS
9
10 Package-Manager: Portage-2.3.101, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 dev-libs/libtecla/libtecla-1.6.3.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/libtecla/libtecla-1.6.3.ebuild b/dev-libs/libtecla/libtecla-1.6.3.ebuild
18 index d7cd7848d68..070399cd74d 100644
19 --- a/dev-libs/libtecla/libtecla-1.6.3.ebuild
20 +++ b/dev-libs/libtecla/libtecla-1.6.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -6,8 +6,8 @@ EAPI=6
28 inherit autotools flag-o-matic
29
30 DESCRIPTION="Tecla command-line editing library"
31 -HOMEPAGE="http://www.astro.caltech.edu/~mcs/tecla/"
32 -SRC_URI="http://www.astro.caltech.edu/~mcs/tecla/${P}.tar.gz"
33 +HOMEPAGE="https://www.astro.caltech.edu/~mcs/tecla/"
34 +SRC_URI="https://www.astro.caltech.edu/~mcs/tecla/${P}.tar.gz"
35
36 LICENSE="icu"
37 SLOT="0"