commit: 8774aded5739ff20c1e7508baf415b9026bea2f2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au> AuthorDate: Tue Aug 22 12:08:31 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Aug 22 21:39:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8774aded
www-apache/anyterm: HOMEPAGE and SRC_URI 301 redirect to HTTPS * SRC_URI is dead, no suitable replacement found (appears that SVN checkout is the preferred upstream download method now) Package-Manager: Portage-2.3.7, Repoman-2.3.3 www-apache/anyterm/anyterm-1.1.29-r1.ebuild | 6 +++--- www-apache/anyterm/anyterm-1.1.29.ebuild | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www-apache/anyterm/anyterm-1.1.29-r1.ebuild b/www-apache/anyterm/anyterm-1.1.29-r1.ebuild index b1cdf260df9..7a3008eebbd 100644 --- a/www-apache/anyterm/anyterm-1.1.29-r1.ebuild +++ b/www-apache/anyterm/anyterm-1.1.29-r1.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic toolchain-funcs DESCRIPTION="A terminal anywhere" -HOMEPAGE="http://anyterm.org/" -SRC_URI="http://anyterm.org/download/${P}.tbz2" +HOMEPAGE="https://anyterm.org/" +SRC_URI="https://anyterm.org/download/${P}.tbz2" LICENSE="GPL-2 Boost-1.0" SLOT="0" @@ -51,5 +51,5 @@ src_install() { pkg_postinst() { elog "To proceed with installation, read the following:" - elog "http://anyterm.org/1.1/install.html" + elog "https://anyterm.org/install.html" } diff --git a/www-apache/anyterm/anyterm-1.1.29.ebuild b/www-apache/anyterm/anyterm-1.1.29.ebuild index 6c15d1bb806..0c499ce28ee 100644 --- a/www-apache/anyterm/anyterm-1.1.29.ebuild +++ b/www-apache/anyterm/anyterm-1.1.29.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -6,8 +6,8 @@ EAPI="2" inherit eutils flag-o-matic DESCRIPTION="A terminal anywhere" -HOMEPAGE="http://anyterm.org/" -SRC_URI="http://anyterm.org/download/${P}.tbz2" +HOMEPAGE="https://anyterm.org/" +SRC_URI="https://anyterm.org/download/${P}.tbz2" LICENSE="GPL-2 Boost-1.0" SLOT="0" @@ -41,5 +41,5 @@ src_install() { pkg_postinst() { elog "To proceed installation, read following:" - elog "http://anyterm.org/1.1/install.html" + elog "https://anyterm.org/install.html" }