public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_h2/
Date: Wed, 17 Nov 2021 14:13:03 +0000 (UTC)	[thread overview]
Message-ID: <1637158380.79fd36b3b073f97e2dbc26f292339816e5b1d334.candrews@gentoo> (raw)

commit:     79fd36b3b073f97e2dbc26f292339816e5b1d334
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 14:12:07 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 14:13:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79fd36b3

www-apache/mod_h2: Cleanup old versions

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 www-apache/mod_h2/Manifest                |  4 ---
 www-apache/mod_h2/mod_h2-1.15.24.ebuild   | 49 -------------------------------
 www-apache/mod_h2/mod_h2-2.0.0_rc2.ebuild | 49 -------------------------------
 www-apache/mod_h2/mod_h2-2.0.0_rc3.ebuild | 49 -------------------------------
 www-apache/mod_h2/mod_h2-2.0.0_rc4.ebuild | 49 -------------------------------
 5 files changed, 200 deletions(-)

diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
index b3f89ea411bc..cc7d19c5a950 100644
--- a/www-apache/mod_h2/Manifest
+++ b/www-apache/mod_h2/Manifest
@@ -1,5 +1 @@
-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
-DIST mod_h2-2.0.0-rc3.tar.gz 656572 BLAKE2B 56001bb007ebb5114cd41c67e83221cc15d50e8ddc1d6ec5a512c26221577eea44bb5a74537bc39c6e50cc14ed6070177cf3ab0fff39d1c8f3147090a07aae0b SHA512 f236bb8aa137d8a3675938beae31e6cd27863b4fb91f9cb65d7704ecd977ecda08dc4c069a4c3be19cb64587a960dae69a0eed98d25f9e07ad223212bc208a51
-DIST mod_h2-2.0.0-rc4.tar.gz 656579 BLAKE2B 112fe4d41e0ddf769c0e7141584be823fd2e9849d95ea077347750019451937886cc6b88d123e004ba2fb799a4f0eea069337eaaa9627e8c70f4b74fb1c8ff08 SHA512 c061f97ebb13793067194a9bb531231b6aa424d2962c380de3769f04e09da3cf3434dd496e81c5f83137ea48cf197a4ee66ce7985c426c2b0b23eb1670e0e888
 DIST mod_h2-2.0.0.tar.gz 662677 BLAKE2B caefb52696917646a773b378183261e14b7559b52ccfe99641f4ceb536bd908cda3888eed8ea447436073d53d9a5bd3a50bd05aaaa0b71ca52d94c3d7faa03d4 SHA512 95c3efd3b5cf2aab1c7bd47d72df43b2dc26757efc9d1452b8d654b50398073f414dfa70dfb2333c96c4c79649e868cff518040fccfb95cf6b44dfea73022d75

diff --git a/www-apache/mod_h2/mod_h2-1.15.24.ebuild b/www-apache/mod_h2/mod_h2-1.15.24.ebuild
deleted file mode 100644
index 5b9dbe992073..000000000000
--- a/www-apache/mod_h2/mod_h2-1.15.24.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 git-r3
-else
-	S="${WORKDIR}/${MY_P}"
-	SRC_URI="https://github.com/icing/mod_h2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="HTTP/2 module for Apache"
-HOMEPAGE="https://github.com/icing/mod_h2"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="ssl"
-
-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() {
-	default
-	eautoreconf
-}
-
-src_compile() {
-	default
-}
-
-src_install() {
-	default
-
-	APACHE2_MOD_DEFINE="HTTP2"
-	insinto "${APACHE_MODULES_CONFDIR}"
-	newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
-}

diff --git a/www-apache/mod_h2/mod_h2-2.0.0_rc2.ebuild b/www-apache/mod_h2/mod_h2-2.0.0_rc2.ebuild
deleted file mode 100644
index 352e2e78dea4..000000000000
--- a/www-apache/mod_h2/mod_h2-2.0.0_rc2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 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${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="HTTP/2 module for Apache"
-HOMEPAGE="https://github.com/icing/mod_h2"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="ssl"
-
-RDEPEND=">=net-libs/nghttp2-1.0
-	>=www-servers/apache-2.4.48[-apache2_modules_http2,ssl?]"
-DEPEND="${RDEPEND}"
-
-need_apache2_4
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_compile() {
-	default
-}
-
-src_install() {
-	default
-
-	APACHE2_MOD_DEFINE="HTTP2"
-	insinto "${APACHE_MODULES_CONFDIR}"
-	newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
-}

diff --git a/www-apache/mod_h2/mod_h2-2.0.0_rc3.ebuild b/www-apache/mod_h2/mod_h2-2.0.0_rc3.ebuild
deleted file mode 100644
index 352e2e78dea4..000000000000
--- a/www-apache/mod_h2/mod_h2-2.0.0_rc3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 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${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="HTTP/2 module for Apache"
-HOMEPAGE="https://github.com/icing/mod_h2"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="ssl"
-
-RDEPEND=">=net-libs/nghttp2-1.0
-	>=www-servers/apache-2.4.48[-apache2_modules_http2,ssl?]"
-DEPEND="${RDEPEND}"
-
-need_apache2_4
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_compile() {
-	default
-}
-
-src_install() {
-	default
-
-	APACHE2_MOD_DEFINE="HTTP2"
-	insinto "${APACHE_MODULES_CONFDIR}"
-	newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
-}

diff --git a/www-apache/mod_h2/mod_h2-2.0.0_rc4.ebuild b/www-apache/mod_h2/mod_h2-2.0.0_rc4.ebuild
deleted file mode 100644
index 352e2e78dea4..000000000000
--- a/www-apache/mod_h2/mod_h2-2.0.0_rc4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 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${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="HTTP/2 module for Apache"
-HOMEPAGE="https://github.com/icing/mod_h2"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="ssl"
-
-RDEPEND=">=net-libs/nghttp2-1.0
-	>=www-servers/apache-2.4.48[-apache2_modules_http2,ssl?]"
-DEPEND="${RDEPEND}"
-
-need_apache2_4
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_compile() {
-	default
-}
-
-src_install() {
-	default
-
-	APACHE2_MOD_DEFINE="HTTP2"
-	insinto "${APACHE_MODULES_CONFDIR}"
-	newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
-}


             reply	other threads:[~2021-11-17 14:13 UTC|newest]

Thread overview: 103+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-17 14:13 Craig Andrews [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-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
2017-08-07 17:12 David Seifert
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=1637158380.79fd36b3b073f97e2dbc26f292339816e5b1d334.candrews@gentoo \
    --to=candrews@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