diff options
author | David Hicks <david@hicks.id.au> | 2017-08-22 22:08:31 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-22 23:39:51 +0200 |
commit | 8774aded5739ff20c1e7508baf415b9026bea2f2 (patch) | |
tree | bca87b96d87a88dcda4f94a2b2373f333658bde2 /www-apache/anyterm | |
parent | games-puzzle/angrydd: HOMEPAGE and SRC_URI 301 redirect to HTTPS (diff) | |
download | gentoo-8774aded5739ff20c1e7508baf415b9026bea2f2.tar.gz gentoo-8774aded5739ff20c1e7508baf415b9026bea2f2.tar.bz2 gentoo-8774aded5739ff20c1e7508baf415b9026bea2f2.zip |
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
Diffstat (limited to 'www-apache/anyterm')
-rw-r--r-- | www-apache/anyterm/anyterm-1.1.29-r1.ebuild | 6 | ||||
-rw-r--r-- | 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 b1cdf260df91..7a3008eebbd2 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 6c15d1bb8063..0c499ce28eea 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" } |