summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-19 19:18:41 +0000
committerMike Frysinger <vapier@gentoo.org>2008-02-19 19:18:41 +0000
commit199f8feec5208c5c2b42bee8a441fd6ceab956bc (patch)
tree104216ad7a397f60959c39ecce8828a1534cd74b /net-libs/libosip
parentVersion bumped. (diff)
downloadhistorical-199f8feec5208c5c2b42bee8a441fd6ceab956bc.tar.gz
historical-199f8feec5208c5c2b42bee8a441fd6ceab956bc.tar.bz2
historical-199f8feec5208c5c2b42bee8a441fd6ceab956bc.zip
old
Package-Manager: portage-2.2_pre2
Diffstat (limited to 'net-libs/libosip')
-rw-r--r--net-libs/libosip/libosip-0.9.6.ebuild19
-rw-r--r--net-libs/libosip/libosip-0.9.7.ebuild19
-rw-r--r--net-libs/libosip/libosip-2.2.1.ebuild35
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
-}