public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/ls-hpack/
@ 2024-05-05  1:17 Okamura Kazuya
  0 siblings, 0 replies; 6+ messages in thread
From: Okamura Kazuya @ 2024-05-05  1:17 UTC (permalink / raw
  To: gentoo-commits

commit:     425ba54db480621f6871ca7860dc075fcb96692c
Author:     Okamura Kazuya <gentoo-guru <AT> danceylove <DOT> net>
AuthorDate: Sun May  5 01:10:15 2024 +0000
Commit:     Okamura Kazuya <trakrailysurely <AT> danceylove <DOT> net>
CommitDate: Sun May  5 01:10:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=425ba54d

dev-libs/ls-hpack: treeclean

Signed-off-by: Okamura Kazuya <gentoo-guru <AT> danceylove.net>

 dev-libs/ls-hpack/Manifest                 |  1 -
 dev-libs/ls-hpack/ls-hpack-2.3.0-r1.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-libs/ls-hpack/Manifest b/dev-libs/ls-hpack/Manifest
index 40345b6e01..4354c48490 100644
--- a/dev-libs/ls-hpack/Manifest
+++ b/dev-libs/ls-hpack/Manifest
@@ -1,2 +1 @@
-DIST ls-hpack-2.3.0.gh.tar.gz 954741 BLAKE2B d93494c5d3e08c13e496021467b4984400739168916389e72def3f8619ddd056a73b01121453905376ac20935d7f05b8732ace9290345d0558a7ccc1b266d04d SHA512 45866b18042125cbbd008eed2935a938a42e1682030aa52ff4a324ddbad7bf9bd483161352cc8988bae668e132ee8b4b043ddc09d9e0316a66aaefd927ae2d76
 DIST ls-hpack-2.3.3.gh.tar.gz 952559 BLAKE2B 18240d2f53524f3db0d18c76dc2ead041f1a3b7a0cff242610e9aab4d335a1b3bcecdc10f887805ae924caf2fb50db5ec53a05cd3ba521402e59d378d185fdfd SHA512 157af5f0bc31f77b18fd806d27a9483c79254c360ee5cc7a16617b86df6a1024a268215a49f459f31ac06fa4c9b03a8c0e6d999bfe6c90548e2fd8ccd3d9b54d

diff --git a/dev-libs/ls-hpack/ls-hpack-2.3.0-r1.ebuild b/dev-libs/ls-hpack/ls-hpack-2.3.0-r1.ebuild
deleted file mode 100644
index 501ab4d7f7..0000000000
--- a/dev-libs/ls-hpack/ls-hpack-2.3.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="QPACK compression library for use with HTTP/3"
-HOMEPAGE="https://github.com/litespeedtech/ls-hpack/"
-SRC_URI="https://github.com/litespeedtech/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="static-libs"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-disable-overwrites-flags.patch
-	"${FILESDIR}"/${PN}-disable-tests.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DSHARED=$(usex !static-libs 1 0)
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	local LIB_TYPE=$(usex static-libs a so)
-	doheader lshpack.h
-	dolib.${LIB_TYPE} "${BUILD_DIR}"/libls-hpack.${LIB_TYPE}
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/ls-hpack/
@ 2025-02-02  8:35 Takuya Wakazono
  0 siblings, 0 replies; 6+ messages in thread
From: Takuya Wakazono @ 2025-02-02  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     463b6c1ff87f67cb2676a548c90ec386181a643a
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Feb  2 08:27:44 2025 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Feb  2 08:27:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=463b6c1f

dev-libs/ls-hpack: add 2.3.4

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-libs/ls-hpack/Manifest              |  1 +
 dev-libs/ls-hpack/ls-hpack-2.3.4.ebuild | 34 +++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/ls-hpack/Manifest b/dev-libs/ls-hpack/Manifest
index 4354c4849..c895b08bd 100644
--- a/dev-libs/ls-hpack/Manifest
+++ b/dev-libs/ls-hpack/Manifest
@@ -1 +1,2 @@
 DIST ls-hpack-2.3.3.gh.tar.gz 952559 BLAKE2B 18240d2f53524f3db0d18c76dc2ead041f1a3b7a0cff242610e9aab4d335a1b3bcecdc10f887805ae924caf2fb50db5ec53a05cd3ba521402e59d378d185fdfd SHA512 157af5f0bc31f77b18fd806d27a9483c79254c360ee5cc7a16617b86df6a1024a268215a49f459f31ac06fa4c9b03a8c0e6d999bfe6c90548e2fd8ccd3d9b54d
+DIST ls-hpack-2.3.4.gh.tar.gz 952641 BLAKE2B e5379af7d425d344861d72e8e6426c2e28629d965d40ef478400959df5578cd328b21b1eed5738eb50dbe18176bca90630dbe3a5a3bc5bc7482ec50eb470c93c SHA512 3639acc5f6a167a1468bb1f5d8b47fd7868481a26f3d22d9b208ab112460492959844ed458e5debd394b083426100a9b3ddc7972c12152c3f1ed9655ccde3e57

diff --git a/dev-libs/ls-hpack/ls-hpack-2.3.4.ebuild b/dev-libs/ls-hpack/ls-hpack-2.3.4.ebuild
new file mode 100644
index 000000000..0b9da6df4
--- /dev/null
+++ b/dev-libs/ls-hpack/ls-hpack-2.3.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="QPACK compression library for use with HTTP/3"
+HOMEPAGE="https://github.com/litespeedtech/ls-hpack/"
+SRC_URI="https://github.com/litespeedtech/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="static-libs"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-disable-overwrites-flags.patch
+	"${FILESDIR}"/${PN}-disable-tests.patch
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DSHARED=$(usex !static-libs 1 0)
+	)
+	cmake_src_configure
+}
+
+src_install() {
+	local LIB_TYPE=$(usex static-libs a so)
+	doheader lshpack.h
+	dolib.${LIB_TYPE} "${BUILD_DIR}"/libls-hpack.${LIB_TYPE}
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/ls-hpack/
@ 2025-02-02  8:35 Takuya Wakazono
  0 siblings, 0 replies; 6+ messages in thread
From: Takuya Wakazono @ 2025-02-02  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     f2aff1f2eccc67a0e593e8a6208cdf1987b5b3eb
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Feb  2 08:27:45 2025 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Feb  2 08:27:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2aff1f2

dev-libs/ls-hpack: drop 2.3.3

Closes: https://bugs.gentoo.org/909506 (obsolete)
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-libs/ls-hpack/Manifest              |  1 -
 dev-libs/ls-hpack/ls-hpack-2.3.3.ebuild | 34 ---------------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-libs/ls-hpack/Manifest b/dev-libs/ls-hpack/Manifest
index c895b08bd..e3fc85399 100644
--- a/dev-libs/ls-hpack/Manifest
+++ b/dev-libs/ls-hpack/Manifest
@@ -1,2 +1 @@
-DIST ls-hpack-2.3.3.gh.tar.gz 952559 BLAKE2B 18240d2f53524f3db0d18c76dc2ead041f1a3b7a0cff242610e9aab4d335a1b3bcecdc10f887805ae924caf2fb50db5ec53a05cd3ba521402e59d378d185fdfd SHA512 157af5f0bc31f77b18fd806d27a9483c79254c360ee5cc7a16617b86df6a1024a268215a49f459f31ac06fa4c9b03a8c0e6d999bfe6c90548e2fd8ccd3d9b54d
 DIST ls-hpack-2.3.4.gh.tar.gz 952641 BLAKE2B e5379af7d425d344861d72e8e6426c2e28629d965d40ef478400959df5578cd328b21b1eed5738eb50dbe18176bca90630dbe3a5a3bc5bc7482ec50eb470c93c SHA512 3639acc5f6a167a1468bb1f5d8b47fd7868481a26f3d22d9b208ab112460492959844ed458e5debd394b083426100a9b3ddc7972c12152c3f1ed9655ccde3e57

diff --git a/dev-libs/ls-hpack/ls-hpack-2.3.3.ebuild b/dev-libs/ls-hpack/ls-hpack-2.3.3.ebuild
deleted file mode 100644
index ddb4bea06..000000000
--- a/dev-libs/ls-hpack/ls-hpack-2.3.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="QPACK compression library for use with HTTP/3"
-HOMEPAGE="https://github.com/litespeedtech/ls-hpack/"
-SRC_URI="https://github.com/litespeedtech/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="static-libs"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-disable-overwrites-flags.patch
-	"${FILESDIR}"/${PN}-disable-tests.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DSHARED=$(usex !static-libs 1 0)
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	local LIB_TYPE=$(usex static-libs a so)
-	doheader lshpack.h
-	dolib.${LIB_TYPE} "${BUILD_DIR}"/libls-hpack.${LIB_TYPE}
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/ls-hpack/
@ 2024-04-27 18:32 Lucio Sauer
  0 siblings, 0 replies; 6+ messages in thread
From: Lucio Sauer @ 2024-04-27 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     094236653cbe196a6e2e0bd82113befef9f04e07
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Apr 27 18:06:30 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sat Apr 27 18:29:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=09423665

dev-libs/ls-hpack: fix EbuildUnquotedVariablesCheck

Use simpler query and install functions
Add suffix to GitHub-generated archive
Bump copyright

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 dev-libs/ls-hpack/Manifest                 |  4 ++--
 dev-libs/ls-hpack/ls-hpack-2.3.0-r1.ebuild | 14 +++++---------
 dev-libs/ls-hpack/ls-hpack-2.3.3.ebuild    | 12 ++++--------
 3 files changed, 11 insertions(+), 19 deletions(-)

diff --git a/dev-libs/ls-hpack/Manifest b/dev-libs/ls-hpack/Manifest
index efc11640b1..40345b6e01 100644
--- a/dev-libs/ls-hpack/Manifest
+++ b/dev-libs/ls-hpack/Manifest
@@ -1,2 +1,2 @@
-DIST ls-hpack-2.3.0.tar.gz 954741 BLAKE2B d93494c5d3e08c13e496021467b4984400739168916389e72def3f8619ddd056a73b01121453905376ac20935d7f05b8732ace9290345d0558a7ccc1b266d04d SHA512 45866b18042125cbbd008eed2935a938a42e1682030aa52ff4a324ddbad7bf9bd483161352cc8988bae668e132ee8b4b043ddc09d9e0316a66aaefd927ae2d76
-DIST ls-hpack-2.3.3.tar.gz 952559 BLAKE2B 18240d2f53524f3db0d18c76dc2ead041f1a3b7a0cff242610e9aab4d335a1b3bcecdc10f887805ae924caf2fb50db5ec53a05cd3ba521402e59d378d185fdfd SHA512 157af5f0bc31f77b18fd806d27a9483c79254c360ee5cc7a16617b86df6a1024a268215a49f459f31ac06fa4c9b03a8c0e6d999bfe6c90548e2fd8ccd3d9b54d
+DIST ls-hpack-2.3.0.gh.tar.gz 954741 BLAKE2B d93494c5d3e08c13e496021467b4984400739168916389e72def3f8619ddd056a73b01121453905376ac20935d7f05b8732ace9290345d0558a7ccc1b266d04d SHA512 45866b18042125cbbd008eed2935a938a42e1682030aa52ff4a324ddbad7bf9bd483161352cc8988bae668e132ee8b4b043ddc09d9e0316a66aaefd927ae2d76
+DIST ls-hpack-2.3.3.gh.tar.gz 952559 BLAKE2B 18240d2f53524f3db0d18c76dc2ead041f1a3b7a0cff242610e9aab4d335a1b3bcecdc10f887805ae924caf2fb50db5ec53a05cd3ba521402e59d378d185fdfd SHA512 157af5f0bc31f77b18fd806d27a9483c79254c360ee5cc7a16617b86df6a1024a268215a49f459f31ac06fa4c9b03a8c0e6d999bfe6c90548e2fd8ccd3d9b54d

diff --git a/dev-libs/ls-hpack/ls-hpack-2.3.0-r1.ebuild b/dev-libs/ls-hpack/ls-hpack-2.3.0-r1.ebuild
index 59695af8eb..501ab4d7f7 100644
--- a/dev-libs/ls-hpack/ls-hpack-2.3.0-r1.ebuild
+++ b/dev-libs/ls-hpack/ls-hpack-2.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ inherit cmake
 
 DESCRIPTION="QPACK compression library for use with HTTP/3"
 HOMEPAGE="https://github.com/litespeedtech/ls-hpack/"
-SRC_URI="https://github.com/litespeedtech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/litespeedtech/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -27,12 +27,8 @@ src_configure() {
 }
 
 src_install() {
-	cp ${S}_build/libls-hpack.* ${S} || die
-	newheader lshpack.h lshpack.h
-	if [[ $(usex static-libs) == "yes" ]] ; then
-		newlib.a libls-hpack.a libls-hpack.a
-	else
-		newlib.so libls-hpack.so libls-hpack.so
-	fi
+	local LIB_TYPE=$(usex static-libs a so)
+	doheader lshpack.h
+	dolib.${LIB_TYPE} "${BUILD_DIR}"/libls-hpack.${LIB_TYPE}
 	einstalldocs
 }

