commit: 9094656eb86d35245d437d353796c04b3ae7881f Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Thu Sep 4 13:19:33 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 6 14:32:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9094656e
net-misc/sipsak: drop 0.9.8 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43661 Closes: https://github.com/gentoo/gentoo/pull/43661 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/sipsak/Manifest | 1 - net-misc/sipsak/sipsak-0.9.8.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/net-misc/sipsak/Manifest b/net-misc/sipsak/Manifest index 70def8f10c12..aff3d188f5de 100644 --- a/net-misc/sipsak/Manifest +++ b/net-misc/sipsak/Manifest @@ -1,3 +1,2 @@ DIST sipsak-0.9.8.1.tar.gz 202545 BLAKE2B a3f8d8361f4bf52fbcd01d95512cd3850f831b3d2e08eea78fd24805e3d15f7e8a424d73518fdf2c86f4756087a2e13f5bab33b0aae0f79d45a4daa0f9b5c69e SHA512 8313d1176e6f3cab78dada33fbf8d3c7c6e6434671dd6a7402d1433bbec50f53e2bf98496d8ac1b8021586f19940c32dbdd15e93ff7ed88ee1b690a037b46ab8 DIST sipsak-0.9.8.1_p20230215.tar.gz 75195 BLAKE2B b85307fdf58baa65cb84017b489cc16e34af9bf1bc89a501aa0f48265ab72c272bad6705207d0b830bacd106ef5ede2fc03ff985dfce3cd67ce96d1dd04c8cac SHA512 e1fc55091530ba3ef1b70405a9bb9e08b66f240c467732b880b29492cf7e7f5efb99ab039d695c40e300b7e88fcacada5ddde36f6b2f17eae8d33d951c62afa5 -DIST sipsak-0.9.8.tar.gz 202482 BLAKE2B 26ea0fc196d598f6ef111b0c511484db0ca23b4ea8e2febe957b578a5eb0e2351dcc1d5848bdcda4a01f6962d1cd97c80dcf58203fcb82e19eb7f475f8a7ee56 SHA512 1cd4c8e69f5c8cae83c524f73ef53eb139127ff3652eb1407542883c4c3593df9d61207e10198705e064b42da72c210fb6a88c087a83c3b13bbb6d9d8bfab20c diff --git a/net-misc/sipsak/sipsak-0.9.8.ebuild b/net-misc/sipsak/sipsak-0.9.8.ebuild deleted file mode 100644 index 765b6a9ffd0d..000000000000 --- a/net-misc/sipsak/sipsak-0.9.8.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic - -DESCRIPTION="small command line tool for testing SIP applications and devices" -HOMEPAGE="https://github.com/nils-ohlmeier/sipsak" -SRC_URI="https://github.com/nils-ohlmeier/sipsak/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - net-dns/c-ares - net-libs/gnutls:=" -DEPEND="${RDEPEND} - test? ( dev-libs/check )" - -src_configure() { - append-cflags -std=gnu89 -fcommon - econf -}
