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: Mon, 16 Oct 2023 12:47:56 +0000 (UTC)	[thread overview]
Message-ID: <1697460471.2bde5d6fc69648d800c64c7f813393d64c53bb44.candrews@gentoo> (raw)

commit:     2bde5d6fc69648d800c64c7f813393d64c53bb44
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 12:45:13 2023 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 12:47:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bde5d6f

net-libs/nghttp3: drop 0.11.0, 0.12.0, 0.13.0, 0.14.0, 0.15.0

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

 net-libs/nghttp3/Manifest              |  5 -----
 net-libs/nghttp3/nghttp3-0.11.0.ebuild | 40 ----------------------------------
 net-libs/nghttp3/nghttp3-0.12.0.ebuild | 40 ----------------------------------
 net-libs/nghttp3/nghttp3-0.13.0.ebuild | 40 ----------------------------------
 net-libs/nghttp3/nghttp3-0.14.0.ebuild | 40 ----------------------------------
 net-libs/nghttp3/nghttp3-0.15.0.ebuild | 40 ----------------------------------
 6 files changed, 205 deletions(-)

diff --git a/net-libs/nghttp3/Manifest b/net-libs/nghttp3/Manifest
index bf11ceb41181..972d55ba9cc5 100644
--- a/net-libs/nghttp3/Manifest
+++ b/net-libs/nghttp3/Manifest
@@ -1,6 +1 @@
-DIST nghttp3-0.11.0.tar.xz 367392 BLAKE2B 908da41e168e83d82de7649051c66866682c58e93e3da6a2f4b85a1765b04ccbb06888df3e9b87b5cd6d1eb51d95af9bbb02955e47fde6194b169bb7ef78f756 SHA512 752adffcd5b8d26ea89e040597474e1b6d91a87a5feda445b637fd17255768e570570c0786984e3eaf36dac94df1f32659d9991d3bbf9a02b060c63aadb708fd
-DIST nghttp3-0.12.0.tar.xz 369576 BLAKE2B 552fab00de7c6d1917ac1b680547aa57e02ae32e6347e9915d743daa217ce2d6d201e3ab8f1cf00072e80f489e8bb7af648d46f9805816923b8e7ccd8319bc44 SHA512 4bfde5506bbd193107cac3f548952ae692934b7b9e5639fa843ee99a7da5ee7ca816880fc5575efd57959770e633cdba1efb4fd60ba39fff043e62a6358f721b
-DIST nghttp3-0.13.0.tar.xz 367992 BLAKE2B 381677866a327cbb5638aa2e6f4a770d15879d05ca432c3fca7e92a8a815ae62857c386ba660805e97f649f9bc7c9c4c7077a92d2296b3303347e3d1dff12b6c SHA512 63de094ae62c641388ea909b28df2cce58df5e372237519fb6ef62bbd937ff20f6e571cb99f0fac8b8781e619fc229ec931fb5c6a1165727829d6b0c3a779ef8
-DIST nghttp3-0.14.0.tar.xz 367992 BLAKE2B a7109d735b4fd9117caaec128bb9631e1a75514475bebcf039b605fcac4d68faa4bfa51c77123d456cba19c52e9436839adccd7449a126b5befe445860a3d5d3 SHA512 163bf8dee3e100dd95e73fbe0176d0dc9c86e9139d96cc98fa7e7c279dbcc699cee79998b2784fb21f8da745be98ba8e86c7387f8166907d89eace8f97176779
-DIST nghttp3-0.15.0.tar.xz 368348 BLAKE2B 2488a944beb0165e8cad26ddc37b79eb50f7c16807902fc43f97afc57c46a9bb5857eb041c870dbdcd3d817c3b45e1849c325cbea5ef67c9198adec7421e38d6 SHA512 f65cb3b2de1abb12b13b214a60b83c9570a265f99e082cc62b6791a32c929cd78c3a228e38ccd5edd36c12998486633b660b6737fe6c1fbe1b03acdb9ca033dd
 DIST nghttp3-1.0.0.tar.xz 369384 BLAKE2B a36b0c75e3c3c44b76652ef7c344831abe6cc160724203b9cb0951416d19df5630ac09c4a5eaf60203a6afcb5eab452d53546d97082f06e4761533b5f7518556 SHA512 84d3207346da3807e56a6f9d7f826ae4174d5a0ba6c4bf1e71dd3f6a7e694eb8f2b9607ed862ffac7b29509521f8216aef3e0910425a65bc4e94ffa879f4d3d8

diff --git a/net-libs/nghttp3/nghttp3-0.11.0.ebuild b/net-libs/nghttp3/nghttp3-0.11.0.ebuild
deleted file mode 100644
index 719966f4eab6..000000000000
--- a/net-libs/nghttp3/nghttp3-0.11.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/ngtcp2/nghttp3.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/ngtcp2/nghttp3/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~hppa"
-fi
-
-DESCRIPTION="HTTP/3 library written in C"
-HOMEPAGE="https://github.com/ngtcp2/nghttp3/"
-
-LICENSE="MIT"
-SLOT="0/0"
-IUSE="static-libs test"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
-RDEPEND=""
-RESTRICT="!test? ( test )"
-
-multilib_src_configure() {
-	local mycmakeargs=(
-		-DENABLE_LIB_ONLY=ON
-		-DENABLE_STATIC_LIB=$(usex static-libs)
-		-DENABLE_EXAMPLES=OFF
-		-DCMAKE_DISABLE_FIND_PACKAGE_CUnit=$(usex !test)
-	)
-	cmake_src_configure
-}
-
-multilib_src_test() {
-	cmake_build check
-}

