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: net-libs/nghttp3/
Date: Fri, 25 Jul 2025 17:53:29 +0000 (UTC)	[thread overview]
Message-ID: <1753466006.3ee60d130c2f5b459be7c0450e165e8bf765dda6.candrews@gentoo> (raw)

commit:     3ee60d130c2f5b459be7c0450e165e8bf765dda6
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 25 17:52:24 2025 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Jul 25 17:53:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee60d13

net-libs/nghttp3: add 1.11.0

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

 net-libs/nghttp3/Manifest              |  1 +
 net-libs/nghttp3/nghttp3-1.11.0.ebuild | 48 ++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/net-libs/nghttp3/Manifest b/net-libs/nghttp3/Manifest
index bdc344cc89b5..3d8f4822c58a 100644
--- a/net-libs/nghttp3/Manifest
+++ b/net-libs/nghttp3/Manifest
@@ -1,3 +1,4 @@
 DIST nghttp3-1.10.1.tar.xz 398744 BLAKE2B bc3dd42cff504af4f86ad18a7afbf817dd1b753018e1bd95bf15dd3d9be6f348369cbbbcf34643c98771c24c9b1bee6f5bc5e0f7fe43b424fbc38fc6a1f1d403 SHA512 323efd9211cedd0c177c001a9bed0b934b784da685d103b9512992eaaa6e536bc503708f02bc54d3b4f170baf818296aa90ed24839c116188720028d60446641
+DIST nghttp3-1.11.0.tar.xz 405816 BLAKE2B d686677c3267ef6c5dd013a957f3c57f2404d538072d1e374458c1b6f6e98bd96ca376fbcadb20bead30aa558981073d65c3e64f9c9141ba8e5ba16b3aaba6b1 SHA512 4db416e737cba71fd073388a7da33888226c9872888313def0add0895a58afde3c62ad029e0aee350c53e392c75819b21c1c056774365154a803be3eeb01d0f6
 DIST nghttp3-1.8.0.tar.xz 398640 BLAKE2B 14866d9efdfc847367dde782770f43374209bd4229fa621c3142bb6c8ac3b3db6feb34e7732365edaded49b6d27ca9c02b376d11a082c6f7ad2b3e8b4d799e01 SHA512 01b7a6e313e13ebfecd63afdfaed8c8518b49cff64d08359ec7fb7f05f2dc615c4d58a8338d789e54c2d85cb5fa8e2151c91df40ec39826283f7328fc86fc18b
 DIST nghttp3-1.9.0.tar.xz 400208 BLAKE2B d7d0807c3b445db9a8304273c99b4febdc962c505ce67af5ab5ccbd1434316291f5b41b3834c6462a950f94f6d434d3655b77fe1df78d2f5c758a8c1a2dc0639 SHA512 acef4156878047fcc44669888911cb2bcf255c11106da8342349406b906d46f641b59e295a1b650815d896465bebcbc6652581d906ce348ef8d07442b307f862

