commit: 6f186272587142bd3d53d5a37d3713d892a51105 Author: Dale Showers <gentoo <AT> fictx <DOT> com> AuthorDate: Thu Feb 20 12:40:49 2025 +0000 Commit: Dale Showers <gentoo <AT> fictx <DOT> com> CommitDate: Thu Feb 20 12:45:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f186272
net-voip/re: drop 3.17.0 Signed-off-by: Dale Showers <gentoo <AT> fictx.com> net-voip/re/Manifest | 1 - net-voip/re/re-3.17.0.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/net-voip/re/Manifest b/net-voip/re/Manifest index eed27c780..7f294652c 100644 --- a/net-voip/re/Manifest +++ b/net-voip/re/Manifest @@ -1,3 +1,2 @@ -DIST re-3.17.0.tar.gz 613304 BLAKE2B 9bd59655cde615ffe31c658ed47bc0be15a44063d073aa5d3bafc346f5110f00c27151b1f1c98d2ea0d7552976768dbbab03360cedd6d27dbb5180d118ded07a SHA512 8de8d847d317b18333813a0e5c28fab4aebb16e5e383c8acb6e963d1cf8b0a90e11fc46a3438c5202ae3ecfc8b6572a649161b6ea45b4467764413b689caad58 DIST re-3.18.0.tar.gz 613187 BLAKE2B 584f360c388f1c4d2937348a2a1c2824b885381905f4f66aeb3e6fea0a6ebb397dca86c94fe7b6c2b54de569032a9b35a3676d4bef35668c66cfed8620836dec SHA512 db9c67a60803a224a87aa4104d5a0a349d09946b5bf7c8b18fd121ed7517d25a5412b0516dfc6a386218db9d5020b65ac1253966052a4978075e6bfcb71dc908 DIST re-3.19.0.tar.gz 613021 BLAKE2B 304db418274e99adb93d6b14e114c8ebdfde64e835e18a4e9a01fc8f744914b7276ee7daee58d6f4ad3c58f798721c1fceaae93ba41d4f0dcc5aa897bb9ad40f SHA512 3714112a84add97b4e96cd74352ec13ba5def2ddefc6d549956caec3b4a9122942dd667359b8b66ba51b2a8c597373cb8d45f5b48c0aff782394b8bbdc43e836 diff --git a/net-voip/re/re-3.17.0.ebuild b/net-voip/re/re-3.17.0.ebuild deleted file mode 100644 index bbd46b29c..000000000 --- a/net-voip/re/re-3.17.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2024 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 -}