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: Fri, 25 Jan 2019 17:04:10
Message-Id: 1548435829.1802f6d90f927abd14eec17e11ca4cc5c425c238.candrews@gentoo
1 commit: 1802f6d90f927abd14eec17e11ca4cc5c425c238
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 25 17:03:36 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 25 17:03:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1802f6d9
7
8 www-apache/mod_h2: Cleanup old versions
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 www-apache/mod_h2/Manifest | 4 ---
14 www-apache/mod_h2/mod_h2-1.10.10.ebuild | 47 ---------------------------------
15 www-apache/mod_h2/mod_h2-1.11.3.ebuild | 47 ---------------------------------
16 www-apache/mod_h2/mod_h2-1.11.4.ebuild | 47 ---------------------------------
17 www-apache/mod_h2/mod_h2-1.12.0.ebuild | 47 ---------------------------------
18 5 files changed, 192 deletions(-)
19
20 diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
21 index 5fa909f4d8d..899413b5a5f 100644
22 --- a/www-apache/mod_h2/Manifest
23 +++ b/www-apache/mod_h2/Manifest
24 @@ -1,6 +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 -DIST mod_http2-1.11.4.tar.gz 1028706 BLAKE2B f2c662913a30e96fe28d68690cf0fe33e4de2d7072bb46016f063a9aa979dfdbb9e39f88110c56bc3a319e1220365159fd0c15356bfbf981ae57377e137c1e96 SHA512 1347e8fe4d88d8d87ca547270a27ac63c7b7804b57a06a225ab4199a24a55ad3048cb4c7a50fb7cc2ea2a78b2cf0f1dd8f5bad6191d2854df30042f0d64e6a1c
28 -DIST mod_http2-1.12.0.tar.gz 1029587 BLAKE2B 10578491ce39b91e1d6363cb98d45c2c3ca74c5126af489b1c4261e80aef907b9b737a9322a54a144af7cd0892b8d0c0a86ba4467aeaf826199b989226593154 SHA512 50d8d8e44ba8d4516fac642aea9c2ce5afe766aaa1bb930ca64fd9fdb4983ee5db9677d4e9d10d88391d39b9a9be127594a90670493c39ef6368e073456034f0
29 DIST mod_http2-1.12.1.tar.gz 1030534 BLAKE2B cbe02be6dfd1d1563a86c020f7eb8f5922e5d171b3a5d4714539658d5a3e067774b4bbb803e67943ef9b04caef6f3d69291d9ab0f6d8334839a98f466bd3851b SHA512 72cb915bdd283742a7bc2676adf3440d5e30588df87e4dc5750886747b0026e0cd0a36f08a39c323e647c83ecef6b434b33c23c96bb7c00ad480d430c1f37f44
30 DIST mod_http2-1.12.2.tar.gz 1030072 BLAKE2B efb829eb98bb40489e9a52267125d79093ed2055e50ef6ae6c5fed7616df050e9ec659dd72764534ec778d75e6c462764baff88193970d2bbadf85572d5535f2 SHA512 2fab9625ba7adaa85fa4b1c55e0e1420851d1e44766f81c1e5b60b0b310b071047651c07b44b0dbeaf2d3cb2c722b9de3c52f145eb12e63c08301cf8c1f294cc
31
32 diff --git a/www-apache/mod_h2/mod_h2-1.10.10.ebuild b/www-apache/mod_h2/mod_h2-1.10.10.ebuild
33 deleted file mode 100644
34 index eaf87ecaf6b..00000000000
35 --- a/www-apache/mod_h2/mod_h2-1.10.10.ebuild
36 +++ /dev/null
37 @@ -1,47 +0,0 @@
38 -# Copyright 1999-2017 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI="6"
42 -
43 -inherit apache-module
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 -else
51 - S="${WORKDIR}/${MY_P}"
52 - SRC_URI="https://github.com/icing/mod_h2/releases/download/v${PV}/${MY_P}.tar.gz"
53 - KEYWORDS="~amd64 ~x86"
54 -fi
55 -
56 -DESCRIPTION="HTTP/2 module for Apache"
57 -HOMEPAGE="https://github.com/icing/mod_h2"
58 -
59 -LICENSE="Apache-2.0"
60 -SLOT="0"
61 -IUSE="ssl"
62 -
63 -RDEPEND=">=net-libs/nghttp2-1.0
64 - >=www-servers/apache-2.4.20[-apache2_modules_http2,ssl?]"
65 -DEPEND="${RDEPEND}"
66 -
67 -need_apache2_4
68 -
69 -src_prepare() {
70 - default
71 - [[ ${PV} = 9999 ]] && eautoreconf
72 -}
73 -
74 -src_compile() {
75 - default
76 -}
77 -
78 -src_install() {
79 - default
80 -
81 - APACHE2_MOD_DEFINE="HTTP2"
82 - insinto "${APACHE_MODULES_CONFDIR}"
83 - newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
84 -}
85
86 diff --git a/www-apache/mod_h2/mod_h2-1.11.3.ebuild b/www-apache/mod_h2/mod_h2-1.11.3.ebuild
87 deleted file mode 100644
88 index 7a124f105c0..00000000000
89 --- a/www-apache/mod_h2/mod_h2-1.11.3.ebuild
90 +++ /dev/null
91 @@ -1,47 +0,0 @@
92 -# Copyright 1999-2018 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI="6"
96 -
97 -inherit apache-module autotools
98 -
99 -MY_P="${PN/h2/http2}-${PV}"
100 -
101 -if [[ ${PV} == 9999 ]] ; then
102 - EGIT_REPO_URI="https://github.com/icing/mod_h2.git"
103 - inherit git-r3
104 -else
105 - S="${WORKDIR}/${MY_P}"
106 - SRC_URI="https://github.com/icing/mod_h2/releases/download/v${PV}/${MY_P}.tar.gz"
107 - KEYWORDS="~amd64 ~x86"
108 -fi
109 -
110 -DESCRIPTION="HTTP/2 module for Apache"
111 -HOMEPAGE="https://github.com/icing/mod_h2"
112 -
113 -LICENSE="Apache-2.0"
114 -SLOT="0"
115 -IUSE="ssl"
116 -
117 -RDEPEND=">=net-libs/nghttp2-1.0
118 - >=www-servers/apache-2.4.20[-apache2_modules_http2,ssl?]"
119 -DEPEND="${RDEPEND}"
120 -
121 -need_apache2_4
122 -
123 -src_prepare() {
124 - default
125 - eautoreconf
126 -}
127 -
128 -src_compile() {
129 - default
130 -}
131 -
132 -src_install() {
133 - default
134 -
135 - APACHE2_MOD_DEFINE="HTTP2"
136 - insinto "${APACHE_MODULES_CONFDIR}"
137 - newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
138 -}
139
140 diff --git a/www-apache/mod_h2/mod_h2-1.11.4.ebuild b/www-apache/mod_h2/mod_h2-1.11.4.ebuild
141 deleted file mode 100644
142 index 7a124f105c0..00000000000
143 --- a/www-apache/mod_h2/mod_h2-1.11.4.ebuild
144 +++ /dev/null
145 @@ -1,47 +0,0 @@
146 -# Copyright 1999-2018 Gentoo Authors
147 -# Distributed under the terms of the GNU General Public License v2
148 -
149 -EAPI="6"
150 -
151 -inherit apache-module autotools
152 -
153 -MY_P="${PN/h2/http2}-${PV}"
154 -
155 -if [[ ${PV} == 9999 ]] ; then
156 - EGIT_REPO_URI="https://github.com/icing/mod_h2.git"
157 - inherit git-r3
158 -else
159 - S="${WORKDIR}/${MY_P}"
160 - SRC_URI="https://github.com/icing/mod_h2/releases/download/v${PV}/${MY_P}.tar.gz"
161 - KEYWORDS="~amd64 ~x86"
162 -fi
163 -
164 -DESCRIPTION="HTTP/2 module for Apache"
165 -HOMEPAGE="https://github.com/icing/mod_h2"
166 -
167 -LICENSE="Apache-2.0"
168 -SLOT="0"
169 -IUSE="ssl"
170 -
171 -RDEPEND=">=net-libs/nghttp2-1.0
172 - >=www-servers/apache-2.4.20[-apache2_modules_http2,ssl?]"
173 -DEPEND="${RDEPEND}"
174 -
175 -need_apache2_4
176 -
177 -src_prepare() {
178 - default
179 - eautoreconf
180 -}
181 -
182 -src_compile() {
183 - default
184 -}
185 -
186 -src_install() {
187 - default
188 -
189 - APACHE2_MOD_DEFINE="HTTP2"
190 - insinto "${APACHE_MODULES_CONFDIR}"
191 - newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
192 -}
193
194 diff --git a/www-apache/mod_h2/mod_h2-1.12.0.ebuild b/www-apache/mod_h2/mod_h2-1.12.0.ebuild
195 deleted file mode 100644
196 index 3e6d435d3f8..00000000000
197 --- a/www-apache/mod_h2/mod_h2-1.12.0.ebuild
198 +++ /dev/null
199 @@ -1,47 +0,0 @@
200 -# Copyright 1999-2019 Gentoo Authors
201 -# Distributed under the terms of the GNU General Public License v2
202 -
203 -EAPI="6"
204 -
205 -inherit apache-module autotools
206 -
207 -MY_P="${PN/h2/http2}-${PV}"
208 -
209 -if [[ ${PV} == 9999 ]] ; then
210 - EGIT_REPO_URI="https://github.com/icing/mod_h2.git"
211 - inherit git-r3
212 -else
213 - S="${WORKDIR}/${MY_P}"
214 - SRC_URI="https://github.com/icing/mod_h2/releases/download/v${PV}/${MY_P}.tar.gz"
215 - KEYWORDS="~amd64 ~x86"
216 -fi
217 -
218 -DESCRIPTION="HTTP/2 module for Apache"
219 -HOMEPAGE="https://github.com/icing/mod_h2"
220 -
221 -LICENSE="Apache-2.0"
222 -SLOT="0"
223 -IUSE="ssl"
224 -
225 -RDEPEND=">=net-libs/nghttp2-1.0
226 - >=www-servers/apache-2.4.20[-apache2_modules_http2,ssl?]"
227 -DEPEND="${RDEPEND}"
228 -
229 -need_apache2_4
230 -
231 -src_prepare() {
232 - default
233 - eautoreconf
234 -}
235 -
236 -src_compile() {
237 - default
238 -}
239 -
240 -src_install() {
241 - default
242 -
243 - APACHE2_MOD_DEFINE="HTTP2"
244 - insinto "${APACHE_MODULES_CONFDIR}"
245 - newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
246 -}