diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-23 20:37:02 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-23 21:05:54 -0400 |
commit | 1d35f9cd9edec1ac911b9a1028c520a6ef5cf757 (patch) | |
tree | c462f59d1a851aa1e2b3ca24a3d323bd663a930a /net-misc | |
parent | net-misc/portspoof: drop old (diff) | |
download | gentoo-1d35f9cd9edec1ac911b9a1028c520a6ef5cf757.tar.gz gentoo-1d35f9cd9edec1ac911b9a1028c520a6ef5cf757.tar.bz2 gentoo-1d35f9cd9edec1ac911b9a1028c520a6ef5cf757.zip |
net-misc/sipsak: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sipsak/sipsak-0.9.6_p1-r1.ebuild | 35 |
1 files changed, 0 insertions, 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 c82636600396..000000000000 --- 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 -} |