diff --git a/net-libs/nghttp3/nghttp3-1.11.0.ebuild b/net-libs/nghttp3/nghttp3-1.11.0.ebuild
new file mode 100644
index 000000000000..cc9fdc61d9e5
--- /dev/null
+++ b/net-libs/nghttp3/nghttp3-1.11.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Built with autotools rather than cmake to avoid circular dep (bug #951524)
+
+inherit multilib-minimal
+
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="https://github.com/ngtcp2/nghttp3.git"
+	inherit autotools git-r3
+else
+	SRC_URI="https://github.com/ngtcp2/nghttp3/releases/download/v${PV}/${P}.tar.xz"
+	inherit libtool
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
+fi
+
+DESCRIPTION="HTTP/3 library written in C"
+HOMEPAGE="https://github.com/ngtcp2/nghttp3"
+
+LICENSE="MIT"
+SLOT="0/0"
+
+src_prepare() {
+	default
+	if [[ ${PV} == 9999 ]]; then
+		eautoreconf
+	else
+		elibtoolize
+	fi
+}
+
+multilib_src_configure() {
+	local myeconfargs=(
+		--disable-werror
+		--disable-debug
+		--enable-lib-only
+	)
+
+	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+	einstalldocs
+	find "${ED}"/usr -type f -name '*.la' -delete || die
+}


             reply	other threads:[~2025-07-25 17:53 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-25 17:53 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-25 13:48 [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp3/ Craig Andrews
2025-07-04 15:40 Arthur Zamarin
2025-07-03  8:00 Eli Schwartz
2025-06-22 12:17 Sam James
2025-06-22 11:51 Sam James
2025-06-22 11:51 Sam James
2025-05-27 13:52 Craig Andrews
2025-04-16 13:46 Craig Andrews
2025-03-18  1:13 Sam James
2025-03-18  1:13 Sam James
2025-03-18  1:13 Sam James
2025-03-18  1:09 Sam James
2025-03-18  1:09 Sam James
2025-03-18  1:09 Sam James
2025-03-18  1:09 Sam James
2025-03-18  1:09 Sam James
2025-03-18  1:09 Sam James
2025-03-18  0:57 Sam James
2025-03-18  0:31 Sam James
2025-03-18  0:28 Sam James
2025-02-21 15:45 Craig Andrews
2025-01-25  3:40 Matt Turner
2025-01-23 22:43 Sam James
2025-01-23 22:43 Sam James
2025-01-23 22:43 Sam James
2025-01-04 17:26 Sam James
2025-01-03 11:32 Sam James
2025-01-03  1:50 Sam James
2025-01-03  1:50 Sam James
2025-01-03  1:47 Sam James
2025-01-03  1:47 Sam James
2024-12-19 14:18 Craig Andrews
2024-11-10 17:06 James Le Cuirot
2024-10-30 22:09 Sam James
2024-10-13 19:27 Arthur Zamarin
2024-10-07 13:37 Craig Andrews
2024-10-04 17:30 Arthur Zamarin
2024-10-03 16:11 Arthur Zamarin
2024-10-03  1:00 Matt Jolly
2024-09-29 22:59 Sam James
2024-09-29 19:37 Sam James
2024-09-29 19:37 Sam James
2024-09-11 18:12 Arthur Zamarin
2024-08-29  5:16 Jakov Smolić
2024-08-26  8:00 Arthur Zamarin
2024-08-25 22:20 Craig Andrews
2024-08-20  8:20 Fabian Groffen
2024-08-20  7:22 WANG Xuerui
2024-08-20  7:22 WANG Xuerui
2024-08-14  1:38 Matt Jolly
2024-07-08  9:16 Matt Jolly
2024-07-08  9:16 Matt Jolly
2024-07-08  9:16 Matt Jolly
2024-06-13 14:01 Craig Andrews
2024-06-05  9:01 Yixun Lan
2024-06-01  6:22 Arthur Zamarin
2024-06-01  3:56 Sam James
2024-06-01  1:15 Sam James
2024-05-09 14:21 Craig Andrews
2024-04-05 15:26 Craig Andrews
2024-04-05 15:26 Craig Andrews
2024-04-05 15:08 Craig Andrews
2024-02-17  4:16 Craig Andrews
2023-11-26 15:35 Craig Andrews
2023-11-26 15:35 Craig Andrews
2023-10-16 12:47 Craig Andrews
2023-10-16 12:47 Craig Andrews
2023-09-05 12:53 Craig Andrews
2023-08-01 20:10 Craig Andrews
2023-07-20 21:04 Sam James
2023-07-10 13:50 Craig Andrews
2023-06-05 14:15 Craig Andrews
2023-04-26 14:32 Craig Andrews
2023-04-26 14:32 Craig Andrews
2023-03-27 13:38 Craig Andrews
2023-03-27 13:38 Craig Andrews
2023-02-24 14:51 Craig Andrews
2023-02-19 20:43 Craig Andrews
2023-02-19 20:43 Craig Andrews
2023-02-19  2:40 Craig Andrews
2019-10-08 15:16 Jeroen Roovers
2019-09-15 13:33 Craig Andrews
2019-09-15  0:34 Craig Andrews
2019-09-13 20:38 Craig Andrews

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=1753466006.3ee60d130c2f5b459be7c0450e165e8bf765dda6.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