From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E6D5138334 for ; Mon, 15 Oct 2018 13:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A3CEE0918; Mon, 15 Oct 2018 13:49:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAB02E0918 for ; Mon, 15 Oct 2018 13:49:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F066335CA6 for ; Mon, 15 Oct 2018 13:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 232F63F0 for ; Mon, 15 Oct 2018 13:49:09 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1539611343.7368401975ebbc2083d523ca058bc36fe6a205c3.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_h2/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_h2/Manifest www-apache/mod_h2/mod_h2-1.11.3.ebuild www-apache/mod_h2/mod_h2-9999.ebuild X-VCS-Directories: www-apache/mod_h2/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 7368401975ebbc2083d523ca058bc36fe6a205c3 X-VCS-Branch: master Date: Mon, 15 Oct 2018 13:49:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bed3e953-a765-4b7b-b9a5-246ba0a7f89b X-Archives-Hash: 2b445c940415697cf3c9d64d7f64d580 commit: 7368401975ebbc2083d523ca058bc36fe6a205c3 Author: Craig Andrews gentoo org> AuthorDate: Mon Oct 15 13:45:28 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Oct 15 13:49:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73684019 www-apache/mod_h2: 1.11.3 version bump; always run eautoreconf Run eautoreconf to fix QA notice: `../libtool: line 7902: func_munge_path_list: command not found` Signed-off-by: Craig Andrews gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 www-apache/mod_h2/Manifest | 1 + www-apache/mod_h2/{mod_h2-9999.ebuild => mod_h2-1.11.3.ebuild} | 8 ++++---- www-apache/mod_h2/mod_h2-9999.ebuild | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest index e01c6c36c66..d6d5ffbf601 100644 --- a/www-apache/mod_h2/Manifest +++ b/www-apache/mod_h2/Manifest @@ -1 +1,2 @@ DIST mod_http2-1.10.10.tar.gz 528560 BLAKE2B 7389441b1d30d0448bb17fc02a73957cf20365020796ce7260c1d63d1468537ecdeab83db12d1b245af1e760236da8e8d0ccf9ffb222d2dec1e55491ac77dc11 SHA512 b4b9e734ed35ca63fa114462f1adb358bb73e4cbd8df95ab28c4518b8f7db40233f4ba13bc2194847eb9c1adbc3eb86fc63cbb56389fc0867767658d4d8ba77b +DIST mod_http2-1.11.3.tar.gz 1028467 BLAKE2B 3a5d644f87104e1f7baae05396fefe94975e86e9289bb9c4e6d7ed94e45e1d9b38dfc79d0e0d9ee9270efedcd811db2374c898e419d4c16f73b38f53512e91ed SHA512 b97697f44eab9984b7dcaa7d941f23375cd5c2c81405842e17910a37dc2c952fc36a37e0802755457ccedd196c5fd2fb5b60467cb0ed16ed7aeb88cce4eabd2f diff --git a/www-apache/mod_h2/mod_h2-9999.ebuild b/www-apache/mod_h2/mod_h2-1.11.3.ebuild similarity index 86% copy from www-apache/mod_h2/mod_h2-9999.ebuild copy to www-apache/mod_h2/mod_h2-1.11.3.ebuild index eaf87ecaf6b..7a124f105c0 100644 --- a/www-apache/mod_h2/mod_h2-9999.ebuild +++ b/www-apache/mod_h2/mod_h2-1.11.3.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit apache-module +inherit apache-module autotools MY_P="${PN/h2/http2}-${PV}" if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/icing/mod_h2.git" - inherit autotools git-r3 + inherit git-r3 else S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/icing/mod_h2/releases/download/v${PV}/${MY_P}.tar.gz" @@ -31,7 +31,7 @@ need_apache2_4 src_prepare() { default - [[ ${PV} = 9999 ]] && eautoreconf + eautoreconf } src_compile() { diff --git a/www-apache/mod_h2/mod_h2-9999.ebuild b/www-apache/mod_h2/mod_h2-9999.ebuild index eaf87ecaf6b..7a124f105c0 100644 --- a/www-apache/mod_h2/mod_h2-9999.ebuild +++ b/www-apache/mod_h2/mod_h2-9999.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit apache-module +inherit apache-module autotools MY_P="${PN/h2/http2}-${PV}" if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/icing/mod_h2.git" - inherit autotools git-r3 + inherit git-r3 else S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/icing/mod_h2/releases/download/v${PV}/${MY_P}.tar.gz" @@ -31,7 +31,7 @@ need_apache2_4 src_prepare() { default - [[ ${PV} = 9999 ]] && eautoreconf + eautoreconf } src_compile() {