summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-03-20 19:03:12 +0100
committerAaron Bauman <bman@gentoo.org>2019-03-20 14:26:25 -0400
commit04c78d056bd47ddf3bedac18c19bbaa36fa23fb9 (patch)
treec04c5348fb795236bd09e32ee9994c85ad6c2dee /mail-client
parentapp-shells/bash: Attempt to fix variable scoping in POSIX mode. (diff)
downloadgentoo-04c78d056bd47ddf3bedac18c19bbaa36fa23fb9.tar.gz
gentoo-04c78d056bd47ddf3bedac18c19bbaa36fa23fb9.tar.bz2
gentoo-04c78d056bd47ddf3bedac18c19bbaa36fa23fb9.zip
mail-client/alpine: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11426 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/alpine/alpine-2.00-r7.ebuild4
-rw-r--r--mail-client/alpine/alpine-2.21.1-r1.ebuild6
-rw-r--r--mail-client/alpine/alpine-2.21.1.ebuild6
3 files changed, 8 insertions, 8 deletions
diff --git a/mail-client/alpine/alpine-2.00-r7.ebuild b/mail-client/alpine/alpine-2.00-r7.ebuild
index f9fe604f1b25..5226abdf790e 100644
--- a/mail-client/alpine/alpine-2.00-r7.ebuild
+++ b/mail-client/alpine/alpine-2.00-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic autotools multilib toolchain-funcs
CHAPPA_PL=115
DESCRIPTION="An easy to use text-based based mail and news client"
-HOMEPAGE="http://www.washington.edu/alpine/ http://alpine.freeiz.com/alpine/"
+HOMEPAGE="https://www.washington.edu/alpine/ https://repo.or.cz/alpine.git/"
SRC_URI="ftp://ftp.cac.washington.edu/alpine/${P}.tar.bz2
chappa? ( http://alpine.x10host.com/alpine/patches/${P}/all.patch.gz
-> ${P}-chappa-${CHAPPA_PL}-all.patch.gz )"
diff --git a/mail-client/alpine/alpine-2.21.1-r1.ebuild b/mail-client/alpine/alpine-2.21.1-r1.ebuild
index 1e80cdb29d81..91a97405d866 100644
--- a/mail-client/alpine/alpine-2.21.1-r1.ebuild
+++ b/mail-client/alpine/alpine-2.21.1-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools toolchain-funcs
DESCRIPTION="An easy to use text-based based mail and news client"
-HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/"
+HOMEPAGE="https://www.washington.edu/alpine/ https://repo.or.cz/alpine.git/"
GIT_COMMIT="843b2f16abfd949e09b1c5465387b1b0f724994a"
MY_P="${PN}-${GIT_COMMIT::7}"
-SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
+SRC_URI="https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0"
diff --git a/mail-client/alpine/alpine-2.21.1.ebuild b/mail-client/alpine/alpine-2.21.1.ebuild
index 776e9c126ffc..bd661c3fb63d 100644
--- a/mail-client/alpine/alpine-2.21.1.ebuild
+++ b/mail-client/alpine/alpine-2.21.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools toolchain-funcs vcs-snapshot
DESCRIPTION="An easy to use text-based based mail and news client"
-HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/"
+HOMEPAGE="https://www.washington.edu/alpine/ https://repo.or.cz/alpine.git/"
GIT_COMMIT="672d6838a9babf2faeb9f79267525a4ab9d20b14"
-SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"