commit:     b35ba2d5f4b115c8fc5d573a021212a6ae72336a
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  3 21:25:52 2025 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Mar  3 21:31:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35ba2d5

net-libs/nghttp2: drop 1.62.1

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 net-libs/nghttp2/Manifest              |  1 -
 net-libs/nghttp2/nghttp2-1.62.1.ebuild | 61 ----------------------------------
 2 files changed, 62 deletions(-)

diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
index b3a44115c6e1..a8101762e421 100644
--- a/net-libs/nghttp2/Manifest
+++ b/net-libs/nghttp2/Manifest
@@ -1,2 +1 @@
-DIST nghttp2-1.62.1.tar.xz 1606084 BLAKE2B 
460152f08b4ebd98453b95b737e0729648b95e808e845114a47a23e39fb3c68bf5d165d71467fbca8069fd5e64a63eeedd025919af4e2186da083caa21b93130
 SHA512 
d5d6b068712e9b467547b0e5380465b8540317134f3f26c2b0c60eb9c604be2f37b4517a98b371d5f5fb668ce2ee35603ddd944224f11e96382aa541a6a17b4c
 DIST nghttp2-1.64.0.tar.xz 1676124 BLAKE2B 
e2cad95fbe8447e99728af3ad7656d4dd2d1f51f31294bd38b6c69ee07e6e8e6302c124d47e6274a9a1531257a90bcc5833de390ac704b4b3adf435b9ce38fc9
 SHA512 
b544196c3b7a55faacd11700d11e2fe4f16a7418282c9abb24a668544a15293580fd1a2cc5f93367c8a17c7ee45335c6d2f5c68a72dd176d516fd033f203eeec

diff --git a/net-libs/nghttp2/nghttp2-1.62.1.ebuild 
b/net-libs/nghttp2/nghttp2-1.62.1.ebuild
deleted file mode 100644
index ea8616811ed6..000000000000
--- a/net-libs/nghttp2/nghttp2-1.62.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-DESCRIPTION="HTTP/2 C Library"
-HOMEPAGE="https://nghttp2.org/";
-SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0/1.14" # 1.<SONAME>
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="debug hpack-tools jemalloc static-libs systemd test utils xml"
-
-REQUIRED_USE="test? ( static-libs )"
-RESTRICT="!test? ( test )"
-
-SSL_DEPEND="
-       >=dev-libs/openssl-1.0.2:0=[-bindist(-),${MULTILIB_USEDEP}]
-"
-RDEPEND="
-       hpack-tools? ( >=dev-libs/jansson-2.5:= )
-       jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] )
-       utils? (
-               ${SSL_DEPEND}
-               >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
-               >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
-               net-dns/c-ares:=[${MULTILIB_USEDEP}]
-       )
-       systemd? ( >=sys-apps/systemd-209 )
-       xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-multilib_src_configure() {
-       #TODO: enable HTTP3
-       #requires quictls/openssl, libngtcp2, libngtcp2_crypto_quictls, 
libnghttp3
-       local mycmakeargs=(
-               -DENABLE_EXAMPLES=OFF
-               -DENABLE_FAILMALLOC=OFF
-               -DENABLE_HTTP3=OFF
-               -DENABLE_WERROR=OFF
-               -DENABLE_THREADS=ON
-               -DENABLE_DEBUG=$(usex debug)
-               -DENABLE_HPACK_TOOLS=$(multilib_native_usex hpack-tools)
-               $(cmake_use_find_package hpack-tools Jansson)
-               -DWITH_JEMALLOC=$(multilib_native_usex jemalloc)
-               -DBUILD_STATIC_LIBS=$(usex static-libs)
-               -DBUILD_TESTING=$(usex test)
-               $(cmake_use_find_package systemd Systemd)
-               -DENABLE_APP=$(multilib_native_usex utils)
-               -DWITH_LIBXML2=$(multilib_native_usex xml)
-       )
-       cmake_src_configure
-}
-
-multilib_src_test() {
-       eninja check
-}

Reply via email to