summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/sipsak/ChangeLog9
-rw-r--r--net-misc/sipsak/files/digest-sipsak-0.8.121
-rw-r--r--net-misc/sipsak/sipsak-0.8.12.ebuild27
-rw-r--r--net-misc/sipsak/sipsak-0.8.6.ebuild4
4 files changed, 37 insertions, 4 deletions
diff --git a/net-misc/sipsak/ChangeLog b/net-misc/sipsak/ChangeLog
index 22723283fa80..41ce9954edf1 100644
--- a/net-misc/sipsak/ChangeLog
+++ b/net-misc/sipsak/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/sipsak
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/ChangeLog,v 1.5 2004/10/23 02:19:12 weeve Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/ChangeLog,v 1.6 2005/05/07 14:18:03 stkn Exp $
+
+*sipsak-0.8.12 (07 May 2005)
+
+ 07 May 2005; Stefan Knoblich <stkn@gentoo.org> +sipsak-0.8.12.ebuild:
+ Version bump.
22 Oct 2004; Jason Wever <weeve@gentoo.org> sipsak-0.8.6.ebuild:
Added ~sparc keyword.
diff --git a/net-misc/sipsak/files/digest-sipsak-0.8.12 b/net-misc/sipsak/files/digest-sipsak-0.8.12
new file mode 100644
index 000000000000..92e2c9c001bd
--- /dev/null
+++ b/net-misc/sipsak/files/digest-sipsak-0.8.12
@@ -0,0 +1 @@
+MD5 9740451fd72b5c7e6d85aa516ba5c19c sipsak-0.8.12.tar.gz 140783
diff --git a/net-misc/sipsak/sipsak-0.8.12.ebuild b/net-misc/sipsak/sipsak-0.8.12.ebuild
new file mode 100644
index 000000000000..91fe704f8464
--- /dev/null
+++ b/net-misc/sipsak/sipsak-0.8.12.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.8.12.ebuild,v 1.1 2005/05/07 14:18:03 stkn Exp $
+
+IUSE=""
+
+DESCRIPTION="small command line tool for testing SIP applications and devices"
+HOMEPAGE="http://sipsak.berlios.de/"
+SRC_URI="http://download.berlios.de/sipsak/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc"
+
+DEPEND="virtual/libc"
+
+src_compile() {
+ econf || die "configure failed"
+
+ emake || die "make failed"
+}
+
+src_install() {
+ einstall || die "install failed"
+
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+}
diff --git a/net-misc/sipsak/sipsak-0.8.6.ebuild b/net-misc/sipsak/sipsak-0.8.6.ebuild
index b6a1471cb47d..07d518b89616 100644
--- a/net-misc/sipsak/sipsak-0.8.6.ebuild
+++ b/net-misc/sipsak/sipsak-0.8.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.8.6.ebuild,v 1.6 2004/10/23 02:19:12 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.8.6.ebuild,v 1.7 2005/05/07 14:18:03 stkn Exp $
IUSE=""