commit:     bf5823d6af15209bf914adea6200678b5e97ffda
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 01:37:56 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 01:58:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5823d6

net-libs/sofia-sip: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/sofia-sip/Manifest                 |  1 -
 net-libs/sofia-sip/sofia-sip-1.12.11.ebuild | 37 -----------------------------
 2 files changed, 38 deletions(-)

diff --git a/net-libs/sofia-sip/Manifest b/net-libs/sofia-sip/Manifest
index bedb883e4c10..0f045034c438 100644
--- a/net-libs/sofia-sip/Manifest
+++ b/net-libs/sofia-sip/Manifest
@@ -1,2 +1 @@
-DIST sofia-sip-1.12.11.tar.gz 2927808 BLAKE2B 
2723aef491b5f85c047cc54a191fdd2ae63b23445f24b6ee9910af88e2daa684eded6e44cee50c3a52bec2901b5310f34c09e7cf4efce714210755046ceaecd7
 SHA512 
48bef0223ecf5a31267773c8e2491c1990b4419be67154e350cc9e5644a98e55409d635d7828824de3e0e1658caebe5b61e44d613615beb709ecbe8180be131c
 DIST sofia-sip-1.13.8.tar.gz 2551359 BLAKE2B 
505d3cdac29b00589f63782c296b68f36ba9247ef87bcbda7b2765c0079aa2313ac72c0062ada5ba29e07faa892a991722c53468756ce8ef4cd385b90afda564
 SHA512 
f857eb9cf25d3306476bc6d0bda786385529021d498cf0c2c779cdbae31295af4ed59a67fb0c882b09bac738623d273a94ebbda360c7a2b3d7da140852ccc6fa

diff --git a/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild 
b/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild
deleted file mode 100644
index 5ef2784fddd4..000000000000
--- a/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="RFC3261 compliant SIP User-Agent library"
-HOMEPAGE="http://sofia-sip.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${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"
-# tests are broken, see bugs 304607 and 330261
-RESTRICT="test"
-
-RDEPEND="
-       dev-libs/glib:2
-       ssl? (
-               dev-libs/openssl:0=
-       )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-       econf \
-               --disable-static \
-               $(use_with ssl openssl)
-}
-
-src_install() {
-       default
-       dodoc RELEASE
-
-       # no static archives
-       find "${D}" -name '*.la' -delete || die
-}

Reply via email to