commit:     e171f1e7f1de8c68eeacf5948b39ad7e3eb9fe2a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 27 21:40:33 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 28 15:50:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e171f1e7

net-libs/usrsctp: drop 0.9.5.0 and destabilise, no more revdeps

Bug: https://bugs.gentoo.org/952805
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/usrsctp/Manifest                          |  1 -
 .../files/usrsctp-0.9.5.0-pc-inc-path.patch        | 22 ------------------
 net-libs/usrsctp/usrsctp-0.9.5.0.ebuild            | 26 ----------------------
 3 files changed, 49 deletions(-)

diff --git a/net-libs/usrsctp/Manifest b/net-libs/usrsctp/Manifest
index 0b635c3b1629..3db3b590baa8 100644
--- a/net-libs/usrsctp/Manifest
+++ b/net-libs/usrsctp/Manifest
@@ -1,2 +1 @@
-DIST usrsctp-0.9.5.0.tar.gz 771701 BLAKE2B 
279394aecea61795360db3b57140c55dc2801f55471fb97754e054ccd5d99c87e17dc637cdcb347be258034175b96efbc18d75a114f47e1957cacef897822df3
 SHA512 
7b28706449f9365ba9750fd39925e7171516a1e3145d123ec69a12486637ae2393ad4c587b056403298dc13c149f0b01a262cbe4852abca42e425d7680c77ee3
 DIST usrsctp-0.9.5.0_p20250331.tar.gz 773857 BLAKE2B 
a36c1329990455282b064b183084cc817384fd01422fc6f5b7800bfcceffb79e6b5e0e16db7ffdfdc4c4e4ef4f87de3fd28fe4e47062e79223690ac8408e6aeb
 SHA512 
dc768db06bebfa0de4726f094bde3187b8d7987b6c56fb2edeb53048d67ee69ffe3341ab3b36f0b7bfda95b7816bdb00d62467e26436787d233a84975fed874d

diff --git a/net-libs/usrsctp/files/usrsctp-0.9.5.0-pc-inc-path.patch 
b/net-libs/usrsctp/files/usrsctp-0.9.5.0-pc-inc-path.patch
deleted file mode 100644
index 668f522a09ef..000000000000
--- a/net-libs/usrsctp/files/usrsctp-0.9.5.0-pc-inc-path.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 70d42ae95a1de83bd317c8cc9503f894671d1392 Mon Sep 17 00:00:00 2001
-From: Michael Tuexen <[email protected]>
-Date: Mon, 29 Mar 2021 13:36:32 +0200
-Subject: [PATCH] Fix https://github.com/sctplab/usrsctp/issues/574
-
----
- usrsctplib/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/usrsctplib/CMakeLists.txt b/usrsctplib/CMakeLists.txt
-index aa99cf2f..84bdee2e 100644
---- a/usrsctplib/CMakeLists.txt
-+++ b/usrsctplib/CMakeLists.txt
-@@ -45,7 +45,7 @@ include(GNUInstallDirs)
- set(prefix ${CMAKE_INSTALL_PREFIX})
- set(exec_prefix ${prefix})
- set(libdir ${exec_prefix}/${CMAKE_INSTALL_LIBDIR})
--set(includedir ${prefix}/${CMAKE_INSTALL_INCLUDEDIR}/usrsctp)
-+set(includedir ${prefix}/${CMAKE_INSTALL_INCLUDEDIR})
- 
- set(CMAKE_REQUIRED_INCLUDES ${CMAKE_CURRENT_SOURCE_DIR})
- set(CMAKE_MACOSX_RPATH 1)

diff --git a/net-libs/usrsctp/usrsctp-0.9.5.0.ebuild 
b/net-libs/usrsctp/usrsctp-0.9.5.0.ebuild
deleted file mode 100644
index dcfe7560f3e3..000000000000
--- a/net-libs/usrsctp/usrsctp-0.9.5.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A cross-platform userland SCTP stack"
-HOMEPAGE="https://github.com/sctplab/usrsctp";
-SRC_URI="https://github.com/sctplab/usrsctp/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
-
-DOCS=( LICENSE.md Manual.md README.md )
-PATCHES=( "${FILESDIR}/${P}-pc-inc-path.patch" )
-
-src_configure() {
-       local mycmakeargs=(
-               -Dsctp_werror=0
-               -Dsctp_build_programs=0
-               -Dsctp_build_shared_lib=1
-       )
-       cmake_src_configure
-}

Reply via email to