diff --git a/dev-libs/ls-hpack/ls-hpack-2.3.3.ebuild b/dev-libs/ls-hpack/ls-hpack-2.3.3.ebuild
index 59695af8eb..ddb4bea061 100644
--- a/dev-libs/ls-hpack/ls-hpack-2.3.3.ebuild
+++ b/dev-libs/ls-hpack/ls-hpack-2.3.3.ebuild
@@ -7,7 +7,7 @@ inherit cmake
 
 DESCRIPTION="QPACK compression library for use with HTTP/3"
 HOMEPAGE="https://github.com/litespeedtech/ls-hpack/"
-SRC_URI="https://github.com/litespeedtech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/litespeedtech/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -27,12 +27,8 @@ src_configure() {
 }
 
 src_install() {
-	cp ${S}_build/libls-hpack.* ${S} || die
-	newheader lshpack.h lshpack.h
-	if [[ $(usex static-libs) == "yes" ]] ; then
-		newlib.a libls-hpack.a libls-hpack.a
-	else
-		newlib.so libls-hpack.so libls-hpack.so
-	fi
+	local LIB_TYPE=$(usex static-libs a so)
+	doheader lshpack.h
+	dolib.${LIB_TYPE} "${BUILD_DIR}"/libls-hpack.${LIB_TYPE}
 	einstalldocs
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/ls-hpack/
@ 2024-04-27 16:40 Okamura Kazuya
  0 siblings, 0 replies; 6+ messages in thread
From: Okamura Kazuya @ 2024-04-27 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     cb9262838fa3565ab2d9e34dd5a11a0809ee6971
Author:     Okamura Kazuya <gentoo-guru <AT> danceylove <DOT> net>
AuthorDate: Sat Apr 27 16:36:53 2024 +0000
Commit:     Okamura Kazuya <trakrailysurely <AT> danceylove <DOT> net>
CommitDate: Sat Apr 27 16:36:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb926283

dev-libs/ls-hpack: bump 2.3.3

Signed-off-by: Okamura Kazuya <gentoo-guru <AT> danceylove.net>

 dev-libs/ls-hpack/Manifest              |  1 +
 dev-libs/ls-hpack/ls-hpack-2.3.3.ebuild | 38 +++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-libs/ls-hpack/Manifest b/dev-libs/ls-hpack/Manifest
index 7ed7479500..efc11640b1 100644
--- a/dev-libs/ls-hpack/Manifest
+++ b/dev-libs/ls-hpack/Manifest
@@ -1 +1,2 @@
 DIST ls-hpack-2.3.0.tar.gz 954741 BLAKE2B d93494c5d3e08c13e496021467b4984400739168916389e72def3f8619ddd056a73b01121453905376ac20935d7f05b8732ace9290345d0558a7ccc1b266d04d SHA512 45866b18042125cbbd008eed2935a938a42e1682030aa52ff4a324ddbad7bf9bd483161352cc8988bae668e132ee8b4b043ddc09d9e0316a66aaefd927ae2d76
+DIST ls-hpack-2.3.3.tar.gz 952559 BLAKE2B 18240d2f53524f3db0d18c76dc2ead041f1a3b7a0cff242610e9aab4d335a1b3bcecdc10f887805ae924caf2fb50db5ec53a05cd3ba521402e59d378d185fdfd SHA512 157af5f0bc31f77b18fd806d27a9483c79254c360ee5cc7a16617b86df6a1024a268215a49f459f31ac06fa4c9b03a8c0e6d999bfe6c90548e2fd8ccd3d9b54d

diff --git a/dev-libs/ls-hpack/ls-hpack-2.3.3.ebuild b/dev-libs/ls-hpack/ls-hpack-2.3.3.ebuild
new file mode 100644
index 0000000000..59695af8eb
--- /dev/null
+++ b/dev-libs/ls-hpack/ls-hpack-2.3.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="QPACK compression library for use with HTTP/3"
+HOMEPAGE="https://github.com/litespeedtech/ls-hpack/"
+SRC_URI="https://github.com/litespeedtech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="static-libs"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-disable-overwrites-flags.patch
+	"${FILESDIR}"/${PN}-disable-tests.patch
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DSHARED=$(usex !static-libs 1 0)
+	)
+	cmake_src_configure
+}
+
+src_install() {
+	cp ${S}_build/libls-hpack.* ${S} || die
+	newheader lshpack.h lshpack.h
+	if [[ $(usex static-libs) == "yes" ]] ; then
+		newlib.a libls-hpack.a libls-hpack.a
+	else
+		newlib.so libls-hpack.so libls-hpack.so
+	fi
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/ls-hpack/
@ 2023-07-09 11:20 Okamura Kazuya
  0 siblings, 0 replies; 6+ messages in thread
From: Okamura Kazuya @ 2023-07-09 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     8a207b06ea8e1e78c015c6672988d03af04c8182
Author:     Okamura Kazuya <gentoo-guru <AT> danceylove <DOT> net>
AuthorDate: Sun Jul  9 11:19:53 2023 +0000
Commit:     Okamura Kazuya <trakrailysurely <AT> danceylove <DOT> net>
CommitDate: Sun Jul  9 11:19:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a207b06

dev-libs/ls-hpack: drop 2.3.0

Signed-off-by: Okamura Kazuya <gentoo-guru <AT> danceylove.net>

 dev-libs/ls-hpack/ls-hpack-2.3.0.ebuild | 35 ---------------------------------
 1 file changed, 35 deletions(-)

diff --git a/dev-libs/ls-hpack/ls-hpack-2.3.0.ebuild b/dev-libs/ls-hpack/ls-hpack-2.3.0.ebuild
deleted file mode 100644
index 9aa03d384..000000000
--- a/dev-libs/ls-hpack/ls-hpack-2.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="QPACK compression library for use with HTTP/3"
-HOMEPAGE="https://github.com/litespeedtech/ls-hpack/"
-SRC_URI="https://github.com/litespeedtech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="static-libs"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-disable-tests.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DSHARED=$(usex !static-libs 1 0)
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	mkdir -p ${D}/usr/include/lshpack/
-	mkdir -p ${D}/usr/lib64/
-	cp ${S}_build/libls-hpack* ${D}/usr/lib64/
-	cp ${S}/lshpack.h ${D}/usr/include/lshpack/
-	cp ${S}/lshpack.h ${D}/usr/include/
-	einstalldocs
-}


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

end of thread, other threads:[~2025-02-02  8:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-05  1:17 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/ls-hpack/ Okamura Kazuya
  -- strict thread matches above, loose matches on Subject: below --
2025-02-02  8:35 Takuya Wakazono
2025-02-02  8:35 Takuya Wakazono
2024-04-27 18:32 Lucio Sauer
2024-04-27 16:40 Okamura Kazuya
2023-07-09 11:20 Okamura Kazuya

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