Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_h2/
Date: Mon, 15 Oct 2018 13:49:14
Message-Id: 1539611343.7368401975ebbc2083d523ca058bc36fe6a205c3.candrews@gentoo
1 commit: 7368401975ebbc2083d523ca058bc36fe6a205c3
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 13:45:28 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 13:49:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73684019
7
8 www-apache/mod_h2: 1.11.3 version bump; always run eautoreconf
9
10 Run eautoreconf to fix QA notice:
11 `../libtool: line 7902: func_munge_path_list: command not found`
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14
15 www-apache/mod_h2/Manifest | 1 +
16 www-apache/mod_h2/{mod_h2-9999.ebuild => mod_h2-1.11.3.ebuild} | 8 ++++----
17 www-apache/mod_h2/mod_h2-9999.ebuild | 8 ++++----
18 3 files changed, 9 insertions(+), 8 deletions(-)
19
20 diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
21 index e01c6c36c66..d6d5ffbf601 100644
22 --- a/www-apache/mod_h2/Manifest
23 +++ b/www-apache/mod_h2/Manifest
24 @@ -1 +1,2 @@
25 DIST mod_http2-1.10.10.tar.gz 528560 BLAKE2B 7389441b1d30d0448bb17fc02a73957cf20365020796ce7260c1d63d1468537ecdeab83db12d1b245af1e760236da8e8d0ccf9ffb222d2dec1e55491ac77dc11 SHA512 b4b9e734ed35ca63fa114462f1adb358bb73e4cbd8df95ab28c4518b8f7db40233f4ba13bc2194847eb9c1adbc3eb86fc63cbb56389fc0867767658d4d8ba77b
26 +DIST mod_http2-1.11.3.tar.gz 1028467 BLAKE2B 3a5d644f87104e1f7baae05396fefe94975e86e9289bb9c4e6d7ed94e45e1d9b38dfc79d0e0d9ee9270efedcd811db2374c898e419d4c16f73b38f53512e91ed SHA512 b97697f44eab9984b7dcaa7d941f23375cd5c2c81405842e17910a37dc2c952fc36a37e0802755457ccedd196c5fd2fb5b60467cb0ed16ed7aeb88cce4eabd2f
27
28 diff --git a/www-apache/mod_h2/mod_h2-9999.ebuild b/www-apache/mod_h2/mod_h2-1.11.3.ebuild
29 similarity index 86%
30 copy from www-apache/mod_h2/mod_h2-9999.ebuild
31 copy to www-apache/mod_h2/mod_h2-1.11.3.ebuild
32 index eaf87ecaf6b..7a124f105c0 100644
33 --- a/www-apache/mod_h2/mod_h2-9999.ebuild
34 +++ b/www-apache/mod_h2/mod_h2-1.11.3.ebuild
35 @@ -1,15 +1,15 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 +# Copyright 1999-2018 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI="6"
41
42 -inherit apache-module
43 +inherit apache-module autotools
44
45 MY_P="${PN/h2/http2}-${PV}"
46
47 if [[ ${PV} == 9999 ]] ; then
48 EGIT_REPO_URI="https://github.com/icing/mod_h2.git"
49 - inherit autotools git-r3
50 + inherit git-r3
51 else
52 S="${WORKDIR}/${MY_P}"
53 SRC_URI="https://github.com/icing/mod_h2/releases/download/v${PV}/${MY_P}.tar.gz"
54 @@ -31,7 +31,7 @@ need_apache2_4
55
56 src_prepare() {
57 default
58 - [[ ${PV} = 9999 ]] && eautoreconf
59 + eautoreconf
60 }
61
62 src_compile() {
63
64 diff --git a/www-apache/mod_h2/mod_h2-9999.ebuild b/www-apache/mod_h2/mod_h2-9999.ebuild
65 index eaf87ecaf6b..7a124f105c0 100644
66 --- a/www-apache/mod_h2/mod_h2-9999.ebuild
67 +++ b/www-apache/mod_h2/mod_h2-9999.ebuild
68 @@ -1,15 +1,15 @@
69 -# Copyright 1999-2017 Gentoo Foundation
70 +# Copyright 1999-2018 Gentoo Authors
71 # Distributed under the terms of the GNU General Public License v2
72
73 EAPI="6"
74
75 -inherit apache-module
76 +inherit apache-module autotools
77
78 MY_P="${PN/h2/http2}-${PV}"
79
80 if [[ ${PV} == 9999 ]] ; then
81 EGIT_REPO_URI="https://github.com/icing/mod_h2.git"
82 - inherit autotools git-r3
83 + inherit git-r3
84 else
85 S="${WORKDIR}/${MY_P}"
86 SRC_URI="https://github.com/icing/mod_h2/releases/download/v${PV}/${MY_P}.tar.gz"
87 @@ -31,7 +31,7 @@ need_apache2_4
88
89 src_prepare() {
90 default
91 - [[ ${PV} = 9999 ]] && eautoreconf
92 + eautoreconf
93 }
94
95 src_compile() {