public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
Date: Wed, 16 Oct 2024 17:53:04 +0000 (UTC)	[thread overview]
Message-ID: <1729101172.5f6b007ef4a3e85b1472762d6a263c369d712a33.mgorny@gentoo> (raw)

commit:     5f6b007ef4a3e85b1472762d6a263c369d712a33
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 17:18:27 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 17:52:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6b007e

net-libs/llhttp: New package, v9.2.1

Required by dev-python/httptools (and I think it was bundled somewhere
else as well).

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-libs/llhttp/Manifest            |  1 +
 net-libs/llhttp/llhttp-9.2.1.ebuild | 21 +++++++++++++++++++++
 net-libs/llhttp/metadata.xml        | 11 +++++++++++
 3 files changed, 33 insertions(+)

diff --git a/net-libs/llhttp/Manifest b/net-libs/llhttp/Manifest
new file mode 100644
index 000000000000..4de725e8919d
--- /dev/null
+++ b/net-libs/llhttp/Manifest
@@ -0,0 +1 @@
+DIST llhttp-release-v9.2.1.tar.gz 37786 BLAKE2B d9379b974344173b7a2c766950ae2f684ecc1ea44c15a8c9b36c97cbf7550acac016ec4059c2ccebbd46e54b790270dae733350acb86cafbc52abb788610b69e SHA512 7e6f5427b4b6d778ecefff892db78894ef4fd22a79e9c1f2c24d38d603d885755bdc8b0e8202b47c8bc209d3caf45a7293214617390a7a9c33bffbaab59fe5da

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
new file mode 100644
index 000000000000..e5383d315446
--- /dev/null
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_P=llhttp-release-v${PV}
+DESCRIPTION="Port of http_parser to llparse"
+HOMEPAGE="https://github.com/nodejs/llhttp/"
+# note the tag with generated release data is called "release/v${PV}"
+# (while "v${PV}" is just snapshot of the unprocessed source repo)
+SRC_URI="
+	https://github.com/nodejs/llhttp/archive/release/v${PV}.tar.gz
+		-> ${MY_P}.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64"

diff --git a/net-libs/llhttp/metadata.xml b/net-libs/llhttp/metadata.xml
new file mode 100644
index 000000000000..6d88b930cbf0
--- /dev/null
+++ b/net-libs/llhttp/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">nodejs/llhttp</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2024-10-16 17:53 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-16 17:53 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-17  3:29 [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/ Sam James
2024-10-17  3:40 Sam James
2024-10-17 15:29 Jakov Smolić
2024-10-23 21:01 Arthur Zamarin
2024-10-24 12:12 Arthur Zamarin
2024-10-24 15:20 Arthur Zamarin
2024-10-24 16:27 Arthur Zamarin
2024-10-24 16:27 Arthur Zamarin
2024-10-25 11:31 Arthur Zamarin
2024-11-02  8:48 Michał Górny
2024-11-02  8:48 Michał Górny
2024-11-02  8:48 Michał Górny
2024-11-02 10:41 Arthur Zamarin
2024-11-02 12:28 Arthur Zamarin
2024-11-02 17:34 Sam James
2024-11-03  4:40 Sam James
2024-12-14 16:54 Sam James
2025-01-04 13:41 Sam James
2025-01-05 10:33 WANG Xuerui
2025-05-16 15:15 Arthur Zamarin

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=1729101172.5f6b007ef4a3e85b1472762d6a263c369d712a33.mgorny@gentoo \
    --to=mgorny@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