summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-11-25 11:11:24 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-11-25 11:11:24 +0000
commit7cdadd9dff5400d297d075e3adaf7650cbdf742f (patch)
tree484516b68605c899a9f72076d87de5e888c98bcf /net-misc
parentStable on amd64, bug 112842. (diff)
downloadgentoo-2-7cdadd9dff5400d297d075e3adaf7650cbdf742f.tar.gz
gentoo-2-7cdadd9dff5400d297d075e3adaf7650cbdf742f.tar.bz2
gentoo-2-7cdadd9dff5400d297d075e3adaf7650cbdf742f.zip
version bump thanks to Nils Ohlmeier - bug #113118
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/sipsak/ChangeLog7
-rw-r--r--net-misc/sipsak/Manifest12
-rw-r--r--net-misc/sipsak/files/digest-sipsak-0.9.51
-rw-r--r--net-misc/sipsak/sipsak-0.9.5.ebuild30
4 files changed, 44 insertions, 6 deletions
diff --git a/net-misc/sipsak/ChangeLog b/net-misc/sipsak/ChangeLog
index 40833dde2542..26942acb0115 100644
--- a/net-misc/sipsak/ChangeLog
+++ b/net-misc/sipsak/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/sipsak
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/ChangeLog,v 1.10 2005/08/21 10:44:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/ChangeLog,v 1.11 2005/11/25 11:11:24 dragonheart Exp $
+
+*sipsak-0.9.5 (25 Nov 2005)
+
+ 25 Nov 2005; Daniel Black <dragonheart@gentoo.org> +sipsak-0.9.5.ebuild:
+ version bump thanks to Nils Ohlmeier (bug #113118)
21 Aug 2005; Fabian Groffen <grobian@gentoo.org> sipsak-0.9.1.ebuild:
Marking ~ppc-macos (bug #91898)
diff --git a/net-misc/sipsak/Manifest b/net-misc/sipsak/Manifest
index 644fe18db59a..bef8df9e3335 100644
--- a/net-misc/sipsak/Manifest
+++ b/net-misc/sipsak/Manifest
@@ -1,8 +1,10 @@
-MD5 f1bf4e23e45c32fa3a33ee08f039ab6c sipsak-0.8.12.ebuild 579
-MD5 2866514f7df655b80a5036bbe4edc78d sipsak-0.8.6.ebuild 569
-MD5 c6defefe38a1142dc66d86fe621bd0dd sipsak-0.9.1.ebuild 611
MD5 cabbb9c25c14429b4db582415faee474 ChangeLog 1312
-MD5 44cf247f04cc83413fcb40ed59d0847a metadata.xml 248
+MD5 664d12107bdc14c139ce9a5f6dc6c4fe files/digest-sipsak-0.8.12 65
MD5 940affa56618884a75018052679d7dff files/digest-sipsak-0.8.6 65
MD5 2220372a4422369074370bdd16dece71 files/digest-sipsak-0.9.1 64
-MD5 664d12107bdc14c139ce9a5f6dc6c4fe files/digest-sipsak-0.8.12 65
+MD5 0dcbd1bc2d638d1abf856b9d6f341cae files/digest-sipsak-0.9.5 64
+MD5 44cf247f04cc83413fcb40ed59d0847a metadata.xml 248
+MD5 f1bf4e23e45c32fa3a33ee08f039ab6c sipsak-0.8.12.ebuild 579
+MD5 2866514f7df655b80a5036bbe4edc78d sipsak-0.8.6.ebuild 569
+MD5 c6defefe38a1142dc66d86fe621bd0dd sipsak-0.9.1.ebuild 611
+MD5 0959ff4a050e2238b95cadf293ecd35f sipsak-0.9.5.ebuild 806
diff --git a/net-misc/sipsak/files/digest-sipsak-0.9.5 b/net-misc/sipsak/files/digest-sipsak-0.9.5
new file mode 100644
index 000000000000..594ea3069e19
--- /dev/null
+++ b/net-misc/sipsak/files/digest-sipsak-0.9.5
@@ -0,0 +1 @@
+MD5 5f6d8df044984061425fdbedea61a64e sipsak-0.9.5.tar.gz 156279
diff --git a/net-misc/sipsak/sipsak-0.9.5.ebuild b/net-misc/sipsak/sipsak-0.9.5.ebuild
new file mode 100644
index 000000000000..f6af14256f20
--- /dev/null
+++ b/net-misc/sipsak/sipsak-0.9.5.ebuild
@@ -0,0 +1,30 @@
+# 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.9.5.ebuild,v 1.1 2005/11/25 11:11:24 dragonheart Exp $
+
+IUSE="gnutls"
+
+DESCRIPTION="small command line tool for testing SIP applications and devices"
+HOMEPAGE="http://sipsak.org/"
+SRC_URI="http://download.berlios.de/sipsak/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc ~ppc-macos ~sparc ~x86"
+
+RDEPEND="gnutls? ( net-libs/gnutls )
+ net-dns/c-ares"
+# ares? ( net-dns/c-ares )"
+
+DEPEND="${RDEPEND}
+ virtual/libc"
+
+src_compile() {
+ econf $(use_enable gnutls) || die 'configure failed'
+ emake || die 'make failed'
+}
+
+src_install() {
+ emake DESTDIR=${D} install || die "install failed"
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}