From a0ce545d52f231499bf9f3644493113d8af58ec9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 9 May 2024 00:01:03 +0100 Subject: gentoo auto-resync : 09:05:2024 - 00:01:03 --- net-libs/sofia-sip/Manifest | 5 --- net-libs/sofia-sip/metadata.xml | 8 ----- net-libs/sofia-sip/sofia-sip-1.13.16.ebuild | 48 ----------------------------- net-libs/sofia-sip/sofia-sip-1.13.9.ebuild | 44 -------------------------- 4 files changed, 105 deletions(-) delete mode 100644 net-libs/sofia-sip/Manifest delete mode 100644 net-libs/sofia-sip/metadata.xml delete mode 100644 net-libs/sofia-sip/sofia-sip-1.13.16.ebuild delete mode 100644 net-libs/sofia-sip/sofia-sip-1.13.9.ebuild (limited to 'net-libs/sofia-sip') diff --git a/net-libs/sofia-sip/Manifest b/net-libs/sofia-sip/Manifest deleted file mode 100644 index 405e1a2ad2b9..000000000000 --- a/net-libs/sofia-sip/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST sofia-sip-1.13.16.tar.gz 2553298 BLAKE2B f9be6a1cd0cae96383e1d1ca8d1ef26deda5e5565dd8b223f6e6a34b596f48cd9e18536b6a53a736b20b7fcf7c67695069e1ba60ff466a932ae5642c9e0b8326 SHA512 29a5bd1e38b5b80d6cd6aeb6f3cff3c93660314a8577b550975ad6eddbc8a2ce341dff3f510cb4f24037bfb0ce5ada142b130a9576a8d6acfb06a38088cdcf50 -DIST sofia-sip-1.13.9.tar.gz 2551559 BLAKE2B 69b5c0e995475a23012e2608a4b146058689c5243221ea1569e40514408884cf602dce2a53cf2468c449bbce14f03082aece0a9249f1a517829d963e56a1792d SHA512 bec7c11d94cc7243d6e1d11eb6fe0b666c018d9eb599896766b55773825cf3e218267d7e6efd1a9f7cb6e1eab79c2b6a38095bfc5a8f013a647588a676f707ec -EBUILD sofia-sip-1.13.16.ebuild 1063 BLAKE2B e1f263c250c66723ce61d752485607015f621d18bedb0a330c8620492c54d4ff8dd104dc5cef5b93286a72b7ccb0caec7d04d2f29872b5576a298b99ed928c01 SHA512 4db0f11852adceddfca67ff16589e3101e382053b7ab56e4b2301301a378d08be02b5b6e846a3f6c968575fa37cc11ebee363af6810b977a0722623a46d5eed0 -EBUILD sofia-sip-1.13.9.ebuild 872 BLAKE2B 335de48d1e945ade690a8439e0f31b3ece1e903dbd40479543b88a5631c1ec13c06763a20fe0a5b726c8bb627f69d3a093c45f25a0a22022187e23f29bd389fc SHA512 2cbbac4aa040dbc33c567e48ebf92a00c1d5dff181c5362c9b5d3da41e9df3797efc448f88b0af94ff7cb75800449dcfe8a5eee7ca6fdd786de02c4b3d1cc6e1 -MISC metadata.xml 258 BLAKE2B 67c0e4653e7cd8a1bf7ac7393630d5f8f388cd03e34fae9e6fe1b785dae998804540a59bb13a3c8bfe244fe6e3681192a61f50bfbe69ec169d46099d3ca0540c SHA512 8fd462fe27a8217b01873ce425eb0de7f832a33ba8daa814f1fed64a3e2def8bb13b2b324036ae0360c7835cc866d09c895048f949dcba00053e2ea957bd079a diff --git a/net-libs/sofia-sip/metadata.xml b/net-libs/sofia-sip/metadata.xml deleted file mode 100644 index 56e4d84ccc20..000000000000 --- a/net-libs/sofia-sip/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - freeswitch/sofia-sip - - diff --git a/net-libs/sofia-sip/sofia-sip-1.13.16.ebuild b/net-libs/sofia-sip/sofia-sip-1.13.16.ebuild deleted file mode 100644 index 4ef129972b2a..000000000000 --- a/net-libs/sofia-sip/sofia-sip-1.13.16.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="RFC3261 compliant SIP User-Agent library" -HOMEPAGE="https://github.com/freeswitch/sofia-sip" -SRC_URI="https://github.com/freeswitch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1+ BSD public-domain" # See COPYRIGHT -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-linux" -IUSE="ssl test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/glib:2 - ssl? ( - dev-libs/openssl:0= - )" -DEPEND="${RDEPEND} - test? ( dev-libs/check )" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - # Avoid sresolv tests since they make too many assumptions about the - # networking environment, bug 915904 - sed -i -e '/TESTS/ s/run_test_sresolv//' libsofia-sip-ua/sresolv/Makefile.am - - default - eautoreconf -} - -src_configure() { - econf \ - --disable-static \ - $(use_with ssl openssl) -} - -src_install() { - default - dodoc RELEASE - - # no static archives - find "${D}" -name '*.la' -delete || die -} diff --git a/net-libs/sofia-sip/sofia-sip-1.13.9.ebuild b/net-libs/sofia-sip/sofia-sip-1.13.9.ebuild deleted file mode 100644 index a316b7b3da32..000000000000 --- a/net-libs/sofia-sip/sofia-sip-1.13.9.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="RFC3261 compliant SIP User-Agent library" -HOMEPAGE="https://github.com/freeswitch/sofia-sip" -SRC_URI="https://github.com/freeswitch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1+ BSD public-domain" # See COPYRIGHT -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 sparc x86 ~x86-linux" -IUSE="ssl test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/glib:2 - ssl? ( - dev-libs/openssl:0= - )" -DEPEND="${RDEPEND} - test? ( dev-libs/check )" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --disable-static \ - $(use_with ssl openssl) -} - -src_install() { - default - dodoc RELEASE - - # no static archives - find "${D}" -name '*.la' -delete || die -} -- cgit v1.2.3