Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alpine/
Date: Mon, 04 Dec 2017 22:09:02
Message-Id: 1512425318.76775693fd86603f43078b99cc8ea168fecb55de.soap@gentoo
1 commit: 76775693fd86603f43078b99cc8ea168fecb55de
2 Author: robert <gentoo.bugzilla.2012 <AT> r123 <DOT> de>
3 AuthorDate: Sat Dec 2 21:59:55 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 4 22:08:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76775693
7
8 mail-client/alpine: new version 2.21.1
9
10 Fix SRC_URI / HOMEPAGE
11 Closes: https://bugs.gentoo.org/639066
12 Closes: https://github.com/gentoo/gentoo/pull/6406
13
14 mail-client/alpine/Manifest | 3 ++-
15 mail-client/alpine/{alpine-2.21.ebuild => alpine-2.21.1.ebuild} | 7 ++++---
16 mail-client/alpine/alpine-2.21.ebuild | 7 ++++---
17 3 files changed, 10 insertions(+), 7 deletions(-)
18
19 diff --git a/mail-client/alpine/Manifest b/mail-client/alpine/Manifest
20 index 6d2604cb2e7..37eaa317709 100644
21 --- a/mail-client/alpine/Manifest
22 +++ b/mail-client/alpine/Manifest
23 @@ -1,3 +1,4 @@
24 DIST alpine-2.00-chappa-115-all.patch.gz 212705 SHA256 1503ae09b6a4a74828e3472c4987b48a310f817e7fd93ca385724660aa234d7f SHA512 5e9fcb6a80dbd18bed26109caa6b7aa5eeb88de420861d9998c32f031e8279d6367c28b6670fb54203d1b14c3dc47cf5ad25b42e4949157de64f3f1fd36d0aa7 WHIRLPOOL d9fef2fb0a07acfb8ba4e5bedbc0140a09020967e52b16853907db47b1a7e35286022c2a03b1670fe377015393d22b27bfa9f12780de05bac1f3458a81f75527
25 DIST alpine-2.00.tar.bz2 5222673 SHA256 c85db8405af90375ba2440c85b7952d80996154e9916b83acca558dc82e0a2a6 SHA512 17c6e65fbe767d4f9ffb3d3c2bb3deeab9d3620cd046cbb0009290aa484c9254effa992957631f0603bd82b82aeca2923d391aee6d20a7684d5830fbca8ce4d2 WHIRLPOOL 6c1fed63e826c12c6e39e8f79e2b33f3b85545e54c32fdbe918636086c0aaaa26073883946061a6b52df50af711b7d6bb6647a177f051afccccdbd0cf473bbc3
26 -DIST alpine-2.21.tar.xz 4720856 SHA256 6030b6881b8168546756ab3a5e43628d8d564539b0476578e287775573a77438 SHA512 a2a36a033c8af79810816a7da7185c269808ba6d84d013691fd8b3764c63f5fb2284e6844ec5a5e99d168514ae636debf59fae962533a2916679e4e9109c6264 WHIRLPOOL 54113ac1516e9f185ff4ed2841624145ec72514a8ce1d45c2907a8e5ad6b6e79ea6780d22d15a19053a69ae97cc2ef630ff8579ffe746a8b715d81a7db59a6d1
27 +DIST alpine-2.21.1.tar.gz 7490699 BLAKE2B f3aeafb55697701f6edda43659c9d27c7d7dab74f8e332e867f354ce555c26037f4b642af80f18db249dd7269f80bd880bc315ba4ae08ae7f63abc7998cea073 SHA512 78b47bd9e9dfc652bc407fe736d8b7526625782c332803cf01e5214a2b0a5af21736b8a2e685348913f6e2b10c80dced12081202294e9c61e3168b3a2b9657b7
28 +DIST alpine-2.21.tar.gz 7478778 BLAKE2B f8b734ff8004f5509cd932f63127f2c328f4a236bcaaf032f817d90e90051c16be3f57546603550d2e6a3513d7759faba9e5ddddb04b252f2adfc9da8f5f3401 SHA512 e61bb498cf0b52acdaa88e930ef1bff5a2f09c4b0006c9d8224f634811ba3373ce2fc5b00b104caafe3a90f97bcca5f27e226fb82f5672c1837a201dcfff8d93
29
30 diff --git a/mail-client/alpine/alpine-2.21.ebuild b/mail-client/alpine/alpine-2.21.1.ebuild
31 similarity index 87%
32 copy from mail-client/alpine/alpine-2.21.ebuild
33 copy to mail-client/alpine/alpine-2.21.1.ebuild
34 index 889913b3b1f..3c3ac27426b 100644
35 --- a/mail-client/alpine/alpine-2.21.ebuild
36 +++ b/mail-client/alpine/alpine-2.21.1.ebuild
37 @@ -2,11 +2,12 @@
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 -inherit autotools toolchain-funcs
42 +inherit autotools toolchain-funcs vcs-snapshot
43
44 DESCRIPTION="alpine is an easy to use text-based based mail and news client"
45 -HOMEPAGE="http://www.washington.edu/alpine/ http://alpine.freeiz.com/alpine/ http://repo.or.cz/alpine.git/"
46 -SRC_URI="http://alpine.freeiz.com/alpine/release/src/${P}.tar.xz"
47 +HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/"
48 +GIT_COMMIT="672d6838a9babf2faeb9f79267525a4ab9d20b14"
49 +SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
50
51 LICENSE="Apache-2.0"
52 SLOT="0"
53
54 diff --git a/mail-client/alpine/alpine-2.21.ebuild b/mail-client/alpine/alpine-2.21.ebuild
55 index 889913b3b1f..c8f0db34c52 100644
56 --- a/mail-client/alpine/alpine-2.21.ebuild
57 +++ b/mail-client/alpine/alpine-2.21.ebuild
58 @@ -2,11 +2,12 @@
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=6
62 -inherit autotools toolchain-funcs
63 +inherit autotools toolchain-funcs vcs-snapshot
64
65 DESCRIPTION="alpine is an easy to use text-based based mail and news client"
66 -HOMEPAGE="http://www.washington.edu/alpine/ http://alpine.freeiz.com/alpine/ http://repo.or.cz/alpine.git/"
67 -SRC_URI="http://alpine.freeiz.com/alpine/release/src/${P}.tar.xz"
68 +HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/"
69 +GIT_COMMIT="59678f8c7af17eb361f4b9cc9c30a26bff01a1f3"
70 +SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
71
72 LICENSE="Apache-2.0"
73 SLOT="0"