Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
Date: Fri, 03 Jul 2020 23:23:07
Message-Id: 1593818547.e29bf58b5224ad9b44e7afdc938f5475e238e7f1.bman@gentoo
1 commit: e29bf58b5224ad9b44e7afdc938f5475e238e7f1
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 2 17:45:53 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 3 23:22:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29bf58b
7
8 app-editors/teco: use HTTPS
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16546
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 app-editors/teco/teco-36_p19940820.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild
19 index cb7d37feb45..d37ed3f84e1 100644
20 --- a/app-editors/teco/teco-36_p19940820.ebuild
21 +++ b/app-editors/teco/teco-36_p19940820.ebuild
22 @@ -6,8 +6,8 @@ EAPI=7
23 inherit toolchain-funcs flag-o-matic readme.gentoo-r1
24
25 DESCRIPTION="Classic TECO editor, Predecessor to EMACS"
26 -HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/editors/tty/ http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco"
27 -SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz -> ${P}.tar.gz
28 +HOMEPAGE="https://www.ibiblio.org/pub/linux/apps/editors/tty/ https://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco"
29 +SRC_URI="https://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz -> ${P}.tar.gz
30 doc? ( https://dev.gentoo.org/~ulm/distfiles/tecodoc.tar.gz )"
31
32 LICENSE="freedist"