commit: 8afdc066afa8cad4d3ffb3d74115b50e899af631 Author: Dale Showers <gentoo <AT> fictx <DOT> com> AuthorDate: Fri Jul 18 05:39:59 2025 +0000 Commit: Dale Showers <gentoo <AT> fictx <DOT> com> CommitDate: Fri Jul 18 05:41:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8afdc066
net-voip/re: drop 3.21.0 Signed-off-by: Dale Showers <gentoo <AT> fictx.com> net-voip/re/re-3.21.0.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/net-voip/re/re-3.21.0.ebuild b/net-voip/re/re-3.21.0.ebuild deleted file mode 100644 index 6c3757c7a8..0000000000 --- a/net-voip/re/re-3.21.0.ebuild +++ /dev/null @@ -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 -}