Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alpine/
Date: Wed, 20 Mar 2019 18:26:58
Message-Id: 1553106385.04c78d056bd47ddf3bedac18c19bbaa36fa23fb9.bman@gentoo
1 commit: 04c78d056bd47ddf3bedac18c19bbaa36fa23fb9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 20 18:03:12 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 18:26:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c78d05
7
8 mail-client/alpine: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11426
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 mail-client/alpine/alpine-2.00-r7.ebuild | 4 ++--
15 mail-client/alpine/alpine-2.21.1-r1.ebuild | 6 +++---
16 mail-client/alpine/alpine-2.21.1.ebuild | 6 +++---
17 3 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/mail-client/alpine/alpine-2.00-r7.ebuild b/mail-client/alpine/alpine-2.00-r7.ebuild
20 index f9fe604f1b2..5226abdf790 100644
21 --- a/mail-client/alpine/alpine-2.00-r7.ebuild
22 +++ b/mail-client/alpine/alpine-2.00-r7.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -6,7 +6,7 @@ inherit eutils flag-o-matic autotools multilib toolchain-funcs
30
31 CHAPPA_PL=115
32 DESCRIPTION="An easy to use text-based based mail and news client"
33 -HOMEPAGE="http://www.washington.edu/alpine/ http://alpine.freeiz.com/alpine/"
34 +HOMEPAGE="https://www.washington.edu/alpine/ https://repo.or.cz/alpine.git/"
35 SRC_URI="ftp://ftp.cac.washington.edu/alpine/${P}.tar.bz2
36 chappa? ( http://alpine.x10host.com/alpine/patches/${P}/all.patch.gz
37 -> ${P}-chappa-${CHAPPA_PL}-all.patch.gz )"
38
39 diff --git a/mail-client/alpine/alpine-2.21.1-r1.ebuild b/mail-client/alpine/alpine-2.21.1-r1.ebuild
40 index 1e80cdb29d8..91a97405d86 100644
41 --- a/mail-client/alpine/alpine-2.21.1-r1.ebuild
42 +++ b/mail-client/alpine/alpine-2.21.1-r1.ebuild
43 @@ -1,14 +1,14 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 inherit autotools toolchain-funcs
50
51 DESCRIPTION="An easy to use text-based based mail and news client"
52 -HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/"
53 +HOMEPAGE="https://www.washington.edu/alpine/ https://repo.or.cz/alpine.git/"
54 GIT_COMMIT="843b2f16abfd949e09b1c5465387b1b0f724994a"
55 MY_P="${PN}-${GIT_COMMIT::7}"
56 -SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
57 +SRC_URI="https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
58 S="${WORKDIR}/${MY_P}"
59
60 LICENSE="Apache-2.0"
61
62 diff --git a/mail-client/alpine/alpine-2.21.1.ebuild b/mail-client/alpine/alpine-2.21.1.ebuild
63 index 776e9c126ff..bd661c3fb63 100644
64 --- a/mail-client/alpine/alpine-2.21.1.ebuild
65 +++ b/mail-client/alpine/alpine-2.21.1.ebuild
66 @@ -1,13 +1,13 @@
67 -# Copyright 1999-2018 Gentoo Foundation
68 +# Copyright 1999-2019 Gentoo Authors
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=6
72 inherit autotools toolchain-funcs vcs-snapshot
73
74 DESCRIPTION="An easy to use text-based based mail and news client"
75 -HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/"
76 +HOMEPAGE="https://www.washington.edu/alpine/ https://repo.or.cz/alpine.git/"
77 GIT_COMMIT="672d6838a9babf2faeb9f79267525a4ab9d20b14"
78 -SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
79 +SRC_URI="https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
80
81 LICENSE="Apache-2.0"
82 SLOT="0"