diff options
author | 2006-02-02 12:24:48 +0000 | |
---|---|---|
committer | 2006-02-02 12:24:48 +0000 | |
commit | 2d3b005591465cab0951c236028c2c7faac785e4 (patch) | |
tree | af843290b1bb7e7f593cf2bdb31d929a65c98979 /net-misc | |
parent | stable on amd64 wrt bug 119232 (diff) | |
download | historical-2d3b005591465cab0951c236028c2c7faac785e4.tar.gz historical-2d3b005591465cab0951c236028c2c7faac785e4.tar.bz2 historical-2d3b005591465cab0951c236028c2c7faac785e4.zip |
version bump
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sipsak/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/sipsak/Manifest | 10 | ||||
-rw-r--r-- | net-misc/sipsak/files/digest-sipsak-0.9.6_p1 | 3 | ||||
-rw-r--r-- | net-misc/sipsak/sipsak-0.9.6_p1.ebuild | 31 |
4 files changed, 52 insertions, 2 deletions
diff --git a/net-misc/sipsak/ChangeLog b/net-misc/sipsak/ChangeLog index 26942acb0115..ebb80b7ac7fc 100644 --- a/net-misc/sipsak/ChangeLog +++ b/net-misc/sipsak/ChangeLog @@ -1,6 +1,12 @@ # 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.11 2005/11/25 11:11:24 dragonheart Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/ChangeLog,v 1.12 2006/02/02 12:24:48 dragonheart Exp $ + +*sipsak-0.9.6_p1 (02 Feb 2006) + + 02 Feb 2006; Daniel Black <dragonheart@gentoo.org> + +sipsak-0.9.6_p1.ebuild: + version bump *sipsak-0.9.5 (25 Nov 2005) diff --git a/net-misc/sipsak/Manifest b/net-misc/sipsak/Manifest index ded0182f4afd..2f188a1e56fd 100644 --- a/net-misc/sipsak/Manifest +++ b/net-misc/sipsak/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 3dd67288002d706620ee2e7007e7bc17 ChangeLog 1602 RMD160 21b63587b4d7137bb7876b07971d8e2b858420e3 ChangeLog 1602 SHA256 f7a5b9a67db60c0fd3bbdd5dffd5b5b4c8b6dddca2f8902ae655b0e66ab8b895 ChangeLog 1602 @@ -34,3 +37,10 @@ SHA256 6f7acb1343ecca60390e659b907ef94b0f734db064bf8e000b2bac55bf322988 sipsak-0 MD5 c79fbed373ad5e3f92fd4861938eb793 sipsak-0.9.6_p1.ebuild 843 RMD160 c0b0621b96d9083b26aa64ebbc1ff23b0ddc9644 sipsak-0.9.6_p1.ebuild 843 SHA256 04318f3b10734358b86a4f2d94d9cb6f02251e0a6ebbc780fe03a1d0a12d60a6 sipsak-0.9.6_p1.ebuild 843 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) + +iD8DBQFD4f3BmdTrptrqvGERAj2nAJ0eB/+EEJtDfnHqZhQ/0gn2x5oxbQCfe0tB +3G6/ybecaGRe039kwKRXPx8= +=kxIe +-----END PGP SIGNATURE----- diff --git a/net-misc/sipsak/files/digest-sipsak-0.9.6_p1 b/net-misc/sipsak/files/digest-sipsak-0.9.6_p1 new file mode 100644 index 000000000000..ec7cd414f28d --- /dev/null +++ b/net-misc/sipsak/files/digest-sipsak-0.9.6_p1 @@ -0,0 +1,3 @@ +MD5 c4eb8e282902e75f4f040f09ea9d99d5 sipsak-0.9.6-1.tar.gz 158776 +RMD160 d5949e4309bda732b5aee462a4488bb9d850fe5a sipsak-0.9.6-1.tar.gz 158776 +SHA256 5064c56d482a080b6a4aea71821b78c21b59d44f6d1aa14c27429441917911a9 sipsak-0.9.6-1.tar.gz 158776 diff --git a/net-misc/sipsak/sipsak-0.9.6_p1.ebuild b/net-misc/sipsak/sipsak-0.9.6_p1.ebuild new file mode 100644 index 000000000000..26b53332d7f3 --- /dev/null +++ b/net-misc/sipsak/sipsak-0.9.6_p1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2006 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.1 2006/02/02 12:24:48 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/_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" +S="${WORKDIR}/${P/_p1/}" + +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 +} |