diff options
author | 2008-02-19 19:18:41 +0000 | |
---|---|---|
committer | 2008-02-19 19:18:41 +0000 | |
commit | 9981f764d38a5f27e123cbcb394007f77ee43d01 (patch) | |
tree | c5d80f08022771a8375f4a2791a80ff81d4a780d /net-libs/libosip | |
parent | old (diff) | |
download | gentoo-2-9981f764d38a5f27e123cbcb394007f77ee43d01.tar.gz gentoo-2-9981f764d38a5f27e123cbcb394007f77ee43d01.tar.bz2 gentoo-2-9981f764d38a5f27e123cbcb394007f77ee43d01.zip |
old
(Portage version: 2.2_pre2)
Diffstat (limited to 'net-libs/libosip')
-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 |
3 files changed, 0 insertions, 73 deletions
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 -} |