commit: b1203aef3e0aa205ee6a6b8e3de0835d326a2b59 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Feb 19 19:49:10 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Feb 23 22:16:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1203aef
net-misc/sipsak: EAPI8 bump, add 0.9.8.1 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/40655 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-misc/sipsak/Manifest | 1 + net-misc/sipsak/sipsak-0.9.8.1.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/net-misc/sipsak/Manifest b/net-misc/sipsak/Manifest index f9eddd964da4..0bc830623d62 100644 --- a/net-misc/sipsak/Manifest +++ b/net-misc/sipsak/Manifest @@ -1 +1,2 @@ +DIST sipsak-0.9.8.1.tar.gz 202545 BLAKE2B a3f8d8361f4bf52fbcd01d95512cd3850f831b3d2e08eea78fd24805e3d15f7e8a424d73518fdf2c86f4756087a2e13f5bab33b0aae0f79d45a4daa0f9b5c69e SHA512 8313d1176e6f3cab78dada33fbf8d3c7c6e6434671dd6a7402d1433bbec50f53e2bf98496d8ac1b8021586f19940c32dbdd15e93ff7ed88ee1b690a037b46ab8 DIST sipsak-0.9.8.tar.gz 202482 BLAKE2B 26ea0fc196d598f6ef111b0c511484db0ca23b4ea8e2febe957b578a5eb0e2351dcc1d5848bdcda4a01f6962d1cd97c80dcf58203fcb82e19eb7f475f8a7ee56 SHA512 1cd4c8e69f5c8cae83c524f73ef53eb139127ff3652eb1407542883c4c3593df9d61207e10198705e064b42da72c210fb6a88c087a83c3b13bbb6d9d8bfab20c diff --git a/net-misc/sipsak/sipsak-0.9.8.1.ebuild b/net-misc/sipsak/sipsak-0.9.8.1.ebuild new file mode 100644 index 000000000000..6341f2ea1d6e --- /dev/null +++ b/net-misc/sipsak/sipsak-0.9.8.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 +}
