repo/proj/guru:dev commit in: net-voip/re/
"Dale Showers" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1787058360.32b2e128a06a043e34e1c4d5051f55fb2d8826b8.gentoo@gentoo> |
commit: 32b2e128a06a043e34e1c4d5051f55fb2d8826b8
Author: Dale Showers <gentoo <AT> fictx <DOT> com>
AuthorDate: Tue Aug 18 13:01:23 2026 +0000
Commit: Dale Showers <gentoo <AT> fictx <DOT> com>
CommitDate: Tue Aug 18 13:06:00 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32b2e128
net-voip/re: drop 4.7.0
Signed-off-by: Dale Showers <gentoo <AT> fictx.com>
net-voip/re/Manifest | 1 -
net-voip/re/re-4.7.0.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/net-voip/re/Manifest b/net-voip/re/Manifest
index 6431fa8339..12ef6f4000 100644
--- a/net-voip/re/Manifest
+++ b/net-voip/re/Manifest
@@ -1,2 +1 @@
-DIST re-4.7.0.tar.gz 634957 BLAKE2B 1001ab6e8a51fc2766924e47381cbf9790999934c4c771e010ef79b28a4e8b66d5b82760852e14784287d083038d3fc1877561a83b21d8dffb973d3ff2cbeb67 SHA512 9d6a72ee3342847bc091e9f494c5957a0f8bbaf3244e2001a4a549493bfecf55f312c923f58eac396e1ed346dd07698635e1839e162c361bf00a8092a8ce58cd
DIST re-4.8.0.tar.gz 636577 BLAKE2B 9523fd223a1f38847a02ec81ffdf87059417a2be3088b79471ba0809febaf5a1f346a6d4cad64fbf6f72a7284cf0f700b94e3aa88ba7973642fe8bed0b9134cf SHA512 3f86f7b898ccc6b0b2dfecde82fe7ae17fcd507a3c50017b8ef792868c09c742ce723e49fdbac2162dc15fcb66c5518c53ed32297ebc8e3df09c651dd0323286
diff --git a/net-voip/re/re-4.7.0.ebuild b/net-voip/re/re-4.7.0.ebuild
deleted file mode 100644
index 3dfe3cf7ef..0000000000
--- a/net-voip/re/re-4.7.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=
- virtual/zlib:=
- "
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF)
- )
- cmake_src_configure
-}