public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-10-16 17:53 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2024-10-16 17:53 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-10-17  3:29 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-10-17  3:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d2d72d7d7340fcaba5a02e9b068dbb576683686f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 03:27:48 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 03:28:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d72d7d

net-libs/llhttp: Keyword 9.2.1 sparc, #941645

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index e5383d315446..be6cbaeca906 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~sparc"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-10-17  3:40 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-10-17  3:40 UTC (permalink / raw
  To: gentoo-commits

commit:     339e858fb5abc838c95ebcf4f7b8aea2d30f982e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 03:40:35 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 03:40:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339e858f

net-libs/llhttp: Keyword 9.2.1 ppc64, #941645

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index be6cbaeca906..4333872b3557 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~sparc"
+KEYWORDS="~amd64 ~ppc64 ~sparc"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-10-17 15:29 Jakov Smolić
  0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2024-10-17 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3532c4bcca097c6f4bd1da88710c9c31e2d32053
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 15:28:58 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 15:28:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3532c4bc

net-libs/llhttp: Keyword 9.2.1 riscv, #941645

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index 4333872b3557..14e756f08474 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~sparc"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-10-23 21:01 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-10-23 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c8e0194038710b7ee99aa7f7514b9aa44285a1ab
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 21:01:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 21:01:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e01940

net-libs/llhttp: Keyword 9.2.1 mips, #941645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index 14e756f08474..478d681bd389 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~sparc"
+KEYWORDS="~amd64 ~mips ~ppc64 ~riscv ~sparc"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-10-24 12:12 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-10-24 12:12 UTC (permalink / raw
  To: gentoo-commits

commit:     82fd5e94ab8cfb1bcdb5364db463cc6caf5bacbc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 12:12:12 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 12:12:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fd5e94

net-libs/llhttp: Keyword 9.2.1 x86, #941645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index 478d681bd389..5856f2833f96 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~mips ~ppc64 ~riscv ~sparc"
+KEYWORDS="~amd64 ~mips ~ppc64 ~riscv ~sparc ~x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-10-24 15:20 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-10-24 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a52ff01994cd6e0679dcbed2947e761870f42a19
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 15:20:50 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 15:20:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52ff019

net-libs/llhttp: Keyword 9.2.1 arm64, #941645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index 5856f2833f96..c7323baf4238 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~mips ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~riscv ~sparc ~x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-10-24 16:27 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-10-24 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     eea36e033c08926927f5c8af88e59ea071162139
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 16:27:34 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 16:27:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea36e03

net-libs/llhttp: Keyword 9.2.1 ppc, #941645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index c7323baf4238..c55b0a97987c 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-10-24 16:27 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-10-24 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     498773ed96b5eacbb3cd6ddeed7dd4a0ace6eb64
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 16:27:36 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 16:27:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498773ed

net-libs/llhttp: Keyword 9.2.1 arm, #941645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index c55b0a97987c..1dee3efc4a4e 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-10-25 11:31 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-10-25 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     3df3b5c664740bef62a063ed13b75f81714a7613
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 25 11:31:03 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 25 11:31:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df3b5c6

net-libs/llhttp: Keyword 9.2.1 s390, #941645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index 1dee3efc4a4e..120edb627655 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-11-02  8:48 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2024-11-02  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a8999af011403d6b9c6c6a59b3e5f9089f2d6e9a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 08:47:59 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 08:47:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8999af0

net-libs/llhttp: Stabilize 9.2.1 ppc, #942735

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

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index 120edb627655..ed293342bb7e 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-11-02  8:48 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2024-11-02  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d2540541f2a49e7d9caaa7a77757862ab7c38bf9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 08:48:02 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 08:48:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2540541

net-libs/llhttp: Stabilize 9.2.1 arm, #942735

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

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index ed293342bb7e..ef27bfa41fae 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-11-02  8:48 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2024-11-02  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ff9b57a861f521ea85e99b315a90e378b19abf96
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 08:48:06 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 08:48:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9b57a8

net-libs/llhttp: Stabilize 9.2.1 arm64, #942735

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

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index ef27bfa41fae..3069ad8384b5 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 arm ~arm64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-11-02 10:41 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-11-02 10:41 UTC (permalink / raw
  To: gentoo-commits

commit:     b80e0b92871ef148b383c4f3d045d8da9d2a9c8d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 10:41:25 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 10:41:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80e0b92

net-libs/llhttp: Stabilize 9.2.1 sparc, #942735

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index 3069ad8384b5..c6a3e89ae6c4 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 arm arm64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-11-02 12:28 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-11-02 12:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5f5cd576ce7b04ae498712df6422209203dcfd3e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 12:28:45 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 12:28:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5cd576

net-libs/llhttp: Stabilize 9.2.1 x86, #942735

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index c6a3e89ae6c4..d334fabccc8e 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 arm arm64 ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-11-02 17:34 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-11-02 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1257cea6a20836ef3c8baa9d8c9a93b95d82874f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 17:34:13 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 17:34:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1257cea6

net-libs/llhttp: Stabilize 9.2.1 amd64, #942735

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index d334fabccc8e..eb01b8bf52b2 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 arm arm64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/
@ 2024-11-03  4:40 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-11-03  4:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b4ca4ab93bf9ac6614ce65ede085911be8398c23
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 04:39:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 04:39:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ca4ab9

net-libs/llhttp: Stabilize 9.2.1 ppc64, #942735

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/llhttp/llhttp-9.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/llhttp/llhttp-9.2.1.ebuild b/net-libs/llhttp/llhttp-9.2.1.ebuild
index eb01b8bf52b2..a24b4472b0b6 100644
--- a/net-libs/llhttp/llhttp-9.2.1.ebuild
+++ b/net-libs/llhttp/llhttp-9.2.1.ebuild
@@ -18,4 +18,4 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2024-11-03  4:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17  3:29 [gentoo-commits] repo/gentoo:master commit in: net-libs/llhttp/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-11-03  4:40 Sam James
2024-11-02 17:34 Sam James
2024-11-02 12:28 Arthur Zamarin
2024-11-02 10:41 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-10-25 11:31 Arthur Zamarin
2024-10-24 16:27 Arthur Zamarin
2024-10-24 16:27 Arthur Zamarin
2024-10-24 15:20 Arthur Zamarin
2024-10-24 12:12 Arthur Zamarin
2024-10-23 21:01 Arthur Zamarin
2024-10-17 15:29 Jakov Smolić
2024-10-17  3:40 Sam James
2024-10-16 17:53 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox