diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-19 19:18:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-19 19:18:41 +0000 |
commit | 199f8feec5208c5c2b42bee8a441fd6ceab956bc (patch) | |
tree | 104216ad7a397f60959c39ecce8828a1534cd74b /net-libs | |
parent | Version bumped. (diff) | |
download | historical-199f8feec5208c5c2b42bee8a441fd6ceab956bc.tar.gz historical-199f8feec5208c5c2b42bee8a441fd6ceab956bc.tar.bz2 historical-199f8feec5208c5c2b42bee8a441fd6ceab956bc.zip |
old
Package-Manager: portage-2.2_pre2
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libeXosip/libeXosip-0.9.0.ebuild | 25 | ||||
-rw-r--r-- | net-libs/libeXosip/libeXosip-1.9.1_pre16.ebuild | 25 | ||||
-rw-r--r-- | net-libs/libeXosip/libeXosip-2.2.2.ebuild | 29 | ||||
-rw-r--r-- | net-libs/libeXosip/libeXosip-2.2.3.ebuild | 29 | ||||
-rw-r--r-- | net-libs/libosip/libosip-0.9.6.ebuild | 19 | ||||
-rw-r--r-- | net-libs/libosip/libosip-0.9.7.ebuild | 19 | ||||
-rw-r--r-- | net-libs/libosip/libosip-2.2.1.ebuild | 35 |
7 files changed, 0 insertions, 181 deletions
diff --git a/net-libs/libeXosip/libeXosip-0.9.0.ebuild b/net-libs/libeXosip/libeXosip-0.9.0.ebuild deleted file mode 100644 index a9db63ff5455..000000000000 --- a/net-libs/libeXosip/libeXosip-0.9.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-0.9.0.ebuild,v 1.2 2005/08/24 12:59:57 dragonheart Exp $ - -inherit eutils - -DESCRIPTION="eXosip is a library that hides the complexity of using the SIP protocol for mutlimedia session establishement." -HOMEPAGE="http://savannah.nongnu.org/projects/exosip/" -SRC_URI="http://savannah.nongnu.org/download/exosip/${P}.tar.gz" - -SLOT="0" -KEYWORDS="~x86 ~ppc" -LICENSE="GPL-2" -IUSE="" -DEPEND=">=net-libs/libosip-2.2.0" - -src_compile() { - econf --disable-josua || die - emake || die -} - -src_install() { - emake DESTDIR=${D} install || die - dodoc README ChangeLog INSTALL AUTHORS COPYING NEWS -} diff --git a/net-libs/libeXosip/libeXosip-1.9.1_pre16.ebuild b/net-libs/libeXosip/libeXosip-1.9.1_pre16.ebuild deleted file mode 100644 index 064b0f405a1e..000000000000 --- a/net-libs/libeXosip/libeXosip-1.9.1_pre16.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-1.9.1_pre16.ebuild,v 1.2 2005/08/24 12:59:57 dragonheart Exp $ - -MY_P=${PN}2-${PV/_/-} -DESCRIPTION="eXosip is a library that hides the complexity of using the SIP protocol for mutlimedia session establishement." -HOMEPAGE="http://savannah.nongnu.org/projects/exosip/" -SRC_URI="http://www.antisip.com/download/${MY_P}.tar.gz" - -SLOT="0" -KEYWORDS="~x86 ~ppc" -LICENSE="GPL-2" -IUSE="" -DEPEND=">=net-libs/libosip-2.2.0" -S=${WORKDIR}/${MY_P} - -src_compile() { - econf --disable-josua || die - emake || die -} - -src_install() { - emake DESTDIR=${D} install || die - dodoc README ChangeLog INSTALL AUTHORS COPYING NEWS -} diff --git a/net-libs/libeXosip/libeXosip-2.2.2.ebuild b/net-libs/libeXosip/libeXosip-2.2.2.ebuild deleted file mode 100644 index b3392103e277..000000000000 --- a/net-libs/libeXosip/libeXosip-2.2.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-2.2.2.ebuild,v 1.2 2006/01/14 13:56:39 genstef Exp $ - -inherit flag-o-matic - -MY_P=${PN}2-${PV/_/-} -DESCRIPTION="eXosip is a library that hides the complexity of using the SIP protocol for multimedia session establishement." -HOMEPAGE="http://savannah.nongnu.org/projects/exosip/" -SRC_URI="http://www.antisip.com/download/${MY_P}.tar.gz" - -SLOT="0" -KEYWORDS="~x86 ~ppc" -LICENSE="GPL-2" -IUSE="" -DEPEND=">=net-libs/libosip-2.2.1" -# josua? ( >=net-libs/ortp-0.7.1 )" -S=${WORKDIR}/${MY_P} - -src_compile() { - append-cflags "-I/usr/include/glib-2.0" - econf --disable-josua || die # $(use_enable josua) || die - emake || die -} - -src_install() { - emake DESTDIR=${D} install || die - dodoc README ChangeLog AUTHORS NEWS eXosip_addidentity.sh -} diff --git a/net-libs/libeXosip/libeXosip-2.2.3.ebuild b/net-libs/libeXosip/libeXosip-2.2.3.ebuild deleted file mode 100644 index f5c49e8312ac..000000000000 --- a/net-libs/libeXosip/libeXosip-2.2.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-2.2.3.ebuild,v 1.2 2007/09/22 14:35:38 philantrop Exp $ - -inherit flag-o-matic - -MY_P=${PN}2-${PV/_/-} -DESCRIPTION="eXosip is a library that hides the complexity of using the SIP protocol for multimedia session establishement." -HOMEPAGE="http://savannah.nongnu.org/projects/exosip/" -SRC_URI="http://www.antisip.com/download/${MY_P}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="GPL-2" -IUSE="" -DEPEND=">=net-libs/libosip-2.2.1" -# josua? ( >=net-libs/ortp-0.7.1 )" -S=${WORKDIR}/${MY_P} - -src_compile() { - append-cflags "-I/usr/include/glib-2.0" - econf --disable-josua || die # $(use_enable josua) || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README ChangeLog AUTHORS NEWS eXosip_addidentity.sh -} diff --git a/net-libs/libosip/libosip-0.9.6.ebuild b/net-libs/libosip/libosip-0.9.6.ebuild deleted file mode 100644 index 2b9e23b619fc..000000000000 --- a/net-libs/libosip/libosip-0.9.6.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.9 2005/07/15 19:12:51 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://ftp.gnu.org/gnu/osip/${P}.tar.gz" - -SLOT="1" -LICENSE="LGPL-2" -KEYWORDS="x86 ~ppc ~sparc alpha ~mips ~hppa" -IUSE="" - -DEPEND="virtual/libc" - -src_install () { - einstall || die - dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO -} diff --git a/net-libs/libosip/libosip-0.9.7.ebuild b/net-libs/libosip/libosip-0.9.7.ebuild deleted file mode 100644 index 948c7a8e8954..000000000000 --- a/net-libs/libosip/libosip-0.9.7.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.7 2005/07/15 19:12:51 stkn Exp $ - -DESCRIPTION="GNU Open SIP (oSIP) library" -HOMEPAGE="http://www.fsf.org/software/osip/" -SRC_URI="http://osip.atosc.org/download/osip/${P}.tar.gz" - -SLOT="1" -LICENSE="LGPL-2" -KEYWORDS="x86 ~amd64" -IUSE="" - -DEPEND="virtual/libc" - -src_install () { - einstall || die - dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO -} diff --git a/net-libs/libosip/libosip-2.2.1.ebuild b/net-libs/libosip/libosip-2.2.1.ebuild deleted file mode 100644 index 49623cd16ce0..000000000000 --- a/net-libs/libosip/libosip-2.2.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-2.2.1.ebuild,v 1.5 2005/10/18 03:09:07 agriffis Exp $ - -IUSE="debug" - -MY_MPV=${PV//.*} - -DESCRIPTION="GNU oSIP (Open SIP) library version 2" -HOMEPAGE="http://www.gnu.org/software/osip/" -SRC_URI="mirror://gnu/osip/libosip2-${PV}.tar.gz" -S="${WORKDIR}/${PN}${MY_MPV}-${PV}" - -SLOT="${MY_MPV}" -KEYWORDS="alpha ~amd64 ~ppc ~sparc x86" -LICENSE="LGPL-2" - -DEPEND="virtual/libc" - -src_compile() { - - econf \ - --enable-md5 \ - --enable-mt \ - `use_enable debug` \ - || die "Failed to econf" - - emake || die "Failed to emake" -} - -src_install() { - einstall || die "Failed to einstall" - dodoc AUTHORS BUGS ChangeLog COPYING FEATURES HISTORY INSTALL - dodoc README NEWS TODO -} |