commit:     ea5fa6db0e452e74d24b6311af4f897e1fd153fb
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  3 21:05:05 2025 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Mar  3 21:06:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5fa6db

www-apache/mod_h2: drop 2.0.29

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 www-apache/mod_h2/Manifest             |  1 -
 www-apache/mod_h2/mod_h2-2.0.29.ebuild | 49 ----------------------------------
 2 files changed, 50 deletions(-)

diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
index abe71fa9c945..98dc95d573e4 100644
--- a/www-apache/mod_h2/Manifest
+++ b/www-apache/mod_h2/Manifest
@@ -1,2 +1 @@
-DIST mod_h2-2.0.29.tar.gz 694725 BLAKE2B 
b9c7a325ab49feded5ca80881a97aa1b3cbc2ef388a857199027ceec69322890d69fcd2a6859c72e2fd94a77121f9a8fcebb76116375cf699bb8cf8d97804156
 SHA512 
cd784c5100fcd1b24c05dfce18c8b926d2af3d9e6fe37cecef5f629d1d76105e6c68dba5985007b50cfd8c909ec739126d3e5b2226ac6eef46265806b8aaeaee
 DIST mod_h2-2.0.30.tar.gz 697315 BLAKE2B 
e61f2f705399dd3312e94d7d30ca9445729ac5572f8e6bbc18ca578189d91155f2bc8fe9f7adfe540c95b00752f1b17f45fb5e24e7ba2fcf44a6e4678773e739
 SHA512 
b31e49dd3c4c7478335e8c6c3118430fc8236e21957fe481390df0578e5b91159c092ece55924411b6ce5d412ef76aab9553fe676b07746815bf790b81416840

diff --git a/www-apache/mod_h2/mod_h2-2.0.29.ebuild 
b/www-apache/mod_h2/mod_h2-2.0.29.ebuild
deleted file mode 100644
index dddc92e83e4f..000000000000
--- a/www-apache/mod_h2/mod_h2-2.0.29.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 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 via email to