public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/prefix:master commit in: net-misc/sipsak/
@ 2021-04-10  7:20 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-04-10  7:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4e4d7292b296d60bfd38c340058b85c35d062eb0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 07:18:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 07:18:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4e4d7292

net-misc/sipsak: drop old EAPI 2 package

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/sipsak/Manifest               |  1 -
 net-misc/sipsak/metadata.xml           | 10 --------
 net-misc/sipsak/sipsak-0.9.6_p1.ebuild | 45 ----------------------------------
 3 files changed, 56 deletions(-)

diff --git a/net-misc/sipsak/Manifest b/net-misc/sipsak/Manifest
deleted file mode 100644
index 5adb817f63..0000000000
--- a/net-misc/sipsak/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sipsak-0.9.6-1.tar.gz 158776 BLAKE2B c8bd37d63d55bc593a57455171ed2dd26c8a4e87746be7075af7c2912b400d49a44f25fad694e296c75ea9aa3e7b10cc81a457c448a3a9429a41d22b84fb794c SHA512 c2d62ddaf2ecc9616941cf002a0494d2f9c43747e6b527f8b1542e9b5ae143fc69b18fc140bd3f255896b0e8eb02f7d198cc1799a4041e2d0c95d90b653591fe

diff --git a/net-misc/sipsak/metadata.xml b/net-misc/sipsak/metadata.xml
deleted file mode 100644
index 9a14eb279e..0000000000
--- a/net-misc/sipsak/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>chainsaw@gentoo.org</email>
-	</maintainer>
-	<upstream>
-		<remote-id type="sourceforge">sipsak.berlios</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/net-misc/sipsak/sipsak-0.9.6_p1.ebuild b/net-misc/sipsak/sipsak-0.9.6_p1.ebuild
deleted file mode 100644
index 12f5933453..0000000000
--- a/net-misc/sipsak/sipsak-0.9.6_p1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild,v 1.8 2010/10/28 12:33:26 ssuominen Exp $
-
-EAPI=2
-
-DESCRIPTION="small command line tool for testing SIP applications and devices"
-HOMEPAGE="http://sipsak.org/"
-SRC_URI="mirror://berlios/sipsak/${P/_p/-}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="gnutls"
-
-RDEPEND="gnutls? ( net-libs/gnutls )
-	net-dns/c-ares"
-#	ares? ( net-dns/c-ares )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P/_p1}
-
-src_prepare() {
-	if [[ ${CHOST} == *-darwin* ]] ; then
-		# On Darwin this breaks compilation, it seems -fstack-protector is
-		# accepted by the compiler, but actually introduces a -lssp_nonshared
-		# which causes linking failures
-		sed -i -e 's/ssp_cc=yes/ssp_cc=no/' "${S}"/configure || die
-	fi
-}
-
-src_configure() {
-	econf \
-		$(use_enable gnutls)
-}
-
-src_compile() {
-	econf $(use_enable gnutls) || die 'configure failed'
-	emake || die 'make failed'
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog NEWS README TODO
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-10  7:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-10  7:20 [gentoo-commits] repo/proj/prefix:master commit in: net-misc/sipsak/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox