summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mylchreest <johnm@gentoo.org>2005-07-14 18:49:32 +0000
committerJohn Mylchreest <johnm@gentoo.org>2005-07-14 18:49:32 +0000
commitee69d5875a8f4cf373555581d139a7b0fde15161 (patch)
tree2682d869573a3500934a8a276c18cb7fcec525ec /net-libs/libosip/libosip-0.8.8.ebuild
parentAdded fix to make jackstart dependent on caps flag. Thanks to Daniel Thaler <... (diff)
downloadhistorical-ee69d5875a8f4cf373555581d139a7b0fde15161.tar.gz
historical-ee69d5875a8f4cf373555581d139a7b0fde15161.tar.bz2
historical-ee69d5875a8f4cf373555581d139a7b0fde15161.zip
Bumping to latest version
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-libs/libosip/libosip-0.8.8.ebuild')
-rw-r--r--net-libs/libosip/libosip-0.8.8.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-libs/libosip/libosip-0.8.8.ebuild b/net-libs/libosip/libosip-0.8.8.ebuild
deleted file mode 100644
index afbd6b595d1a..000000000000
--- a/net-libs/libosip/libosip-0.8.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.9 2004/07/15 01:10:57 agriffis 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://www.linphone.org/download/${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
-}