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 D6BB4158017 for ; Tue, 28 Sep 2021 14:23:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B3BFE0943; Tue, 28 Sep 2021 14:23:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AA8AE095C for ; Tue, 28 Sep 2021 14:23:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F13D342E03 for ; Tue, 28 Sep 2021 14:23:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9391489 for ; Tue, 28 Sep 2021 14:23:55 +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: <1632839032.db7098b0d5db839dbf33362a29925d6d90bf43bc.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-2.0.0_rc2.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: db7098b0d5db839dbf33362a29925d6d90bf43bc X-VCS-Branch: master Date: Tue, 28 Sep 2021 14:23:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a8da5f82-7e54-4f98-bc6e-fbde8768b39b X-Archives-Hash: 010ddfcff33a0c41273f4afec81f9e3f commit: db7098b0d5db839dbf33362a29925d6d90bf43bc Author: Craig Andrews gentoo org> AuthorDate: Tue Sep 28 14:23:30 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Sep 28 14:23:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7098b0 www-apache/mod_h2: 2.0.0_rc2 version bump Package-Manager: Portage-3.0.24, Repoman-3.0.3 Signed-off-by: Craig Andrews gentoo.org> www-apache/mod_h2/Manifest | 1 + www-apache/mod_h2/{mod_h2-9999.ebuild => mod_h2-2.0.0_rc2.ebuild} | 6 +++--- www-apache/mod_h2/mod_h2-9999.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest index f830dfc1092..2a0db9d0cb2 100644 --- a/www-apache/mod_h2/Manifest +++ b/www-apache/mod_h2/Manifest @@ -1 +1,2 @@ DIST mod_h2-1.15.24.tar.gz 664134 BLAKE2B 37795ee308d62f74583d7e37c262fca2ba235f025aa96314b1edb66e9900fef61f225d4143460e0bb29d46251c6aae8540ac667deb7eef8febc5fcc92c954b82 SHA512 3988e75b4b0ddb9361b559971a0e2c4c3af225d16bde6bf17ece33993487e6b4b6d66c874fede3cca97f40e9a83b500cf356546f7e83391fb81d5ec649a53fd0 +DIST mod_h2-2.0.0-rc2.tar.gz 655944 BLAKE2B d96d9196359bd7f6fb593a148a08a974e82a5e296c893526501c3e6c60f36581bc89548098e5ff6e42428d400cd8b7b44787ea97f7d0dbcd7d4da1db19c25ac8 SHA512 2c41fbe3d780452507d15b88fafe62c3386de023cc22181b7f077dd72e9c7738b6671494ba6e9c59f09df740ec4ec76dc42a9188e294b7900c97f1975038c0e2 diff --git a/www-apache/mod_h2/mod_h2-9999.ebuild b/www-apache/mod_h2/mod_h2-2.0.0_rc2.ebuild similarity index 85% copy from www-apache/mod_h2/mod_h2-9999.ebuild copy to www-apache/mod_h2/mod_h2-2.0.0_rc2.ebuild index 5b9dbe99207..352e2e78dea 100644 --- a/www-apache/mod_h2/mod_h2-9999.ebuild +++ b/www-apache/mod_h2/mod_h2-2.0.0_rc2.ebuild @@ -11,8 +11,10 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/icing/mod_h2.git" inherit git-r3 else + MY_PV="${PV/_rc/-rc}" + MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${MY_P}" - SRC_URI="https://github.com/icing/mod_h2/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/icing/mod_h2/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz" KEYWORDS="~amd64 ~x86" fi @@ -27,8 +29,6 @@ RDEPEND=">=net-libs/nghttp2-1.0 >=www-servers/apache-2.4.48[-apache2_modules_http2,ssl?]" DEPEND="${RDEPEND}" -S="${WORKDIR}/${P}" - need_apache2_4 src_prepare() { diff --git a/www-apache/mod_h2/mod_h2-9999.ebuild b/www-apache/mod_h2/mod_h2-9999.ebuild index 5b9dbe99207..352e2e78dea 100644 --- a/www-apache/mod_h2/mod_h2-9999.ebuild +++ b/www-apache/mod_h2/mod_h2-9999.ebuild @@ -11,8 +11,10 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/icing/mod_h2.git" inherit git-r3 else + MY_PV="${PV/_rc/-rc}" + MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${MY_P}" - SRC_URI="https://github.com/icing/mod_h2/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/icing/mod_h2/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz" KEYWORDS="~amd64 ~x86" fi @@ -27,8 +29,6 @@ RDEPEND=">=net-libs/nghttp2-1.0 >=www-servers/apache-2.4.48[-apache2_modules_http2,ssl?]" DEPEND="${RDEPEND}" -S="${WORKDIR}/${P}" - need_apache2_4 src_prepare() {