From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_h2/
Date: Mon, 7 Aug 2017 17:12:21 +0000 (UTC) [thread overview]
Message-ID: <1502125931.4edd88f5877644b95f538aa1be9a0c74019f0518.soap@gentoo> (raw)
commit: 4edd88f5877644b95f538aa1be9a0c74019f0518
Author: Craig Andrews <candrews <AT> integralblue <DOT> com>
AuthorDate: Fri Aug 4 13:26:03 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 17:12:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4edd88f5
www-apache/mod_h2: version 1.10.10, use EAPI=6
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5296
www-apache/mod_h2/Manifest | 1 +
.../mod_h2/{mod_h2-9999.ebuild => mod_h2-1.10.10.ebuild} | 16 +++++++---------
www-apache/mod_h2/mod_h2-9999.ebuild | 16 +++++++---------
3 files changed, 15 insertions(+), 18 deletions(-)
diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
index 92a0c89b1e9..3a26e01798e 100644
--- a/www-apache/mod_h2/Manifest
+++ b/www-apache/mod_h2/Manifest
@@ -1,2 +1,3 @@
+DIST mod_http2-1.10.10.tar.gz 528560 SHA256 9fa881c7f2cdc955b790406bebf6e0542d35b91aeb2a400e21c244e853971ee8 SHA512 b4b9e734ed35ca63fa114462f1adb358bb73e4cbd8df95ab28c4518b8f7db40233f4ba13bc2194847eb9c1adbc3eb86fc63cbb56389fc0867767658d4d8ba77b WHIRLPOOL ee319ff6ba21832de525efa15ff1a2cd2bfef7ba80e60713342af63edf2a76d4c60c76f6b63ca172fcd33b45e728711f12646f08cc8f932f2a0802771dd95ca2
DIST mod_http2-1.4.7.tar.gz 476716 SHA256 0d51a019917aa6bf7866cf23bf837626592ad0e74408eb341d070982cb88380a SHA512 6d91d8f73de4a571dc9ac24328b2f7214afcc9a3a00cbf93a74954533a45b647480f96f0cb1c85d767e980080b21561891a55b16943b0369a0fe2573bba1b54f WHIRLPOOL 0b81b8baf871ff043e972c65c685ae9f18737c0909bff65528a6ea3dd56735a2230c9dda67879a5684e867681fc6487f483ef006611397061b367bc275793ad6
DIST mod_http2-1.5.6.tar.gz 502108 SHA256 73c11780e82e65c11e71e5a44685c22a7d8f07203d55dca094ea61d7a5bbaffc SHA512 8cc8894d56e32489f8e3064145cb527a415723131bdefd99583b6678af5fc50e3d4ebbf59f4734640bef0381ac0f808c780dafb9a3fe6bb45e7af4d595470716 WHIRLPOOL a2f3efb9e7ecf657be61d46a832a1b438cdaab0e44114e8ec717d9b77e8500308e7c904248c195bb55157410a103cffff8714e0378e2d2099ecb7aa7d679a4a7
diff --git a/www-apache/mod_h2/mod_h2-9999.ebuild b/www-apache/mod_h2/mod_h2-1.10.10.ebuild
similarity index 81%
copy from www-apache/mod_h2/mod_h2-9999.ebuild
copy to www-apache/mod_h2/mod_h2-1.10.10.ebuild
index 48f0e8ef370..eaf87ecaf6b 100644
--- a/www-apache/mod_h2/mod_h2-9999.ebuild
+++ b/www-apache/mod_h2/mod_h2-1.10.10.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI="6"
inherit apache-module
@@ -9,8 +9,9 @@ MY_P="${PN/h2/http2}-${PV}"
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/icing/mod_h2.git"
- inherit git-2
+ inherit autotools git-r3
else
+ S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/icing/mod_h2/releases/download/v${PV}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
@@ -26,14 +27,11 @@ RDEPEND=">=net-libs/nghttp2-1.0
>=www-servers/apache-2.4.20[-apache2_modules_http2,ssl?]"
DEPEND="${RDEPEND}"
-S="${WORKDIR}/${MY_P}"
-
need_apache2_4
-src_configure() {
- econf \
- --docdir='$(datarootdir)'/doc/${PF} \
- --disable-werror
+src_prepare() {
+ default
+ [[ ${PV} = 9999 ]] && eautoreconf
}
src_compile() {
diff --git a/www-apache/mod_h2/mod_h2-9999.ebuild b/www-apache/mod_h2/mod_h2-9999.ebuild
index 48f0e8ef370..eaf87ecaf6b 100644
--- a/www-apache/mod_h2/mod_h2-9999.ebuild
+++ b/www-apache/mod_h2/mod_h2-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI="6"
inherit apache-module
@@ -9,8 +9,9 @@ MY_P="${PN/h2/http2}-${PV}"
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/icing/mod_h2.git"
- inherit git-2
+ inherit autotools git-r3
else
+ S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/icing/mod_h2/releases/download/v${PV}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
@@ -26,14 +27,11 @@ RDEPEND=">=net-libs/nghttp2-1.0
>=www-servers/apache-2.4.20[-apache2_modules_http2,ssl?]"
DEPEND="${RDEPEND}"
-S="${WORKDIR}/${MY_P}"
-
need_apache2_4
-src_configure() {
- econf \
- --docdir='$(datarootdir)'/doc/${PF} \
- --disable-werror
+src_prepare() {
+ default
+ [[ ${PV} = 9999 ]] && eautoreconf
}
src_compile() {
next reply other threads:[~2017-08-07 17:12 UTC|newest]
Thread overview: 103+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-07 17:12 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-24 17:40 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_h2/ Craig Andrews
2025-03-24 17:40 Craig Andrews
2025-03-03 21:06 Craig Andrews
2025-03-03 21:06 Craig Andrews
2024-07-11 14:19 Craig Andrews
2024-07-11 14:19 Craig Andrews
2024-04-03 14:07 Craig Andrews
2024-04-03 14:07 Craig Andrews
2024-01-17 14:01 Craig Andrews
2024-01-17 14:01 Craig Andrews
2023-10-19 13:28 Craig Andrews
2023-10-19 13:28 Craig Andrews
2023-09-19 21:09 Craig Andrews
2023-09-19 21:09 Craig Andrews
2023-09-18 12:21 Craig Andrews
2023-09-18 12:21 Craig Andrews
2023-08-24 13:42 Craig Andrews
2023-08-24 13:42 Craig Andrews
2023-07-27 13:56 Craig Andrews
2023-07-27 13:56 Craig Andrews
2023-06-15 16:24 Craig Andrews
2023-06-15 16:24 Craig Andrews
2023-06-13 15:46 Craig Andrews
2023-06-13 15:46 Craig Andrews
2023-05-31 14:25 Craig Andrews
2023-05-31 14:25 Craig Andrews
2023-05-24 13:29 Craig Andrews
2023-05-24 13:29 Craig Andrews
2023-05-22 15:19 Craig Andrews
2023-05-22 15:19 Craig Andrews
2023-05-12 14:04 Craig Andrews
2023-05-12 14:04 Craig Andrews
2023-04-12 12:29 Craig Andrews
2023-04-12 12:29 Craig Andrews
2023-02-16 15:33 Craig Andrews
2023-02-16 15:33 Craig Andrews
2023-01-30 14:24 Craig Andrews
2023-01-30 14:24 Craig Andrews
2022-10-24 14:47 Craig Andrews
2022-10-24 14:47 Craig Andrews
2022-10-11 13:52 Craig Andrews
2022-09-30 16:39 Craig Andrews
2022-09-30 16:39 Craig Andrews
2022-09-29 13:47 Craig Andrews
2022-09-23 13:47 Craig Andrews
2022-09-23 13:47 Craig Andrews
2022-09-21 13:50 Craig Andrews
2022-09-15 13:24 Craig Andrews
2022-07-01 14:05 Craig Andrews
2021-12-09 14:36 Craig Andrews
2021-12-03 20:26 Craig Andrews
2021-12-03 20:26 Craig Andrews
2021-11-17 14:13 Craig Andrews
2021-11-17 14:13 Craig Andrews
2021-10-01 1:17 Craig Andrews
2021-09-29 15:46 Craig Andrews
2021-09-28 14:23 Craig Andrews
2021-09-10 13:22 Craig Andrews
2021-09-10 13:22 Craig Andrews
2021-07-19 13:43 Craig Andrews
2021-07-10 19:10 Craig Andrews
2021-07-06 23:50 Craig Andrews
2021-07-06 14:01 Craig Andrews
2021-06-21 19:14 Craig Andrews
2021-04-26 13:27 Craig Andrews
2021-04-23 13:08 Craig Andrews
2021-02-22 14:57 Craig Andrews
2020-09-09 18:36 Craig Andrews
2020-09-09 18:36 Craig Andrews
2020-08-10 14:36 Craig Andrews
2020-07-13 17:08 Craig Andrews
2020-07-08 18:34 Craig Andrews
2020-06-09 15:11 Craig Andrews
2020-05-28 19:25 Craig Andrews
2020-05-15 13:24 Craig Andrews
2020-04-17 13:05 Craig Andrews
2020-03-02 14:17 Craig Andrews
2020-03-02 14:17 Craig Andrews
2020-02-08 2:00 Craig Andrews
2019-12-19 21:43 Craig Andrews
2019-12-19 21:43 Craig Andrews
2019-11-25 17:46 Craig Andrews
2019-07-18 13:17 Craig Andrews
2019-06-14 14:37 Craig Andrews
2019-05-28 15:37 Craig Andrews
2019-05-22 15:23 Craig Andrews
2019-03-05 14:14 Craig Andrews
2019-03-04 14:53 Craig Andrews
2019-03-01 14:31 Craig Andrews
2019-02-26 14:58 Craig Andrews
2019-02-19 14:43 Craig Andrews
2019-02-14 14:09 Craig Andrews
2019-01-25 17:03 Craig Andrews
2019-01-25 17:03 Craig Andrews
2019-01-18 16:03 Craig Andrews
2019-01-07 15:28 Craig Andrews
2019-01-07 15:28 Craig Andrews
2018-11-08 14:21 Craig Andrews
2018-10-15 13:49 Craig Andrews
2017-12-21 9:07 Michael Palimaka
2015-08-25 16:14 Mike Frysinger
2015-08-25 16:14 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1502125931.4edd88f5877644b95f538aa1be9a0c74019f0518.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox