net-voip/re: drop 4.4.0, 4.6.0

Signed-off-by: Dale Showers <gentoo@fictx.com>
This commit is contained in:
Dale Showers
2026-05-23 14:48:43 -04:00
parent 459f5a4978
commit a033ee3f13
3 changed files with 0 additions and 62 deletions

View File

@@ -1,3 +1 @@
DIST re-4.4.0.tar.gz 629739 BLAKE2B a12169ca31b3d603ba808c506a26d4313008933a18d37f78d43da8f1b908703fe39ffe88665bde8f52b6a05392034ae2ed387f6e686bc052a27a42bf2ff82aa8 SHA512 69110578a0a086efe55ea61d98882a352aad4ce35fd522b99f990156c946c5b9f89bf516dadf3ace47c126866cd4afb2121e9ffe3b1de93d41d2f084150f76d5
DIST re-4.6.0.tar.gz 633787 BLAKE2B 8f4117f66385e07071f9dbf5ca2a4dc6df557aa0078b711abbaef6c9bc8420a7cf12eb3874e937bbf0984a87ee7f65aaa68936c97c82228abaed249fe13d60d6 SHA512 37cbc2e4954b80126ebfd5ff1b7ac87f2c65175c26dd405ec388e161985e8f8a23764105205814fc8964d5dacddcc60f69983a0004595bf7aa13328a7b0380a6
DIST re-4.7.0.tar.gz 634957 BLAKE2B 1001ab6e8a51fc2766924e47381cbf9790999934c4c771e010ef79b28a4e8b66d5b82760852e14784287d083038d3fc1877561a83b21d8dffb973d3ff2cbeb67 SHA512 9d6a72ee3342847bc091e9f494c5957a0f8bbaf3244e2001a4a549493bfecf55f312c923f58eac396e1ed346dd07698635e1839e162c361bf00a8092a8ce58cd

View File

@@ -1,30 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Generic library for real-time communications with async IO support"
HOMEPAGE="https://github.com/baresip/re"
SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="static-libs"
DEPEND="
dev-libs/openssl:0=
virtual/zlib:=
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF)
)
cmake_src_configure
}

View File

@@ -1,30 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Generic library for real-time communications with async IO support"
HOMEPAGE="https://github.com/baresip/re"
SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="static-libs"
DEPEND="
dev-libs/openssl:0=
virtual/zlib:=
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF)
)
cmake_src_configure
}