diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2004-03-14 16:09:20 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2004-03-14 16:09:20 +0000 |
commit | 3a567935a0b95bb201df27fd0c2a3c3ba77d48f4 (patch) | |
tree | fc5a5279de19098530c51a634d7baedd5b5da47d /net-libs | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-3a567935a0b95bb201df27fd0c2a3c3ba77d48f4.tar.gz gentoo-2-3a567935a0b95bb201df27fd0c2a3c3ba77d48f4.tar.bz2 gentoo-2-3a567935a0b95bb201df27fd0c2a3c3ba77d48f4.zip |
Version bump, new maintainer, and initial import of libosip2 ebuild
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libosip/ChangeLog | 16 | ||||
-rw-r--r-- | net-libs/libosip/files/digest-libosip-0.9.7 | 1 | ||||
-rw-r--r-- | net-libs/libosip/files/digest-libosip-2.0.6 | 1 | ||||
-rw-r--r-- | net-libs/libosip/libosip-0.8.8-r1.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libosip/libosip-0.8.8.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libosip/libosip-0.9.6.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libosip/libosip-0.9.7.ebuild | 18 | ||||
-rw-r--r-- | net-libs/libosip/libosip-2.0.6.ebuild | 34 | ||||
-rw-r--r-- | net-libs/libosip/metadata.xml | 8 |
9 files changed, 85 insertions, 11 deletions
diff --git a/net-libs/libosip/ChangeLog b/net-libs/libosip/ChangeLog index 25caadc67ddc..3f90e9b8ca90 100644 --- a/net-libs/libosip/ChangeLog +++ b/net-libs/libosip/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for net-libs/libosip -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/ChangeLog,v 1.5 2003/05/04 18:20:25 mholzer Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/ChangeLog,v 1.6 2004/03/14 16:09:20 stkn Exp $ + +*libosip-2.0.6 (14 Mar 2004) + + 14 Mar 2004; Stefan Knoblich <stkn@gentoo.org> libosip-2.0.6.ebuild: + Initial import of oSIP version 2 ebuild. + +*libosip-0.9.7 (14 Mar 2004) + + 14 Mar 2004; Stefan Knoblich <stkn@gentoo.org> libosip-0.8.8-r1.ebuild, + libosip-0.8.8.ebuild, libosip-0.9.6.ebuild, libosip-0.9.7.ebuild, + metadata.xml: + Version bump and assigned to voip herd. *libosip-0.9.6 (04 May 2003) diff --git a/net-libs/libosip/files/digest-libosip-0.9.7 b/net-libs/libosip/files/digest-libosip-0.9.7 new file mode 100644 index 000000000000..fc581b469c9d --- /dev/null +++ b/net-libs/libosip/files/digest-libosip-0.9.7 @@ -0,0 +1 @@ +MD5 d3d3560b69a7aa53ff79627aa79ee929 libosip-0.9.7.tar.gz 461738 diff --git a/net-libs/libosip/files/digest-libosip-2.0.6 b/net-libs/libosip/files/digest-libosip-2.0.6 new file mode 100644 index 000000000000..bdbf1834a380 --- /dev/null +++ b/net-libs/libosip/files/digest-libosip-2.0.6 @@ -0,0 +1 @@ +MD5 d37b110f7cf1feba30f75b8b321f6555 libosip2-2.0.6.tar.gz 591834 diff --git a/net-libs/libosip/libosip-0.8.8-r1.ebuild b/net-libs/libosip/libosip-0.8.8-r1.ebuild index fbf3f11fce18..a84823b87334 100644 --- a/net-libs/libosip/libosip-0.8.8-r1.ebuild +++ b/net-libs/libosip/libosip-0.8.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.8.8-r1.ebuild,v 1.2 2004/02/22 23:05:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.8.8-r1.ebuild,v 1.3 2004/03/14 16:09:20 stkn Exp $ DESCRIPTION="This is the oSIP library (for Open SIP). It has been designed to provide the Internet Community a simple way to support the Session Initiation Protocol. SIP is described in the RFC2543 which is available at http://www.ietf.org/rfc/rfc2543.txt." HOMEPAGE="http://www.linphone.org/?lang=us" @@ -8,7 +8,7 @@ SRC_URI="http://www.linphone.org/download/${P}.tar.gz" SLOT="1" LICENSE="LGPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa " +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="virtual/glibc" diff --git a/net-libs/libosip/libosip-0.8.8.ebuild b/net-libs/libosip/libosip-0.8.8.ebuild index 490a974caacb..3c0e93ff56b3 100644 --- a/net-libs/libosip/libosip-0.8.8.ebuild +++ b/net-libs/libosip/libosip-0.8.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.8.8.ebuild,v 1.5 2004/02/22 23:05:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.8.8.ebuild,v 1.6 2004/03/14 16:09:20 stkn Exp $ DESCRIPTION="This is the oSIP library (for Open SIP). It has been designed to provide the Internet Community a simple way to support the Session Initiation Protocol. SIP is described in the RFC2543 which is available at http://www.ietf.org/rfc/rfc2543.txt." HOMEPAGE="http://www.linphone.org/?lang=us" @@ -8,7 +8,7 @@ SRC_URI="http://www.linphone.org/download/${P}.tar.gz" SLOT="1" LICENSE="LGPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa " +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="virtual/glibc" diff --git a/net-libs/libosip/libosip-0.9.6.ebuild b/net-libs/libosip/libosip-0.9.6.ebuild index 369f94133c7a..f11f02b781b9 100644 --- a/net-libs/libosip/libosip-0.9.6.ebuild +++ b/net-libs/libosip/libosip-0.9.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.9.6.ebuild,v 1.3 2004/02/22 23:05:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.9.6.ebuild,v 1.4 2004/03/14 16:09:20 stkn Exp $ DESCRIPTION="This is the oSIP library (for Open SIP). It has been designed to provide the Internet Community a simple way to support the Session Initiation Protocol. SIP is described in the RFC2543 which is available at http://www.ietf.org/rfc/rfc2543.txt." HOMEPAGE="http://www.linphone.org/?lang=us" @@ -8,7 +8,7 @@ SRC_URI="http://ftp.gnu.org/gnu/osip/${P}.tar.gz" SLOT="1" LICENSE="LGPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa " +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="virtual/glibc" diff --git a/net-libs/libosip/libosip-0.9.7.ebuild b/net-libs/libosip/libosip-0.9.7.ebuild new file mode 100644 index 000000000000..e7553b204994 --- /dev/null +++ b/net-libs/libosip/libosip-0.9.7.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.9.7.ebuild,v 1.1 2004/03/14 16:09:20 stkn Exp $ + +DESCRIPTION="This is the oSIP library (for Open SIP). It has been designed to provide the Internet Community a simple way to support the Session Initiation Protocol. SIP is described in the RFC2543 which is available at http://www.ietf.org/rfc/rfc2543.txt." +HOMEPAGE="http://www.linphone.org/?lang=us" +SRC_URI="http://osip.atosc.org/download/osip/${P}.tar.gz" + +SLOT="1" +LICENSE="LGPL-2" +KEYWORDS="~x86" + +DEPEND="virtual/glibc" + +src_install () { + einstall || die + dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO +} diff --git a/net-libs/libosip/libosip-2.0.6.ebuild b/net-libs/libosip/libosip-2.0.6.ebuild new file mode 100644 index 000000000000..a29d909b644a --- /dev/null +++ b/net-libs/libosip/libosip-2.0.6.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-2.0.6.ebuild,v 1.1 2004/03/14 16:09:20 stkn Exp $ + +IUSE="" + +DESCRIPTION="GNU oSIP (Open SIP) library version 2" +HOMEPAGE="http://www.gnu.org/software/osip/" +SRC_URI="http://osip.atosc.org/download/osip/libosip2-${PV}.tar.gz" +S="${WORKDIR}/libosip2-${PV}" + +SLOT="2" +KEYWORDS="~x86" +LICENSE="LGPL-2" + +DEPEND="virtual/glibc + dev-util/gperf" + +src_compile() { + local myconf + + myconf="--enable-gperf --enable-mt --enable-md5" + + use debug && \ + myconf="${myconf} --enable-debug" + + econf ${myconf} || die + emake || die +} + +src_install() { + einstall || die + dodoc README ChangeLog INSTALL AUTHORS COPYING NEWS BUGS TODO +} diff --git a/net-libs/libosip/metadata.xml b/net-libs/libosip/metadata.xml new file mode 100644 index 000000000000..a3cddc42f9cc --- /dev/null +++ b/net-libs/libosip/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>voip</herd> +<maintainer> + <email>stkn@gentoo.org</email> +</maintainer> +</pkgmetadata> |