mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
net-voip/re: drop 3.22.0
Signed-off-by: Dale Showers <gentoo@fictx.com>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST re-3.22.0.tar.gz 621141 BLAKE2B 32f4ef38642db39b8727acbf27d33f9c2e93d39e97acfaa05d6c0c37b3b8495e531c4028b9f9223d6daebb4b534fc71c11fe5872228120800f7288115c1c32a2 SHA512 78d5445f2d50e6be78544485a617fe44db1cbb0b117e9ed22e77513559fbb3f718b9af723935974882dbebda41b38c0795213639bbd29bb36e39ce26874b7b9d
|
||||
DIST re-3.23.0.tar.gz 621962 BLAKE2B 6a032539d36f058346fbf6d82cb53fa755bd05f2ca2337cd26554b2c005ad27a444fe25f82a9cb44cb7f0854e3b4f2b5222525b875e004fd445224ac11d484b8 SHA512 460ebb7fee54d26dff7aab6420455073c3c90708eff8ef3a9a2cdc6922deeeb6b950d3791bc17d773bb1955513b2f300428fb364d13130d51536b6ef07aa7e9c
|
||||
DIST re-3.24.0.tar.gz 625022 BLAKE2B c8f9c1c0519a656f769227fe8e6efe478926b9edf736b3dadef77fb316f6005a6f4116161ba3eafae2f5d917982bf837c9a22b07a4859d8223529c2c2d7f5fc6 SHA512 0be44d16ce57bac88f094a40651e528c4486225d1b017b5d586cc78ad02bc095358f6bebab9c7d9eea76996ece7efd71549da8ced7f4f736ab962f61ecbc8511
|
||||
|
||||
@@ -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=
|
||||
sys-libs/zlib
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF)
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user