commit: 1d35f9cd9edec1ac911b9a1028c520a6ef5cf757 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Thu Sep 24 00:37:02 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Sep 24 01:05:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d35f9cd
net-misc/sipsak: drop old Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> net-misc/sipsak/sipsak-0.9.6_p1-r1.ebuild | 35 ------------------------------- 1 file changed, 35 deletions(-) diff --git a/net-misc/sipsak/sipsak-0.9.6_p1-r1.ebuild b/net-misc/sipsak/sipsak-0.9.6_p1-r1.ebuild deleted file mode 100644 index c8263660039..00000000000 --- a/net-misc/sipsak/sipsak-0.9.6_p1-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="small command line tool for testing SIP applications and devices" -HOMEPAGE="https://sourceforge.net/projects/sipsak.berlios/" -SRC_URI="mirror://sourceforge/sipsak.berlios/${P/_p/-}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="gnutls" - -RDEPEND="gnutls? ( net-libs/gnutls ) - net-dns/c-ares" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${P/_p1} - -src_prepare() { - epatch "${FILESDIR}/${PV}-callback.patch" -} - -src_configure() { - econf \ - $(use_enable gnutls) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README TODO -}
