Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alpine/
Date: Mon, 24 Sep 2018 06:54:07
Message-Id: 1537770980.3e468272bbe99ac5af928eee076a9336baba0167.mgorny@gentoo
1 commit: 3e468272bbe99ac5af928eee076a9336baba0167
2 Author: Robert Siebeck <gentoo.bugzilla.2012 <AT> r123 <DOT> de>
3 AuthorDate: Wed Sep 19 11:58:26 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 24 06:36:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e468272
7
8 mail-client/alpine: fix file name
9
10 Closes: https://bugs.gentoo.org/666490
11 Signed-off-by: Robert Siebeck <gentoo.bugzilla.2012 <AT> r123.de>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13 Closes: https://github.com/gentoo/gentoo/pull/9911
14
15 mail-client/alpine/Manifest | 1 +
16 mail-client/alpine/alpine-2.21.1-r1.ebuild | 11 ++++++-----
17 2 files changed, 7 insertions(+), 5 deletions(-)
18
19 diff --git a/mail-client/alpine/Manifest b/mail-client/alpine/Manifest
20 index aecf0b048b1..85c4e714c83 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 BLAKE2B 99c21a7b74a4ea04c3bb54947868b31f0e65eef0e35e515d14d9a701e5809fa1a7191444a353de3ba08b821bdf71543faaf261d4a427c2d1e366bbc00d4bf337 SHA512 5e9fcb6a80dbd18bed26109caa6b7aa5eeb88de420861d9998c32f031e8279d6367c28b6670fb54203d1b14c3dc47cf5ad25b42e4949157de64f3f1fd36d0aa7
25 DIST alpine-2.00.tar.bz2 5222673 BLAKE2B 38a9cd1fe3e291119b889bca0d304333cdf9ad8c63bc7923ea0735d3528c933b7d4dfe70bb353fe7b6047dafdaee3218a35e561f542b6ac763b60cb986509371 SHA512 17c6e65fbe767d4f9ffb3d3c2bb3deeab9d3620cd046cbb0009290aa484c9254effa992957631f0603bd82b82aeca2923d391aee6d20a7684d5830fbca8ce4d2
26 DIST alpine-2.21.1.tar.gz 7490699 BLAKE2B f3aeafb55697701f6edda43659c9d27c7d7dab74f8e332e867f354ce555c26037f4b642af80f18db249dd7269f80bd880bc315ba4ae08ae7f63abc7998cea073 SHA512 78b47bd9e9dfc652bc407fe736d8b7526625782c332803cf01e5214a2b0a5af21736b8a2e685348913f6e2b10c80dced12081202294e9c61e3168b3a2b9657b7
27 +DIST alpine-843b2f1.tar.gz 7490140 BLAKE2B 13ac5ef43dd729a7cf21b44dcd6feace3e1813672aec537fd05d5ff90b67bec145ceef71cfcf35b0cb7e250bb307556f5dcf8ebb024bc6366fd0ace0a7c41161 SHA512 106caa7bfe86fd5e82554ba68b9ee579cd8495bcd0dfbf82d9d75da2df3bd292d42d67af8ec737091f2a820b2555c25bbf0058c9c7bb5de5f950b570ffc25c4d
28
29 diff --git a/mail-client/alpine/alpine-2.21.1-r1.ebuild b/mail-client/alpine/alpine-2.21.1-r1.ebuild
30 index a02a0c5018b..1e80cdb29d8 100644
31 --- a/mail-client/alpine/alpine-2.21.1-r1.ebuild
32 +++ b/mail-client/alpine/alpine-2.21.1-r1.ebuild
33 @@ -2,13 +2,14 @@
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI=6
37 -inherit autotools toolchain-funcs vcs-snapshot
38 +inherit autotools toolchain-funcs
39
40 DESCRIPTION="An easy to use text-based based mail and news client"
41 HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/"
42 GIT_COMMIT="843b2f16abfd949e09b1c5465387b1b0f724994a"
43 -SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
44 -RESTRICT="mirror"
45 +MY_P="${PN}-${GIT_COMMIT::7}"
46 +SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
47 +S="${WORKDIR}/${MY_P}"
48
49 LICENSE="Apache-2.0"
50 SLOT="0"
51 @@ -82,8 +83,8 @@ src_install() {
52 dodoc doc/brochure.txt
53
54 dodoc doc/tech-notes/tech-notes.txt
55 - newdoc ${S}/doc/mailcap.unx mailcap.unx.sample
56 - newdoc ${S}/doc/mime.types mime.types.sample
57 + newdoc "${S}/doc/mailcap.unx" mailcap.unx.sample
58 + newdoc "${S}/doc/mime.types" mime.types.sample
59 docinto html/tech-notes
60 dohtml -r doc/tech-notes/
61 docompress -x /usr/share/doc/${PF}/mailcap.unx.sample /usr/share/doc/${PF}/mime.types.sample