diff --git a/net-libs/nghttp3/nghttp3-0.12.0.ebuild b/net-libs/nghttp3/nghttp3-0.12.0.ebuild
deleted file mode 100644
index 719966f4eab6..000000000000
--- a/net-libs/nghttp3/nghttp3-0.12.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/ngtcp2/nghttp3.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/ngtcp2/nghttp3/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~hppa"
-fi
-
-DESCRIPTION="HTTP/3 library written in C"
-HOMEPAGE="https://github.com/ngtcp2/nghttp3/"
-
-LICENSE="MIT"
-SLOT="0/0"
-IUSE="static-libs test"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
-RDEPEND=""
-RESTRICT="!test? ( test )"
-
-multilib_src_configure() {
-	local mycmakeargs=(
-		-DENABLE_LIB_ONLY=ON
-		-DENABLE_STATIC_LIB=$(usex static-libs)
-		-DENABLE_EXAMPLES=OFF
-		-DCMAKE_DISABLE_FIND_PACKAGE_CUnit=$(usex !test)
-	)
-	cmake_src_configure
-}
-
-multilib_src_test() {
-	cmake_build check
-}

diff --git a/net-libs/nghttp3/nghttp3-0.13.0.ebuild b/net-libs/nghttp3/nghttp3-0.13.0.ebuild
deleted file mode 100644
index 7f4078fba594..000000000000
--- a/net-libs/nghttp3/nghttp3-0.13.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/ngtcp2/nghttp3.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/ngtcp2/nghttp3/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64 ~hppa"
-fi
-
-DESCRIPTION="HTTP/3 library written in C"
-HOMEPAGE="https://github.com/ngtcp2/nghttp3/"
-
-LICENSE="MIT"
-SLOT="0/0"
-IUSE="static-libs test"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
-RDEPEND=""
-RESTRICT="!test? ( test )"
-
-multilib_src_configure() {
-	local mycmakeargs=(
-		-DENABLE_LIB_ONLY=ON
-		-DENABLE_STATIC_LIB=$(usex static-libs)
-		-DENABLE_EXAMPLES=OFF
-		-DCMAKE_DISABLE_FIND_PACKAGE_CUnit=$(usex !test)
-	)
-	cmake_src_configure
-}
-
-multilib_src_test() {
-	cmake_build check
-}

diff --git a/net-libs/nghttp3/nghttp3-0.14.0.ebuild b/net-libs/nghttp3/nghttp3-0.14.0.ebuild
deleted file mode 100644
index 7f4078fba594..000000000000
--- a/net-libs/nghttp3/nghttp3-0.14.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/ngtcp2/nghttp3.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/ngtcp2/nghttp3/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64 ~hppa"
-fi
-
-DESCRIPTION="HTTP/3 library written in C"
-HOMEPAGE="https://github.com/ngtcp2/nghttp3/"
-
-LICENSE="MIT"
-SLOT="0/0"
-IUSE="static-libs test"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
-RDEPEND=""
-RESTRICT="!test? ( test )"
-
-multilib_src_configure() {
-	local mycmakeargs=(
-		-DENABLE_LIB_ONLY=ON
-		-DENABLE_STATIC_LIB=$(usex static-libs)
-		-DENABLE_EXAMPLES=OFF
-		-DCMAKE_DISABLE_FIND_PACKAGE_CUnit=$(usex !test)
-	)
-	cmake_src_configure
-}
-
-multilib_src_test() {
-	cmake_build check
-}

diff --git a/net-libs/nghttp3/nghttp3-0.15.0.ebuild b/net-libs/nghttp3/nghttp3-0.15.0.ebuild
deleted file mode 100644
index 7f4078fba594..000000000000
--- a/net-libs/nghttp3/nghttp3-0.15.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/ngtcp2/nghttp3.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/ngtcp2/nghttp3/releases/download/v${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64 ~hppa"
-fi
-
-DESCRIPTION="HTTP/3 library written in C"
-HOMEPAGE="https://github.com/ngtcp2/nghttp3/"
-
-LICENSE="MIT"
-SLOT="0/0"
-IUSE="static-libs test"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
-RDEPEND=""
-RESTRICT="!test? ( test )"
-
-multilib_src_configure() {
-	local mycmakeargs=(
-		-DENABLE_LIB_ONLY=ON
-		-DENABLE_STATIC_LIB=$(usex static-libs)
-		-DENABLE_EXAMPLES=OFF
-		-DCMAKE_DISABLE_FIND_PACKAGE_CUnit=$(usex !test)
-	)
-	cmake_src_configure
-}
-
-multilib_src_test() {
-	cmake_build check
-}


             reply	other threads:[~2023-10-16 12:48 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-16 12:47 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10 17:06 [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp3/ 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-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=1697460471.2bde5d6fc69648d800c64c7f813393d64c53bb44.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